comparison orpg/templates/default_server_ini.xml @ 0:4385a7d0efd1 grumpy-goblin

Deleted and repushed it with the 'grumpy-goblin' branch. I forgot a y
author sirebral
date Tue, 14 Jul 2009 16:41:58 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4385a7d0efd1
1 <server lobbyname="Lobby" boot="" register="" name="">
2 <service port="6774" address="hostname/address" />
3 <map file="Lobby_map.xml" />
4 <message file="LobbyMessage.html" />
5 <validate_protocol value="true" />
6 <autokick silent="no" delay="480" />
7 <version min="1.6.3" />
8 <cheat text="**Fudged Roll**" help="The text will be included in any faked roll by anyone but a GM" />
9 <room_defaults>
10 <passwords allow="yes"/>
11 <map file=""/>
12 <message file="LobbyMessage.html"/>
13 </room_defaults>
14 <room name="Example Persistant #1" password="password" boot="password">
15 <map file="Lobby_map.xml" />
16 <message file="LobbyMessage.html" />
17 </room>
18 <room name="Example Persistant #2" password="" boot="password">
19 <map file="Lobby_map.xml" />
20 <message file="LobbyMessage.html" />
21 </room>
22 </server>