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

OTCV8 how to add extra exp bar below mana

Lopaskurwa

Active Member
Joined
Oct 6, 2017
Messages
870
Solutions
2
Reaction score
49
TFS 1.2

Hi how can i add extra exp bar below this
d4cf53e438325db1734b0764ef4c2afc.png
 
You literally have the example with mana and health bars. You just need currentexp and next lvl exp to fill it
 
How do you change the size of this box to a little bit more height. Because now i need to scroll to see it

3ea2a97985e39c7282e1aa0363498c87.png
Go to data/styles/40-healthinfo.otui
and find this :p


Code:
HealthInfoWindow < HeadlessMiniWindow
  icon:
  text:
  height: 100
  &forceOpen: true
  icon: /images/topbuttons/healthinfo
  !text: tr('Health Info')
 
Back
Top