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

Remove Stamina Tab

potinho

Advanced OT User
Joined
Oct 11, 2009
Messages
1,403
Solutions
17
Reaction score
151
Location
Brazil
Im using a 7.72 client and want to remove stamina tab, there's a way to do it? Can u guys please show me how? Using OTX 2 (TFS 0.3.7)

1636480192919.png
 
I don't know if you need it anymore but you can check this
go modules/game_skills/skills.otui and remove:

Lua:
    SkillButton
      id: stamina
      SkillNameLabel
        !text: tr('Stamina')
      SkillValueLabel
      SkillPercentPanel
 
I don't know if you need it anymore but you can check this
go modules/game_skills/skills.otui and remove:

Lua:
    SkillButton
      id: stamina
      SkillNameLabel
        !text: tr('Stamina')
      SkillValueLabel
      SkillPercentPanel
Might be not important for him anymore but for further requests from other users. Thank you :)
 
Last edited:
Back
Top