Close
Showing results 1 to 5 of 5

Hybrid View

  1. #1

    Default PVE/PVP Polymorph Macro

    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.

  2. #2

    Default

    Why not have 2 macros?

    Mark/Focus
    Code:
    /run if GetRaidTargetIndex("target")~=1 then SetRaidTarget("target",1)end
    /focus
    Polymorph
    Code:
    /use [@focus,harm,nodead][]Polymorph
    Polymorph macro will cast on focus if alive/enemy otherwise it will cast on your target.

  3. #3

    Default

    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.

  4. #4

    Default

    we need the jamba marking system sheeping system he was working on :P

    hope its soon™

  5. #5

    Default

    Quote Originally Posted by ebony View Post
    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

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •