summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFreeyorp <Freeyorp101@hotmail.com>2010-09-19 13:22:16 +1200
committerFreeyorp <Freeyorp101@hotmail.com>2010-10-17 17:23:37 +1300
commit181bd14f09baa1bf94a9ceae578e1fd3990a7439 (patch)
tree059ef641f217cde495e78490885a8f699d0c3b34 /docs
parent1d9374215d8e6ad1160596dcd52fca201aeb2195 (diff)
downloadmanaserv-181bd14f09baa1bf94a9ceae578e1fd3990a7439.tar.gz
manaserv-181bd14f09baa1bf94a9ceae578e1fd3990a7439.tar.xz
manaserv-181bd14f09baa1bf94a9ceae578e1fd3990a7439.zip
Synchronise defaults between configuration file and source.
Reviewed-by: Bertram
Diffstat (limited to 'docs')
-rw-r--r--docs/manaserv.xml.example20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/manaserv.xml.example b/docs/manaserv.xml.example
index 68b2f2a..bdd96b2 100644
--- a/docs/manaserv.xml.example
+++ b/docs/manaserv.xml.example
@@ -171,7 +171,7 @@
<option name="account_minEmailLength" value="7" />
<option name="account_maxEmailLength" value="128" />
<option name="account_minNameLength" value="4" />
- <option name="account_maxNameLength" value="16" />
+ <option name="account_maxNameLength" value="15" />
<option name="account_minPasswordLength" value="6" />
<option name="account_maxPasswordLength" value="25" />
<option name="account_maxCharacters" value="3" />
@@ -183,7 +183,7 @@
-->
<option name="char_numHairStyles" value="17" />
- <option name="char_numHairColors" value="9" />
+ <option name="char_numHairColors" value="11" />
<option name="char_numGenders" value="2" />
<option name="char_minNameLength" value="4" />
<option name="char_maxNameLength" value="25" />
@@ -196,17 +196,17 @@
Respawn coordinates on the start map:
In pixels, not in tiles.
-->
- <option name="char_startX" value="720"/>
- <option name="char_startY" value="840"/>
+ <option name="char_startX" value="1024"/>
+ <option name="char_startY" value="1024"/>
<!-- Respawn options -->
- <option name="char_respawnMap" value="4"/>
+ <option name="char_respawnMap" value="1"/>
<!--
Respawn coordinates on the respawn map:
In pixels, not in tiles.
-->
- <option name="char_respawnX" value="1000"/>
- <option name="char_respawnY" value="1000"/>
+ <option name="char_respawnX" value="1024"/>
+ <option name="char_respawnY" value="1024"/>
<!-- Default Map id at character loading -->
<option name="char_defaultMap" value="1" />
@@ -226,19 +226,19 @@
The time in seconds an item standing on the floor will remain before vanishing.
Set it to 0 to disable it.
-->
- <option name="game_floorItemDecayTime" value="10" />
+ <option name="game_floorItemDecayTime" value="0" />
<!--
Set how much time the auto-regeneration is stopped when hurt.
(in 1/10th seconds.)
-->
- <option name="game_hpRegenBreakAfterHit" value="50" />
+ <option name="game_hpRegenBreakAfterHit" value="0" />
<!--
Default PVP (Player-versus-player) rule on a map not setting this property.
Values available: none (No PVP), free (All PVP).
-->
- <option name="game_defaultPvp" value="free" />
+ <option name="game_defaultPvp" value="" />
<!-- end of game configuration ******************************************** -->