Landb4Time Posted February 23, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 76 Reputation: 0 Joined: 01/16/12 Last Seen: July 5, 2014 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted February 23, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: 10 hours ago Share Posted February 23, 2012 (edited) try this.. [ Pastebin ] Simple Exchanger updated link with correct getitem. Edited February 23, 2012 by Emistry Quote Link to comment Share on other sites More sharing options...
Landb4Time Posted February 23, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 76 Reputation: 0 Joined: 01/16/12 Last Seen: July 5, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted February 23, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: 10 hours ago Share Posted February 23, 2012 getitem .@ItemID1,.@Amount; sorry this line should be .@ItemID2 try this.. [ Pastebin ] Simple Exchanger updated link with correct getitem. Quote Link to comment Share on other sites More sharing options...
Landb4Time Posted February 24, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 76 Reputation: 0 Joined: 01/16/12 Last Seen: July 5, 2014 Author Share Posted February 24, 2012 Thanks it work Quote Link to comment Share on other sites More sharing options...
Question
Landb4Time
Hello anyone can help will be appreciated .
Bulk Trader for Poring Coins to Cookie Bag.
2 Poring Coins for 1 Cookie Bag .
Link to comment
Share on other sites
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.