VladimirCastro Posted October 28, 2012 Posted October 28, 2012 can i request for ygg to coupons exchanger with checkweigh plss Quote
Euphy Posted October 30, 2012 Posted October 30, 2012 > http://rathena.org/board/forum-32/announcement-10-script-request-rules/ Quote
Valiente Posted October 31, 2012 Posted October 31, 2012 (edited) 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 October 31, 2012 by Valiente Quote
Question
VladimirCastro
can i request for ygg to coupons exchanger with checkweigh plss
3 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.