View Single Post
11/20/15, 10:05 PM   #1
haggen
 
haggen's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2015
Posts: 137
Vanilla UI has text on attribute bars

I was checking with the addons that adds text with current/max levels of Health, Magicka and Stamina, and also with the UI source code that handles that as well and found that if you type this

Lua Code:
  1. /script ZO_PlayerAttributeHealth.playerAttributeBarObject:SetTextEnabled(true)
  2. /script ZO_PlayerAttributeHealth.playerAttributeBarObject.forceVisible = true

Your Health bar stays visible and with text. No addon needed.

Is it leftover from a previous implementation or something that might gonna come on a future patch?

Also it doesn't work completely, something else always end up hiding the bar again.
  Reply With Quote