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

TFS 0.X [Tfs 0.3.6] Level skill seems to be divided by 100

zDeluxe

Member
Joined
Sep 29, 2012
Messages
18
Reaction score
11
I seem to be having an issue where my in game level found in Skills seems to show as divided by 100. Here is an image example of what I mean:

Screenshot 2023-02-17 002726.png

Is this something that can be easily repaired within the source? If so if anyone can give any advise on how I can fix this to reflect the actual level, it would be greatly appreciated.
 
Most likely the level is being divided on the server side.

protocolgame.cpp
C++:
void ProtocolGame::AddPlayerStats(NetworkMessage_ptr msg)
 
Most likely the level is being divided on the server side.

protocolgame.cpp
C++:
void ProtocolGame::AddPlayerStats(NetworkMessage_ptr msg)
Thanks, I don't seem to be able to find the line you have referenced:
1676594960062.png
Apologies, coding is not my strong point.
 
Maybe its named different on that rev, post your protocolgame.cpp from sources directory
 
Back
Top