diff options
Diffstat (limited to 'conf/battle')
-rw-r--r-- | conf/battle/feature.conf | 6 | ||||
-rw-r--r-- | conf/battle/misc.conf | 7 |
2 files changed, 12 insertions, 1 deletions
diff --git a/conf/battle/feature.conf b/conf/battle/feature.conf index 934739c0f..344c213f4 100644 --- a/conf/battle/feature.conf +++ b/conf/battle/feature.conf @@ -20,5 +20,9 @@ //-------------------------------------------------------------- // Buying store (Note 1) -// Requires: 2010-04-20aRagexeRE or later +// Requires: 2010-04-27aRagexeRE or later feature.buying_store: on + +// Search stores (Note 1) +// Requires: 2010-08-03aRagexeRE or later +feature.search_stores: on diff --git a/conf/battle/misc.conf b/conf/battle/misc.conf index 8aa8b7c67..76d18ed0f 100644 --- a/conf/battle/misc.conf +++ b/conf/battle/misc.conf @@ -121,3 +121,10 @@ auction_feeperhour: 12000 // Auction maximum sell price auction_maximumprice: 500000000 + +// Minimum delay between each store search query in seconds. +searchstore_querydelay: 10 + +// Maximum amount of results a store search query may yield, before +// it is canceled. +searchstore_maxresults: 30 |