yuhsing

Untitled

Nov 17th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. - script Sample#zeny -1,{
  2. OnNPCKillEvent:
  3. if( getgroupid() == 1 )
  4. set Zeny,Zeny + 100000;
  5. else if( getgroupid() == 2 )
  6. set Zeny,Zeny + 500000;
  7. end;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment