Jump to content
  • 0

requesting ygg exchanger


VladimirCastro

Question


  • Group:  Members
  • Topic Count:  114
  • Topics Per Day:  0.03
  • Content Count:  298
  • Reputation:   4
  • Joined:  03/13/12
  • Last Seen:  

can i request for ygg to coupons exchanger with checkweigh plss

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  


  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  132
  • Reputation:   8
  • Joined:  07/19/12
  • Last Seen:  

Well if you can give the item ID of those Coupons, then the chances of someone helping you will become higher.

And why would you want a ygg to coupons exchanger? or do you mean the other way around?

if so, here's the script:

prontera,154,189,4	script	Ygg Exchanger   767,{
mes "Hi, how many Yggs would you like to exchange for coupons?";
set .amt,0;
input .amt;
if (checkweight(607,.amt) == 0 || countitem(100) == .amt){
  /*Change 100 to your Coupon Item ID*/
  mes "Sorry, but you cannot carry all of these or you don't have any coupons with you.";
  close;
}
delitem 100,.amt;
getitem 607,.amt;
close;
}

Edited by Valiente
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...