Focus/Self Cast Macro

Tetox

OG
I'm trying to make my dispel, pwr word shield, heal and renew do the following:

on a normal hit, they go on my targe, on a hit with alt held they self cast on me, and with shift held down, they go on my focus target



heres the macro i made....its the same for all of em, just with the name of the spell subed in:



#showtooltip Heal

/cast [target=focus,modifier:shift] Heal

/cast [target=player,modifier:alt] Heal

/cast [target=target,nomodifier] Heal





now my problem is, this works PERFECTLY for heal and dispel....but the focus cast part is non functional for dispel/shield



i tried changing keybindins/spots on my action bar and it worked temporarily, but then stopped...can anyone help me out here?
 
Tetox said:
I'm trying to make my dispel, pwr word shield, heal and renew do the following:

on a normal hit, they go on my targe, on a hit with alt held they self cast on me, and with shift held down, they go on my focus target



heres the macro i made....its the same for all of em, just with the name of the spell subed in:



#showtooltip Heal

/cast [target=focus,modifier:shift] Heal

/cast [target=player,modifier:alt] Heal

/cast [target=target,nomodifier] Heal





now my problem is, this works PERFECTLY for heal and dispel....but the focus cast part is non functional for dispel/shield



i tried changing keybindins/spots on my action bar and it worked temporarily, but then stopped...can anyone help me out here?



Trying to figure out the same thing for my rogue's Trix >.<
 
#showtooltip

/cast [nomodifier] blind

/cast [modifier:alt, target=focus] blind

/stopmacro [nomodifier]



I use that on my rogue. Now, if you wanted to change it, just se the modifier as shift instead of alt, etc, and it should work. Also change blind to spell name. Hope that works!
 
Macros I use on my rogue:



Focus Blind -

/clearfocus [modifier][target=focus,dead][target=focus,help][target=focus,noexists]

/cast [target=focus,exists] Blind

/focus [target=focus,noexists]



Mouseover Blind


/cast [target=mouseover] Blind

/focus [target=mouseover]

/stopmacro [target=focus, noharm]



"Better" Vanish -

#show Vanish

/stopattack

/cast vanish



Autoattack w/ special


/startattack

/cast Hemorrhage(Rank x)
 
Tetox said:
I'm trying to make my dispel, pwr word shield, heal and renew do the following:

on a normal hit, they go on my target, on a hit with alt held they self cast on me, and with shift held down, they go on my focus target



heres the macro i made....its the same for all of em, just with the name of the spell subed in:



#showtooltip Heal

/cast [target=focus,modifier:shift] Heal

/cast [target=player,modifier:alt] Heal

/cast [target=target,nomodifier] Heal





now my problem is, this works PERFECTLY for heal and dispel....but the focus cast part is non functional for dispel/shield



i tried changing keybindins/spots on my action bar and it worked temporarily, but then stopped...can anyone help me out here?



try this.. i'm still new to macro's, but here's a shot.



#showtooltip

/cast [target=focus,modifier:shift,exists];[target=target,nomodifier];[target=player,modifer:alt,exists][] Heal
 
Not sure what the problem is. :(



Here are a few quick, useful macros though!





Set your target to your focus target.

/focus



Set your mouseover target to your focus target.

/focus [target=mouseover]



If you have a focus target, it takes that focus target and makes it your target, takes what was your target and makes it your focus target. Basically it swaps your focus target and target.

/cleartarget [target=target, dead]

/clearfocus [target=focus, dead]

/target focus

/cleartarget [target=focus, noexists]

/targetlasttarget

/focus target

/targetlasttarget
 

Users who are viewing this thread

Top