Hello,
Today, I create my server but the exp rate is the same as GMS.
Drop rate and meso rate are ok, just exp rate.
I add EXP_RATE in ServerConstants.java but don't work.
Please, help me.
Thanks.
Printable View
Hello,
Today, I create my server but the exp rate is the same as GMS.
Drop rate and meso rate are ok, just exp rate.
I add EXP_RATE in ServerConstants.java but don't work.
Please, help me.
Thanks.
Max is 100x exp on moopledev I believe
Posted via Mobile Device
I use these rates:
15x of exp
10x of meso
5x of drop
Make sure u compile and replace jars
Posted via Mobile Device
you mean from level 1-10 right?
when you make a char begginer
And the max exp in moopledev it 120x
Posted via Mobile Device
there is a way to change this?
levels 1-10 with 10x rate?
thanks
Actually, a max of 255 since it is a byte. All you have to do is make it a int/short to make it higher.
To answer the question, I believe there is a method in MapleCharacter.java called "setRates()" which tells it that if you are <10 && beginner then exp = 1 else exp = serverconstants.exp_rate
Just look around for that method.
( If you can't find it, look for where it's called in PlayerLoggedInHandler.java and then go from there )
I swear byte's max value is 128.
Anyways, just go to MapleCharacter as Veda said, and find setRates function, and then find the check (if statement) for level 10 or lower which sets the EXP rate to 1 or whatever.
Veda is thinking of an unsigned byte.
Posted via Mobile Device
How do you make it higher than 100x?