The addon Imitates simplified focus functionality in WoW Classic
Important notes:
- This is not the same as the actual focus, but I have tried to make it be close enough.
- "Set focus" button is intended to work only with default target unit frame (make requests in comments, if you really need a fix for other unit frames). If the button is not visible - just use a macro to set focus.
- Focused target's health/power(mana, rage, energy) will only be updated while the focused target is your current target
- Buffs will not be displayed on the focus target
- Will target NPCs by name! So if there is another NPC with the same name as the one you have in focus, it will target the closest one.
Available macros:
"/run setFocusFromCurrentTarget()" - set focus target from current target
"/click focus" - set focus target as current taget
"/run clearFocus()" - clear focus
Additional Notes:
- v1.0.3 and above can hook up to ZPerl_target!
- The focus unit frame is draggable and lockable
Changelog:
1.0.4:
- Added castbar for the focus frame
- Changed the bars and fonts a little to make them look more like default UI
1.0.3:
- "Set focus" button can now hook up to ZPerl_target addon
- Added a lock/unlock focus frame button to prevent accidental drags
1.0.2:
- removed internal "/cleartarget" call to allow use of /targetlasttarget