diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-08 20:37:38 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-08 20:37:38 +0000 |
commit | a0046ed8734160aaaf8ce8afbebee81eb537cbbf (patch) | |
tree | 4273638a52128fd837c4ee96dcb48567e43e09dc /conf/battle | |
parent | 0305ca17d7fb652bf34a26b92df3e37ba3381c2e (diff) | |
download | hercules-a0046ed8734160aaaf8ce8afbebee81eb537cbbf.tar.gz hercules-a0046ed8734160aaaf8ce8afbebee81eb537cbbf.tar.bz2 hercules-a0046ed8734160aaaf8ce8afbebee81eb537cbbf.tar.xz hercules-a0046ed8734160aaaf8ce8afbebee81eb537cbbf.zip |
- Added battle/misc.conf auction settings.
- Fixed a typo in auction script.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12327 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/battle')
-rw-r--r-- | conf/battle/misc.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/battle/misc.conf b/conf/battle/misc.conf index dab668cb1..8aa8b7c67 100644 --- a/conf/battle/misc.conf +++ b/conf/battle/misc.conf @@ -115,3 +115,9 @@ at_mapflag: no // Set this to the amount of minutes autotrade chars will be kicked from the server. at_timeout: 0 + +// Auction system, fee per hour. Default is 12000 +auction_feeperhour: 12000 + +// Auction maximum sell price +auction_maximumprice: 500000000 |