yuhsing

Untitled

Dec 1st, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1.  
  2.  
  3. prontera,155,181,5 script Sample#xmas 757,{
  4. if( countitem( .Item[0] ) < .Item[1] )
  5. npctalk "You need "+.Item[1]+"ea "+getitemname( .Item[0] );
  6. else{
  7. delitem .Item[0],.Item[1];
  8. getitem rand( 30300,30310 ),1;
  9. npctalk "You gained 1 item by exchange "+.Item[1]+"ea "+getitemname( .Item[0] );
  10. }
  11. end;
  12.  
  13. OnInit:
  14. setarray .Item[0],7034,1000;
  15. end;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment