-
need help with macro
hi
quick question: why doesn't this work?
#showtooltip Spellsteal
/cast [modifier:alt, target=focus,harm] spellsteal; [target=mouseover,harm] spellsteal; spellsteal; [modifier:alt, target=focus,help] Remove curse; [target=mouseover,help] remove curse; remove curse
i want to have spell steal/remove curse on one button for regular target, focus target and mousover depending on modifier and cursor
greez
-
It doesn't work because its not properly written.
Code:
#showtooltip
/cast [harm,mod:shift,@focus][harm,@mouseover][harm]Spellsteal;[help,mod:shift,@focus][help,@mouseover][help][]Remove Curse
That one should work fine.
Focus (with mod) > mouseover > target > self is targeting priority.
It will cast Spellsteal or Remove Curse based on target.
-
thanks!
had to change @focus to target=focus, ect. for wtlk thou
another question, does frost wardening and molten shield stack?
does it make sense to specc both as elemental?