Totem Frame Relocation

Totem Frame Relocation

315 Downloads

This is a straightforward World of Warcraft addon designed to fix an issue where the TotemFrame disappears when using a separate unit frame addon. It works by allowing the TotemFrame to anchor to a frame of your choosing rather than the default PlayerFrame, which can get removed by some unit frame addons.

Optionally, this addon can also apply a square mask to the totem icons, creating a uniform appearance across all totem abilities.

Note: An options menu for easier configuration could be added to this addon. Unfortunately, the implementation of such a feature is beyond my current skill set. Anyone interested in adding this functionality is welcome to do so.

Customization

Modify the addon's Lua file to adjust the settings according to your needs:

local ParentFrameName = "SUFUnitplayer" -- Frame for the TotemFrame to attach to.

local ParentAnchorPosition = "BOTTOMRIGHT" -- Attachment point on the parent frame.

local TotemFrameAnchorPosition = "TOPRIGHT" -- Attachment point on the TotemFrame.

local UseSquareMask = true -- Apply square mask to totem icons (true or false).

local XOffset = 7 -- Horizontal offset from the attachment point.

local YOffset = 0 -- Vertical offset from the attachment point.