Issue information

Issue ID
#1274
Status
Fixed
Severity
None
Started
Hercules Elf Bot
Mar 26, 2008 12:59
Last Post
Hercules Elf Bot
Mar 26, 2008 12:59
Confirmation
N/A

Hercules Elf Bot - Mar 26, 2008 12:59

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

QUOTE(eAthena\doc\script_commands.txt)
The Event field can be used alternatively to specify other mob properties. Use
2 to specify that the mob should be small, 4 for big monsters, and 8 for
special ai mobs (which by default attack other monsters instead of players).
You can add these, so using 10 will spawn small monsters that attack other
mobs (if you specify both 2 and 4, the small version takes priority).


CODE
prontera,155,186,5    script    ssdfdekjf    100,{
    monster "this",-1,-1,"--ja--",1002,1,2;
    monster "this",-1,-1,"--ja--",1002,1,4;
    end;
OnNPCKillEvent:
    if ( killedrid == 1002 )
        dispbottom "you killed large/small size poring";
    end;
}


in the game, it actually WORKS

but at the map-server shows error ...
can remove display that error, only when the event label is 2 or 4 ?
that 8 seems to be not working anymore

original topic ...
http://www.eathena.ws/board/index.php?s=&a...t&p=1006790

already tested on 12424 Trunk

This post has been edited by ~AnnieRuru~: Mar 26 2008, 07:31 AM