Issue information

Issue ID
#2588
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Dec 26, 2008 20:38
Last Post
Hercules Elf Bot
Mar 5, 2012 9:27
Confirmation
N/A

Hercules Elf Bot - Dec 26, 2008 20:38

Originally posted by [b]Daegaladh[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=2588

Some fixes I made, based on iRO

CODE
Index: auction.txt
===================================================================
--- auction.txt    (revision 13415)
+++ auction.txt    (working copy)
@@ -38,9 +38,11 @@
    mes "like to enter the";
    mes "Auction Hall?";
    next;
-    if (select("Yes.:No.") == 1) {
+    if (select("Yes:No") == 1) {
        mes "[Auction Hall Guide]";
-        mes "Enjoy your auction.";
+        mes "Great! Well then,";
+        mes "I hope you have fun";
+        mes "and enjoy the auction~";
        close2;
        switch(getarg(0)) {
        case 1:
@@ -55,7 +57,7 @@
    }
    mes "[Auction Hall Guide]";
    mes "Alright then,";
-    mes "See you later.";
+    mes "see you later.";
    mes "If you change your";
    mes "mind, please come";
    mes "and enjoy the auctions~";
@@ -76,7 +78,7 @@

// Warps
//============================================================
-auction_01,180,49,0    warp    auction_entrance_moc    1,1,morocc,182,92
+auction_01,180,49,0    warp    auction_entrance_moc    1,1,moc_ruins,78,171
auction_01,22,37,0    warp    auction_entrance_prt    1,1,prontera,214,120
auction_02,151,17,0    warp    auction_enterance_juno    1,1,yuno,132,119
auction_02,43,17,0    warp    auction_enterance_lhz    1,1,lighthalzen,209,169