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
  • Pet Frames
  • Pet Dismiss Keybinds
bigger health bars




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



Switch names



Hide title



Pet Frame



Pet Keybinds




Positions
This addon has not an option to move the frames. If you want to grab and move it, you can use Azurah.



For Theme Modders
New callback:
Lua Code:
  1. CALLBACK_MANAGER:RegisterCallback("UnitFramesPreInit", function(UnitFrames) end)
If you listening to the callback, you can replace the XML template with yours:
Lua Code:
  1. UnitFrames.TargetUnitFrameTemplate = "ZO_TargetUnitFrame"
  2. UnitFrames.UnitFrameBarTextTemplate = "ZO_UnitFrameBarText"
  3. UnitFrames.GroupFrameAnchor = "ZO_GroupFrameAnchor"
  4. UnitFrames.RaidFrameAnchor = "ZO_RaidFrameAnchor"
  5. UnitFrames.GroupUnitFrame = "ZO_GroupUnitFrame"
  6. UnitFrames.KEYBOARD_CONSTANTS = KEYBOARD_CONSTANTS
  7. UnitFrames.GAMEPAD_CONSTANTS = GAMEPAD_CONSTANTS

返回
顶部