yuhsing

Untitled

Dec 28th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1.  
  2. OnAgitEnd:
  3. for( .@i = 2500; .@i <= 2522; .@i++ )
  4. monster "prontera",0,0,"NAME",.@i,1,strnpcinfo(0)+"::OnKilled";
  5. end;
  6.  
  7. OnAgitStart:
  8. killmonster "proontera",strnpcinfo(0)+"::OnKilled";
  9. end;
  10.  
  11. OnKilled:
  12. // whatever you want to do here when kiled the mob.
  13. end;
Advertisement
Add Comment
Please, Sign In to add comment