Jump to content
  • 0

Bulk Trader for Poring Coins to Cookie Bag


Landb4Time

Question


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  76
  • Reputation:   0
  • Joined:  01/16/12
  • Last Seen:  

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


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

try this..

[ Pastebin ] Simple Exchanger

updated link with correct getitem.

Edited by Emistry
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  32
  • Topics Per Day:  0.01
  • Content Count:  76
  • Reputation:   0
  • Joined:  01/16/12
  • Last Seen:  

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;

}

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

getitem .@ItemID1,.@Amount;

sorry this line should be .@ItemID2

try this..

[ Pastebin ] Simple Exchanger

updated link with correct getitem.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...