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

OTClient [OTCv8] Modifying skill, battle, etc. buttons

Dawg

Member
Joined
Mar 23, 2014
Messages
184
Reaction score
22
As the title says, here is a picture for reference:
Screenshot 2024-08-15 at 5.03.06 PM.webp

I know where to change the images for these buttons, but I cannot figure out where their size is defined. I want "skills" to be that bigger box with the word "Skills" inside (like the RL client used to be), but its cutting it off because the original button is smaller.

I've checked skills.lua, skills.otui, topbar, nothing I change seems to make a difference. Tried searching for existing tutorials here, no exact answers for this. That entire group if icons circled in red must have some name, but I can't figure out what it is.

Thank you!
 
not a straight solution, but if skills.png is the file to render the skills, you should look for skills.png in the code and see where it is being used. If you find nothing, look for usage of that directory in the code instead. This will pinpoint the entry point for these images, which you can edit and/or reorganize them (as it is shown in the code, if you find it).
 
Back
Top