Dextrius Posted August 31, 2012 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
Emistry Posted August 31, 2012 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
Dextrius Posted August 31, 2012 Author Posted August 31, 2012 Thanx, but how to make it change card not 2 points, but 2 TCG? Quote
Emistry Posted August 31, 2012 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
Dextrius Posted August 31, 2012 Author Posted August 31, 2012 I've set // ExchangeCard( "<ItemID | Variable>",<Normal>,<MiniBoss>,<MVP> ); ExchangeCard( "7227",0,3,3 ); close; But now getting this: Quote
Emistry Posted September 1, 2012 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
Dextrius Posted September 1, 2012 Author 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
Emistry Posted September 1, 2012 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
Question
Dextrius
Is there any script like MVP card exchanger? I need a script, which exchanges 1 random MVP card to 1 TCG card.
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.