Therefore, this tutorial is ONLY for my arenaframe addon called ArenaFrames.
Here is what you do to make it work:
- log into the game
- type /showaf
- type "/click arena1_frame"
- ignore the error message
- go to your keybindings, unbind a key that already has no binding, close the menu again
- repeat this step for "/click arena2_frame"
Congratulations! The frames are now clickable through the ingame macro command /click. This should work by default and you shouldn't need the workaround, but I haven't found a reliable way to not get the error message without it.
What does this mean?
It means, you are now able to use this similar to /target arena1 in macros, for example:
Code: Select all
/click arena1_frame
/cast Blind
/targetlasttarget
Code: Select all
/cleartarget [harm]
/click arena1_frame
/stopmacro [notarget]
/cast [harm] Blind
/targetlasttarget