- Added battle/misc.conf auction settings.
- Fixed a typo in auction script. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12327 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
1ac63b8166
commit
83deaf5e43
@ -115,3 +115,9 @@ at_mapflag: no
|
|||||||
|
|
||||||
// Set this to the amount of minutes autotrade chars will be kicked from the server.
|
// Set this to the amount of minutes autotrade chars will be kicked from the server.
|
||||||
at_timeout: 0
|
at_timeout: 0
|
||||||
|
|
||||||
|
// Auction system, fee per hour. Default is 12000
|
||||||
|
auction_feeperhour: 12000
|
||||||
|
|
||||||
|
// Auction maximum sell price
|
||||||
|
auction_maximumprice: 500000000
|
||||||
|
@ -93,11 +93,11 @@ auction_01,182,68,6 script Auction Broker#moc1::AuctionBroker 98,{
|
|||||||
mes "Please take";
|
mes "Please take";
|
||||||
mes "a look, and see";
|
mes "a look, and see";
|
||||||
mes "What's being offered~";
|
mes "What's being offered~";
|
||||||
//OpenAuction
|
OpenAuction;
|
||||||
close;
|
close;
|
||||||
}
|
}
|
||||||
mes "[Auction Broker]";
|
mes "[Auction Broker]";
|
||||||
mes "Very wellm then.";
|
mes "Very well then.";
|
||||||
mes "If you change your";
|
mes "If you change your";
|
||||||
mes "mind, then please";
|
mes "mind, then please";
|
||||||
mes "come and check";
|
mes "come and check";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user