Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- prontera,155,171,5 script Sampl12121e 757,{
- // gain what items
- .@getitem_id = 512;
- // use what items to trade.
- .@del_item_id[0] = 607;
- .@del_item_id[1] = 608;
- while( countitem( .@del_item_id[0] ) && countitem( .@del_item_id[1] ) ){
- .@count++;
- delitem .@del_item_id[0],1;
- delitem .@del_item_id[1],1;
- }
- getitem .@getitem_id,.@count;
- end;
- }
Advertisement
Add Comment
Please, Sign In to add comment