Jump to content
  • 0

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


CursorX

Question


  • Group:  Members
  • Topic Count:  66
  • Topics Per Day:  0.02
  • Content Count:  168
  • Reputation:   0
  • Joined:  11/20/13
  • Last Seen:  

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

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  318
  • Topics Per Day:  0.07
  • Content Count:  931
  • Reputation:   13
  • Joined:  12/20/11
  • Last Seen:  

your 1 tcg be converted to 1 donation credit?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  50
  • Topics Per Day:  0.01
  • Content Count:  1702
  • Reputation:   238
  • Joined:  09/05/12
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  82
  • Reputation:   2
  • Joined:  10/30/13
  • Last Seen:  

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