• 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 Condition Panel

X X X

Newb
Joined
Jul 26, 2015
Messages
148
Reaction score
13
Where can you change the size/shape/color of the condition panel in the OTClient? For reference, that's the place where the icons for battle, burning, etc. appear:
1633973023235.png
I have tried editing 40-healthinfo.otui where it says "condition panel":
Code:
 Panel
      id: conditionPanel
      layout:
        type: horizontalBox
      height: 22
      margin-top: 4
      padding: 2
      anchors.top: prev.bottom
      anchors.left: parent.left
      anchors.right: parent.right
      border-width: 1
      border-color: #00000077
      background-color: #ffffff11
But nothing changes. I have found how to edit the condition icons themselves, but not the bar where they appear.

Thanks
 
Back
Top