yuhsing

Untitled

Feb 3rd, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. prontera,155,171,5 script Sampl12121e 757,{
  2. // gain what items
  3. .@getitem_id = 512;
  4. // use what items to trade.
  5. .@del_item_id[0] = 607;
  6. .@del_item_id[1] = 608;
  7.  
  8. while( countitem( .@del_item_id[0] ) && countitem( .@del_item_id[1] ) ){
  9. .@count++;
  10. delitem .@del_item_id[0],1;
  11. delitem .@del_item_id[1],1;
  12. }
  13. getitem .@getitem_id,.@count;
  14. end;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment