Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - script -1,{
- OnNPCKillEvent:
- if( getmonsterinfo( killedrid,MOB_MVPEXP ) ){
- if( getcharid(1) ){
- getpartymember getcharid(1),2;
- .@AID = $@partymemberaid[ rand( $@partymembercount ) ];
- }else{
- .@AID = getcharid(3);
- }
- getitem 607,3,.@AID;
- }
- end;
- }
Advertisement
Add Comment
Please, Sign In to add comment