Flav
Posts: 24 Join date: 2008-08-16
 | Subject: Disable 2x EXP Cards Sat Aug 16, 2008 7:46 pm | |
| Somebody asked me on MSN how to disable 2x EXP Cards. Either you make every 2x EXP Card not buy able in the Cash Shop or you can easily do this : Open MapleCharacter.java and change | Code: | for ( int i=5210999; i<5211048; i++ ) { if (haveItem(i, 1, false, true)) { return 2; } } |
to
| Code: | //for ( int i=5210999; i<5211048; i++ ) { //if (haveItem(i, 1, false, true)) { //return 2; //} //} |
In other words, comment the lines. |
|
f1r3
Posts: 17 Join date: 2008-08-18
 | Subject: Re: Disable 2x EXP Cards Mon Aug 18, 2008 10:55 am | |
| can you make the cards disabled from cash shop but still working so that i can give out on donations? |
|
Flav
Posts: 24 Join date: 2008-08-16
 | |
f1r3
Posts: 17 Join date: 2008-08-18
 | Subject: Re: Disable 2x EXP Cards Mon Aug 18, 2008 11:03 am | |
| thanks Flav you are awesome!!  |
|