From c7a8f268c8110899f374cd367afaa564d47ff691 Mon Sep 17 00:00:00 2001 From: ai4rei Date: Sun, 6 Mar 2011 19:16:09 +0000 Subject: * Implemented search store info system (aka. vending and buying store search) together with related items. - Requires 2010-08-03aRagexeRE or later and can be disabled in 'conf/battle/feature.conf'. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14732 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf/Changelog.txt | 2 ++ conf/battle/feature.conf | 6 +++++- conf/battle/misc.conf | 7 +++++++ 3 files changed, 14 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/Changelog.txt b/conf/Changelog.txt index 1fb5392dd..a1eb97ea6 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,5 +1,7 @@ Date Added +2011/03/06 + * Rev. 14732 Added search store info related settings. [Ai4rei] 2011/02/23 * Rev. 14724 Made autotrade error message store type-neutral, as it is used for buying stores now as well. [Ai4rei] 2011/02/19 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 -- cgit v1.2.3-70-g09d2