Can someone put that all into one macro? right now i have three separate ones going and its just ... cluttered. tyvm.
I'm not sure, I haven't tested, but I believe it would be something like this:
#showtooltip
/cast [modifier:alt] Polymorph
/cast [modifier:shift, target=focus] Polymorph
/cast [nomodifier:shift, alt, target=mouseover] Polymorph
Can someone help me? I've got a macro for mouse over polymorph (on my mage obviously) and want to add to it to do differnt things with modifiers. Like holding down shift would make it polymorph focus or holding down alt would make it polymorph target.
Can someone put that all into one macro? right now i have three separate ones going and its just ... cluttered. tyvm.
/cast [@focus,mod:shift][mod:alt][@mouseover] Polymorph
Make sure shift+hotkey and alt+hotkey aren't already bound to something in your keybind options.
http://www.wowpedia.org/making_a_macro
http://www.macroexplain.com
Can someone help me? I've got a macro for mouse over polymorph (on my mage obviously) and want to add to it to do differnt things with modifiers. Like holding down shift would make it polymorph focus or holding down alt would make it polymorph target.
Can someone put that all into one macro? right now i have three separate ones going and its just ... cluttered. tyvm.
/cast [@focus,mod:shift][mod:alt][@mouseover] Polymorph
Make sure shift+hotkey and alt+hotkey aren't already bound to something in your keybind options.
http://www.wowpedia.org/making_a_macro
http://www.macroexplain.com
Well that's a much shorter one. Thanks!
Will that change my target though? right now i have
/cleartarget
/cast [target=mouseover,exists,nodead] Polymorph; Polymorph
/targetlasttarget
and it will cast poly on the mouseovered target and then automatically switch back to the target i was on without retargeting.
Will that change my target though? right now i have
/cleartarget
/cast [target=mouseover,exists,nodead] Polymorph; Polymorph
/targetlasttarget
and it will cast poly on the mouseovered target and then automatically switch back to the target i was on without retargeting.
The only spells that change your target are the ones that toggle your autoattack. Do you start randomly swinging your weapon when you cast poly on someone? Your first and third lines are a waste.
The only spells that change your target are the ones that toggle your autoattack. Do you start randomly swinging your weapon when you cast poly on someone? Your first and third lines are a waste.
it was just a question. no reason to be a jerk. otherwise i might take a closer look at your spec and gear and start asking if have any idea what you're doing as a mage.
No comments:
Post a Comment