Issue information

Issue ID
#1990
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Aug 4, 2008 1:11
Last Post
Hercules Elf Bot
Mar 5, 2012 8:55
Confirmation
N/A

Hercules Elf Bot - Aug 4, 2008 1:11

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

[codebox]
CODE
nameless_in,13,53,0    script    #Aru_Trigger2    -1,3,1,{
    end;

OnTouch:
    if (aru_monas == 19 && !@mymobcount) {
        mes "[?????]";
        mes "Grrr......";
        close2;
        hideonnpc "Creature#Aru";
        set @mymobcount,1;
        monster "nameless_in",13,53,"Zombie",1864,1,"#Aru_Trigger2::OnMyMobDead";
        end;
    }
    end;

OnMyMobDead:
    announce "Hi, I've killed the zombie :D",bc_all;
    initnpctimer;
    hideoffnpc "aru_warp";
    end;

OnTimer100000:
    stopnpctimer;
    hideonnpc "aru_warp";
    end;
}
[/codebox]
I don't know the cause. After changing the code 1 thousand of times, I couldn't enter in the "OnMyMobDead" label. That announce doesn't appear when I kill the zombie. This is ridiculous, as this script is like the Hunter Quest (for example). But for some cause THIS isn't working on my server.

For testing this fastly, set your variable aru_monas to 19, and @warp nameless_in,13,53.