Jump to content
  • 0

MVP exchanger


Dextrius

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  08/07/12
  • Last Seen:  

Is there any script like MVP card exchanger? I need a script, which exchanges 1 random MVP card to 1 TCG card.

Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/other/card_trader.txt

beside ...i believe i made 1 here...quite long ago..try check at the script request section..somewhere there you should be able to found it.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  08/07/12
  • Last Seen:  

Thanx, but how to make it change card not 2 points, but 2 TCG?

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  08/07/12
  • Last Seen:  

I've set

// ExchangeCard( "<ItemID | Variable>",<Normal>,<MiniBoss>,<MVP> );

ExchangeCard( "7227",0,3,3 );

close;

But now getting this:

dbaffe5566e2.jpg

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

refer to the card list setting...set it correctly...

// Restricted Card
setarray .@CardLists,4001,4002,4003,4004;

// MVP Card
setarray .@CardLists,4342,4359,4357,4361,4363,4365,4367;

// MiniBoss
setarray .@CardLists,4197,4211,4201,4188,4183,4184;

and since you didnt show what you edited..i dont know what you have done with it......

if you didnt list any card into the list above....it will return 1...which is yoursecond argument here..

ExchangeCard( "7227",0,3,3 );

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  15
  • Reputation:   0
  • Joined:  08/07/12
  • Last Seen:  

I've deleted this part

// MVP Card setarray .@CardLists,4342,4359,4357,4361,4363,4365,4367; // MiniBoss setarray .@CardLists,4197,4211,4201,4188,4183,4184;
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

why are you deleting it ??? /swt ......

that is the part that determine that it's MVP Card or not....

dont remove the part of the script if you are unsure with what it does...

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