Disable Double EXP Cards

Status
Not open for further replies.
Joined
Jul 13, 2008
Messages
419
Reaction score
217
Not sure if this is already released, I just looked a bit into my source saw something and found a solution to disable Double EXP Cards...
Go into MapleCharacter.java and delete this lines...
Code:
		for ( int i=5210999; i<5211048; i++ ) {
			if (haveItem(i, 1, false, true)) {
				return 2;
			}
		}

Save, compile, done! :)
 
Re: [Release?] Disable Double EXP Cards

I'll try testing this soon for myself. And instead of deleting the lines, it might be a good idea to just comment them out.
 
Status
Not open for further replies.
Back