• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

TFS 1.X+ Dbug while opening skilltab

Joriku

Working in the mines, need something?
Joined
Jul 16, 2016
Messages
1,175
Solutions
17
Reaction score
481
Location
Sweden
Hello,
I recently mixed around with max level and now iam dbugging while opening up skilltab.
Any solution for this?
 
Take a look on this
 
Change this: otland/forgottenserver (https://github.com/otland/forgottenserver/blob/master/src/protocolgame.cpp#L2886)
to
C++:
msg.add<uint16_t>(std::min<uint16_t>(player->getLevel(), std::numeric_limits<uint16_t>()::max()));
That does not work, sadly.
Take a look on this
This is not wroking to gain any level, It surley does show 0 but 0 level gain.
 
It works for me TFS 1.3
It only show the level on experience bar. Bec 65k is the Max level and in experience you can get alot more.
 
Last edited:

Similar threads

Back
Top