CursorX Posted January 14, 2014 Posted January 14, 2014 i dont like to use the item shop in flux becoz it has a bug on me... now may i request NPC that will trade 1 TCG for my 1 Donation Credit? possible? thank you,.,, Quote
darking123 Posted January 14, 2014 Posted January 14, 2014 your 1 tcg be converted to 1 donation credit? Quote
Patskie Posted January 14, 2014 Posted January 14, 2014 Try @Emistry script : http://upaste.me/11103895b6e2617 Quote
Kozima Posted January 14, 2014 Posted January 14, 2014 (edited) prontera,150,150,4 script Credit Changer 758,{ mes "[ Credit ]"; mes "What do you want?"; next; menu "TCG to Credit",tcg,"Credit to TCG",credit; tcg: mes "[ Credit ]"; mes "1TCG = 1 Pods"; if (countitem(7227)<1) goto NEPC; next; delitem 7227,1; //TCG Card ID getitem 7179,1; //Change This To Your Credit ID close; credit: mes "[ Credit ]"; mes "1 Pods = 1 TCG"; if (countitem(7179)<1) goto NEPC; next; delitem 7179,1; //Change This Tou Your Credit ID getitem 7227,1; //TCG ID close; NEPC: mes "[ Credit ]"; mes "Please Check Your Credit or TCG Card"; close; } Edited January 14, 2014 by Kozima Quote
Question
CursorX
i dont like to use the item shop in flux becoz it has a bug on me...
now may i request NPC that will trade 1 TCG for my 1 Donation Credit? possible?
thank you,.,,
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.