Quantcast
Channel: ESOUI - AddOns by votan
Viewing all articles
Browse latest Browse all 722

Unit Frames Rebirth (1.0.0)

$
0
0
Description
Reviewed and refactored version of the built-in unit frames.
It works with keyboard and gamepad UI.

New Features
Health warner
Class symbol
Hide title
Swap character-name and unit-tag display row
Configurable health bar update speed


bigger health bars
https://cdn-eso.mmoui.com/preview/pvw7793.png


Health warner + update speed
only in group frames (max. 4 players)
video with health warner and 100ms update speed

http://www.plastique-music.de/healthbars.gif


Switch names
https://cdn-eso.mmoui.com/preview/pvw7792.png


Hide title
https://cdn-eso.mmoui.com/preview/pvw7794.png



For Theme Modders
New callback:
CALLBACK_MANAGER:RegisterCallback("UnitFramesPreInit", function(UnitFrames) end)

If you listening to the callback, you can replace the XML template with yours:
UnitFrames.TargetUnitFrameTemplate = "ZO_TargetUnitFrame"
UnitFrames.UnitFrameBarTextTemplate = "ZO_UnitFrameBarText"
UnitFrames.GroupFrameAnchor = "ZO_GroupFrameAnchor"
UnitFrames.RaidFrameAnchor = "ZO_RaidFrameAnchor"
UnitFrames.GroupUnitFrame = "ZO_GroupUnitFrame"
UnitFrames.RaidUnitFrame = "ZO_RaidUnitFrame"

Viewing all articles
Browse latest Browse all 722

Trending Articles