Dextrius Posted August 31, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 08/07/12 Last Seen: June 3, 2015 Share Posted August 31, 2012 Is there any script like MVP card exchanger? I need a script, which exchanges 1 random MVP card to 1 TCG card. Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 31, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 3 hours ago Share Posted August 31, 2012 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. 1 Quote Link to comment Share on other sites More sharing options...
Dextrius Posted August 31, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 08/07/12 Last Seen: June 3, 2015 Author Share Posted August 31, 2012 Thanx, but how to make it change card not 2 points, but 2 TCG? Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 31, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 3 hours ago Share Posted August 31, 2012 http://rathena.org/board/topic/69575-all-card-trader/#entry130690 http://rathena.org/board/topic/63967-make-me-a-boss-card-tcg-mini-boss-cardtcg/#entry103027 Quote Link to comment Share on other sites More sharing options...
Dextrius Posted August 31, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 08/07/12 Last Seen: June 3, 2015 Author Share Posted August 31, 2012 I've set // ExchangeCard( "<ItemID | Variable>",<Normal>,<MiniBoss>,<MVP> ); ExchangeCard( "7227",0,3,3 ); close; But now getting this: Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 1, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 3 hours ago Share Posted September 1, 2012 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 ); Quote Link to comment Share on other sites More sharing options...
Dextrius Posted September 1, 2012 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 08/07/12 Last Seen: June 3, 2015 Author Share Posted September 1, 2012 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; Quote Link to comment Share on other sites More sharing options...
Emistry Posted September 1, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 3 hours ago Share Posted September 1, 2012 why are you deleting it ??? ...... 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... Quote Link to comment Share on other sites More sharing options...
Question
Dextrius
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.