Jump to content
  • 0

R>for this if can? (read pls) T_T


Question

Posted

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

Posted (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 by Kozima

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...