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

How to correctly display exp and skills?

reisbro

Member
Joined
May 15, 2017
Messages
94
Solutions
1
Reaction score
7
What do I have to edit in order to correctly show the player's current xp and skills? If I am not mistaken, the exp stops increasing if player reaches 2 billion and something, and the skills stop showing once player reaches skill 244.

Is there any way to show exp up to 16566949800 (level 1000) and show skills up to like 500 without having to use a !stats command?
 
the tibia client itself is the one that limits those numbers, as the integer size isn't high enough to support numbers larger than 2.147b
to get them to properly display on your exp bar you'd have to use otclient, or just stick with your !stats command or use onLook event like codex said
 

Similar threads

Back
Top