PDA

View Full Version : [WoW] PVE/PVP Polymorph Macro



dancook
11-14-2011, 09:41 AM
For PVE I currently have
/cast [@focus]polymorph

This is fine when you have time to setup raid markers and focus on each mob; you can't go too fast because it doesn't register the newly selected mob. In PVP I think this would suck :)

Now I was thinking of modifying the macro to:

/cast [@focus]polymorph
/cast [@randomtarget]polymorph

I'm yet to test if the second polymorph will fire if I have no focus?

Is this the best way to handle PVP polymorphing? I've never bothered before now.

Newbie916
11-14-2011, 01:57 PM
Why not have 2 macros?

Mark/Focus

/run if GetRaidTargetIndex("target")~=1 then SetRaidTarget("target",1)end
/focusPolymorph

/use [@focus,harm,nodead][]PolymorphPolymorph macro will cast on focus if alive/enemy otherwise it will cast on your target.

dancook
11-14-2011, 02:38 PM
I use

/focus
/script SetRaidTarget("target", 1)

But it's too slow to get five targets, if there's a lot of horde I want to quickly sheep as many as possible without focusing them or switching them.

ebony
11-15-2011, 04:09 AM
we need the jamba marking system sheeping system he was working on :P

hope its soon™

dancook
11-15-2011, 06:07 AM
we need the jamba marking system sheeping system he was working on :P

hope its soon™

Ohh :) that sounds good. cheers for the head sup