• 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!

getExperienceForLevel?

Nevalopo

Demigod
Joined
Jul 21, 2008
Messages
5,165
Reaction score
68
Location
Sweden, Landskrona
Hello people. Im wondering if its a source edit or if its a small lua edit.

Im trying to run a noobwar where everyone is around level 10.

When a player reaches level 12 he get no exp from level 10. I still want him to get exp. How do i change it?

I found this in functions.lua

function getExperienceForLevel(lv)
lv = lv - 1
return ((50 * lv * lv * lv) - (150 * lv * lv) + (400 * lv)) / 3


I donnu if it has anything to do with it... But looks like it :P


Anyone know how to edit?

Thanks for awnsers

++Rep if u can help
 
Bump.

Anyone know where to change the level diffrence between players so they still get exp in pvp enforced?? TFS Crying damson edition

I want a level 13371337123 to gain atleast 0.00001% exp from a level 10
 
Back
Top