Issue information

Issue ID
#1100
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Mar 3, 2008 5:06
Last Post
Hercules Elf Bot
Mar 3, 2008 5:06
Confirmation
N/A

Hercules Elf Bot - Mar 3, 2008 5:06

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

I receive this error:

CODE
[Error]: npc_event: event not found [mob_rogue#1::OnMyMobDead]

In the script:

CODE
in_rogue,15,184,0    script    mob_rogue#1    -1,8,1,{
OnTouch:
    if (BaseJob == Job_Thief) {
        monster "in_rogue",14,187,"Zombie",1015,1,"mob_rogue#1::OnMyMobDead";
        monster "in_rogue",15,188,"Zombie",1015,1,"mob_rogue#1::OnMyMobDead";
        monster "in_rogue",16,189,"Zombie",1015,1,"mob_rogue#1::OnMyMobDead";
        monster "in_rogue",17,187,"Zombie",1015,1,"mob_rogue#1::OnMyMobDead";
        monster "in_rogue",18,188,"Zombie",1015,1,"mob_rogue#1::OnMyMobDead";
        monster "in_rogue",19,189,"Zombie",1015,1,"mob_rogue#1::OnMyMobDead";
    }
    else
        warp "mag_dun02",181,176;
    end;

OnDisable:
    killmonster "in_rogue","mob_rogue#1::OnMyMobDead";
    end;
}

That label is missing.