diff options
author | Philipp Sehmisch <mana@crushnet.org> | 2010-05-09 17:03:47 +0200 |
---|---|---|
committer | Philipp Sehmisch <mana@crushnet.org> | 2010-05-09 17:03:47 +0200 |
commit | cfff8488b15d00d6f7e3e7bf6cf9723c1fe91d0b (patch) | |
tree | f1e0e62fa8c06d859f3d9d4b9c8b5cf4cbdbd013 /docs | |
parent | 1ef56bda12f9f18f0c91903b330e0422cfd98793 (diff) | |
download | manaserv-cfff8488b15d00d6f7e3e7bf6cf9723c1fe91d0b.tar.gz manaserv-cfff8488b15d00d6f7e3e7bf6cf9723c1fe91d0b.tar.bz2 manaserv-cfff8488b15d00d6f7e3e7bf6cf9723c1fe91d0b.tar.xz manaserv-cfff8488b15d00d6f7e3e7bf6cf9723c1fe91d0b.zip |
Floor items are now removed after a (configurable) time.
Reviewed-by: Thorbjorn Lindeijer
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manaserv.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/manaserv.xml b/docs/manaserv.xml index 2203097d..13be95d2 100644 --- a/docs/manaserv.xml +++ b/docs/manaserv.xml @@ -1,9 +1,11 @@ <?xml version="1.0"?> <!-- An example configuration file for ~/.manaserv.xml - If you add any parameters to this configuration file make sure to update - the wiki documentation at: - http://wiki.themanaworld.org/index.php/Manaserv.xml + + Documentation: http://doc.manasource.org/manaserv.xml + + Developers: If you add any new parameters read from this configuration file + don't forget to update the wiki documentation! --> <configuration> @@ -77,6 +79,7 @@ <option name="respawnX" value="1000"/> <option name="respawnY" value="1000"/> <option name="defaultPvp" value="free" /> + <option name="floorItemDecayTime" value="60" /> <!-- Network-related config options--> <option name="net_maxClients" value="1000"/> |