View Single Post
07-14-19, 07:52 AM   #2
Viryz
A Cyclonian
AddOn Compiler - Click to view compilations
Join Date: Apr 2009
Posts: 42
If I wanted to do something similiar, Im using a macro to get the name of addon to anchor it with.

This macro is telling you what to attach your texture to.

Code:
/run DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetName())
You need to mouseover, in this case, the CastBar for example, to get the correct name.

Hope this helps.

Viryz
  Reply With Quote