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

How can remove skills Club, sword, axe from client

Coolder

New Member
Joined
Nov 4, 2010
Messages
35
Reaction score
0
Hi, do you know if it is possible to hide or completely remove three skills, Club, sword, axe fighting from the client so that they are not there. I want it to be only successively fist, distance, shielding, fishing
 
Hi, do you know if it is possible to hide or completely remove three skills, Club, sword, axe fighting from the client so that they are not there. I want it to be only successively fist, distance, shielding, fishing
i think u can remove them from source .. so they don't get any packet sent to client !
but to remove the bar itself , i think u can use OTClient then !
 
And if I just removed the bars and these skills just did not use? Can you do in OTClient so that the other skills are next to each other? That means there would not be a break for three removed skills and the whole thing worked without looking at source?
 
Just for those skills that you don't need add
Code:
      height: 0
      margin-bottom: 0
Example:
Code:
    SkillButton
      id: skillId3
      height: 0
      margin-bottom: 0
      SkillNameLabel
        !text: tr('Axe Fighting')
      SkillValueLabel
      SkillPercentPanel
 
Hi, thank you for replying to me on the forum. Could you just tell me where I can find the code path to edit? Forgive me that it takes you time and you have to explain to me as a child but I'm new to the forum and I do not cover everything yet. Thank you in advance for your answer. greetings
 
I did as you wrote and in the client it looks like this. What to do to make these stripes disappear and there was no break between skills
37643
 
But I did what you said and now it looks like this. On confirmation of uploading the screen from the skills.otui file
37644

I did it and now it looks like in the picture above.
 
I did it in another program according to an example and it works! Thank you for your help and sorry for the confusion. Subject to be closed
 
Back
Top