• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Windows (Another question) Pvp-e exp rate

Nikkster

Programmer
Joined
May 9, 2008
Messages
2,848
Reaction score
9
Location
Confidential
Hello, where can I change the pvp-e exp rate?

Alot of people has been cheat leveling for a while, to get high level.

Anyone got a clue where I can lower this rate?

tried to find it in config.lua but it wasn't there.
 
Hello, where can I change the pvp-e exp rate?

Alot of people has been cheat leveling for a while, to get high level.

Anyone got a clue where I can lower this rate?

tried to find it in config.lua but it wasn't there.

you could always try editting the sources and changing the formula for pvp-e

in players.cpp

search for
Code:
uint64_t Player::getGainedExperience

i've never personally worked with it, but i am pretty sure thats what you need and maybe add another configmanager.cpp entry so you can set a rate in the config.lua..if you need more help just let me know i can probably whip something up, just no time right now
 
Back
Top