Issue information

Issue ID
#581
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Dec 10, 2007 19:21
Last Post
Hercules Elf Bot
Feb 21, 2012 8:00
Confirmation
N/A

Hercules Elf Bot - Dec 10, 2007 19:21

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

Little bug in stable/npc/jobs/2-1/assassin.txt - assassin job quest

Correction :

open stable/npc/jobs/2-1/assassin.txt

Find
CODE
                end;
            }
        }
    }    
    else if (ASSIN_Q2 < 5) {
        mes "[The Anonymous One]";


Change to
CODE
                end;
            }
    }    
    else if (ASSIN_Q2 < 5) {
        mes "[The Anonymous One]";




Find
CODE
        set ASSIN_Q2,0;
        while(ASSIN_Q2 < 3) {
        switch(select("...Skills?:...Stats?:Hmpf, I know it all.")) {


Change to
CODE
        set ASSIN_Q2,0;
                        }
        while(ASSIN_Q2 < 3) {
        switch(select("...Skills?:...Stats?:Hmpf, I know it all.")) {