Jump to content
  • 0

Bulk Trader for Poring Coins to Cookie Bag


Question

4 answers to this question

Recommended Posts

Posted

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;

}

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...