From a0046ed8734160aaaf8ce8afbebee81eb537cbbf Mon Sep 17 00:00:00 2001 From: zephyrus Date: Sat, 8 Mar 2008 20:37:38 +0000 Subject: - 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 --- conf/battle/misc.conf | 6 ++++++ npc/other/auction.txt | 4 ++-- 2 files changed, 8 insertions(+), 2 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 diff --git a/npc/other/auction.txt b/npc/other/auction.txt index 75079d005..186839b2c 100644 --- a/npc/other/auction.txt +++ b/npc/other/auction.txt @@ -93,11 +93,11 @@ auction_01,182,68,6 script Auction Broker#moc1::AuctionBroker 98,{ mes "Please take"; mes "a look, and see"; mes "What's being offered~"; - //OpenAuction + OpenAuction; close; } mes "[Auction Broker]"; - mes "Very wellm then."; + mes "Very well then."; mes "If you change your"; mes "mind, then please"; mes "come and check"; -- cgit v1.2.3-70-g09d2