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

Tibia Client Exp

rafig78

New Member
Joined
Dec 17, 2010
Messages
62
Reaction score
0
Hello !
Can someone tell me how to change exp for next lvl?

sample
from 1 to 8 lvl you should get 4200 exp
i want
from 1 to 8 lvl get 5000 exp

its possible to change?
 
Dont even think about changing those rates, change your stages.xml rather then doing a source edit. if you consist in wanting to change it, you will have an headace!

Just use stages.xml to contral the exp rate.
 
Modify the experience formula in player.h
[CPP]uint64_t exp = ((50ULL * lv * lv * lv) - (150ULL * lv * lv) + (400ULL * lv)) / 3ULL;[/CPP]
 
im writing new Tibia client and i didnt know where change it thank you Ninja!

- - - Updated - - -

i just want to create game based on Tibia but edit everything :) it will be another game
 
Wut? You know change background of a tibia client isn't writing a custom one :D
 
Back
Top