Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- OnAgitEnd:
- for( .@i = 2500; .@i <= 2522; .@i++ )
- monster "prontera",0,0,"NAME",.@i,1,strnpcinfo(0)+"::OnKilled";
- end;
- OnAgitStart:
- killmonster "proontera",strnpcinfo(0)+"::OnKilled";
- end;
- OnKilled:
- // whatever you want to do here when kiled the mob.
- end;
Advertisement
Add Comment
Please, Sign In to add comment