Thread: Focus problem
View Single Post
01-21-11, 12:48 AM   #3
Seer
A Molten Giant
Join Date: Dec 2007
Posts: 649
You're using the focus to set the focus by the looks of it, or setting a new focus each time you use the macro (no modifier when casting focus)

Try something like

#showtooltip
/focus [mod:alt]
/cast [target=focus,btn:1] Banish
/clearfocus [btn:2]

Or

/focus [mod:alt]
/clearfocus [mod:ctrl]; [target=focus,dead]
/stopmacro [mod:ctrl]; [nocombat,mod:alt]
/focus [target=focus,noexists]
/cast [target=focus] Fear

/focus [mod:alt]
/clearfocus [mod:ctrl]; [target=focus,dead]
/stopmacro [mod:ctrl]; [nocombat,mod:alt]
/focus [target=focus,noexists]
/cast [target=focus] Banish

(Thanks to CCfocus)
__________________
Take it as you want or leave it as it is.

Last edited by Seer : 01-21-11 at 12:56 AM.