• 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 remove progress bars from skill window?

Slime

Active Member
Joined
Jan 25, 2014
Messages
115
Reaction score
33
I want my skill window to look like this:
image.png

I hope it's possible. I want to make progress bars, magic level and stamina invisible.
 
You Have 2 Ways as i think and both of them is hard
1- use ollydbg and add a breakpoint where is increase a % to the bar and remove it
2- use hex editor
 
I guess it could even be done by editing client in random text editor, I'm trying to do so now by trial and error.
 
Any other ideas? OTClient is a great tool, unfortunately not really for the kind of server I'm working on.
 
Then you gotta remove then by editing your client source, if its an PokeTibia one check if you find the sources, otherwise you gotta Hex Edit your client.
 
Back
Top