Landb4Time Posted February 23, 2012 Posted February 23, 2012 Hello anyone can help will be appreciated . Bulk Trader for Poring Coins to Cookie Bag. 2 Poring Coins for 1 Cookie Bag . Quote
Emistry Posted February 23, 2012 Posted February 23, 2012 (edited) try this.. [ Pastebin ] Simple Exchanger updated link with correct getitem. Edited February 23, 2012 by Emistry Quote
Landb4Time Posted February 23, 2012 Author Posted February 23, 2012 Everytime i trade i lost poring coins and cookie bag prontera,164,171,3 script Cookie Bag 757,{ set .@ItemID1,7539; set .@ItemID2,12130; mes "Your 2 "+getitemname( .@ItemID1 )+"/s for my 1 "+getitemname( .@ItemID2 ); if( select("Yes:Cancel") == 1 ){ if( countitem( .@ItemID1 ) < 2 ){ mes "You didnt have enough "+getitemname( .@ItemID1 ); }else{ set .@Amount,( countitem( .@ItemID1 )/2 ); delitem .@ItemID1,( .@Amount * 2 ); getitem .@ItemID1,.@Amount; mes "You changed "+( .@Amount * 2 )+" "+getitemname( .@ItemID1 )+" into "+.@Amount+" "+getitemname( .@ItemID2 ); } } close; } Quote
Emistry Posted February 23, 2012 Posted February 23, 2012 getitem .@ItemID1,.@Amount; sorry this line should be .@ItemID2 try this.. [ Pastebin ] Simple Exchanger updated link with correct getitem. Quote
Question
Landb4Time
Hello anyone can help will be appreciated .
Bulk Trader for Poring Coins to Cookie Bag.
2 Poring Coins for 1 Cookie Bag .
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.