Issue information

Issue ID
#1539
Status
Fixed
Severity
None
Started
Hercules Elf Bot
May 19, 2008 19:26
Last Post
Hercules Elf Bot
Feb 21, 2012 9:19
Confirmation
N/A

Hercules Elf Bot - May 19, 2008 19:26

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

Hi, in Kiel_Hyre_Quest.txt at line ~4299
CODE
    cutin "kh_kyel02",2;
    if (KielHyreQuest < 46) {
        mes "[Kiel Hyre]";
        mes ".........";
        close;
    }


Should be

CODE
    cutin "kh_kyel02",2;
    if (KielHyreQuest < 46) {
        mes "[Kiel Hyre]";
        mes ".........";
        close2;
        cutin "",255;
        end;
    }


This post has been edited by Sting0r: May 19 2008, 12:26 PM