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

Healthinfo problem otcv8

dewral

Veteran OT User
Joined
Dec 4, 2019
Messages
345
Solutions
10
Reaction score
372
Hello im trying to make classic health info but i have problem with this, don't really know how to fix that, any ideas?
FGnQLIK.png
 
Solution
Solved, if someone had problem with this just go data/styles/10-progressbars.otui

Lua:
HealthBar < ProgressBar
  image-source: /images/ui/progressbarhp
  image-border: 8
  height: 12
  phantom: true

ManaBar < ProgressBar
  image-source: /images/ui/progressbarmana
  image-border: 8
  height: 12
  phantom: true

Just edit image border and height
Solved, if someone had problem with this just go data/styles/10-progressbars.otui

Lua:
HealthBar < ProgressBar
  image-source: /images/ui/progressbarhp
  image-border: 8
  height: 12
  phantom: true

ManaBar < ProgressBar
  image-source: /images/ui/progressbarmana
  image-border: 8
  height: 12
  phantom: true

Just edit image border and height
 
Solution
Back
Top