Issue information

Issue ID
#2497
Status
Confirmed
Severity
None
Started
Hercules Elf Bot
Nov 29, 2008 5:45
Last Post
Hercules Elf Bot
Nov 29, 2008 5:45
Confirmation
N/A

Hercules Elf Bot - Nov 29, 2008 5:45

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

I am not sure if this is intended...

CODE
poring_c01,100,100,5    script    Testing    123,2,2,{
end;

OnTouch:
monster "poring_c01",0,0,"Poring",1002,1,"Testing::OnMyMobDead";
end;

OnMyMobDead:
    dispbottom "Uhhh...";
    end;


Once you kill the monster no event gets triggered. No map errors either.

Then simply remove the:
CODE
end;

OnTouch:

from the beginning and the 2,2, from the trigger area. Everything works fine again.

This post has been edited by vhx: Nov 28 2008, 09:47 PM