Issue information

Issue ID
#5041
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Sep 3, 2011 16:44
Last Post
Hercules Elf Bot
Mar 5, 2012 15:48
Confirmation
N/A

Hercules Elf Bot - Sep 3, 2011 16:44

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

CODE
2@nyd,1,1,0    script    ins_nyd2_spawn_mobs    -1,{
OnIntanceInit:
    areamonster "2@nyd",200,92,180,80,"Rhyncho",2020,20;
    areamonster "2@nyd",200,92,180,80,"Phylla",2021,20;
    areamonster "2@nyd",200,92,180,80,"Dark Shadow",2023,20;
    areamonster "2@nyd",200,92,180,80,"Dark Pinguicula",2015,20;
    areamonster "2@nyd",200,92,180,80,"Rhyncho",2020,20;
    areamonster "2@nyd",200,92,180,80,"Phylla",2021,20;
    areamonster "2@nyd",200,92,180,80,"Dark Shadow",2023,20;
    areamonster "2@nyd",200,92,180,80,"Dark Pinguicula",2015,20;
    end;
}


Label is called OnIntanceInit. Should be OnInstanceInit. The mobs aren't spawned now.