diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-26 22:14:05 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-26 22:14:05 +0000 |
commit | 2be5a82d3849a499377ece635b4ec3932dfc6ec9 (patch) | |
tree | 832ac26cb7f7b007d7525c2c89cbfa2460823393 /conf/battle/misc.conf | |
parent | 288978d302ad332a8e22766278cb65dbd6f2a746 (diff) | |
download | hercules-2be5a82d3849a499377ece635b4ec3932dfc6ec9.tar.gz hercules-2be5a82d3849a499377ece635b4ec3932dfc6ec9.tar.bz2 hercules-2be5a82d3849a499377ece635b4ec3932dfc6ec9.tar.xz hercules-2be5a82d3849a499377ece635b4ec3932dfc6ec9.zip |
- Added new settings for autotrade on battle/misc.conf (you can read descriptions there).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12243 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle/misc.conf')
-rw-r--r-- | conf/battle/misc.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/battle/misc.conf b/conf/battle/misc.conf index 4b3552b38..dab668cb1 100644 --- a/conf/battle/misc.conf +++ b/conf/battle/misc.conf @@ -107,3 +107,11 @@ duel_only_on_same_map: no // NOTE: For this setting to make effect you have to use a server compiled with // Cell Stack Limit support (see src/map/map.h) cell_stack_limit: 1 + +// Allow autrade only in map with autotrade flag? +// Set this to "no" will allow autotrade where no "autotrade" mapflag is set +// Set this to "yes" to only allow autotrade on maps with "autotrade" mapflag +at_mapflag: no + +// Set this to the amount of minutes autotrade chars will be kicked from the server. +at_timeout: 0 |