Issue information

Issue ID
#2263
Status
Unable to Fix
Severity
None
Started
Hercules Elf Bot
Sep 24, 2008 4:13
Last Post
Hercules Elf Bot
Mar 5, 2012 9:08
Confirmation
N/A

Hercules Elf Bot - Sep 24, 2008 4:13

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

Lines 2592-2604, extra { after the else:

CODE
tha_t06,119,120,0    script    thana6-7    45,1,1,{
    if (((Upper == 1) && ((Class > Job_Thief_High) && (Class < Job_Baby))) || (((Class == Job_Gunslinger) || (Class == Job_Ninja) || (BaseClass == Job_Taekwon)) && (BaseLevel >= 95))) {
        warp "thana_step",69,369;
        end;
    }
    else {
    {  <-- this one
        mes "^3355FFAn overwhelming force";
        mes "acts against you, preventing";
        mes "you from proceeding this way...^000000";
        close;
    }
}


This post has been edited by Jasseh: Sep 23 2008, 09:14 PM