Close
Page 2 of 2 FirstFirst 1 2
Showing results 11 to 20 of 20
  1. #11

    Default

    So if I replace all instances of the word Rejuvenation with Regrowth, according to my understanding, the same effect would happen. Right?

  2. #12

    Default

    /cast [target=focustarget,harm] Wrath

    Would that work instead of

    "/assist focus

    /cast wrath"?

  3. #13

    Default

    Yes to both, assuming your focus is your main.

    Also at least for damage spells you should add [] at the end if you want your character to work while soloing or if you want to switch mains between your clones. Ie:

    /cast [target=focustarget,harm][] Wrath

    The [] at the end makes it so it will still cast on your regular target if you don't have a focus or a focustarget.
    <Multiplicity>
    Blood Elf Death Knight, 4 Orc Shaman - Burning Legion Horde US (PvP)
    Ellianaa - Haachoo - Hachu - Hachuu - Hahchoo

    Heroics down: Gundrak, Drak'Tharon, Utgarde Keep, Utgarde Pinnacle, Culling of Stratholme, Halls of Lightning, Ahn'Kahet, Violet Hold, Nexus, Azjol-Nerub, Halls of Stone

  4. #14

    Default

    Ok, another question, and I guess i'll use my same thread.

    Is there a way to have roots on the same button as all the clones, and yet not have them overwrite their own roots?

    I saw a guy put a macro for sheeps involving ,,polymorph, or something to where it would check to see if their poly was still up. if so, they wouldn't recast it.

    Is that possible with roots?

  5. #15

    Default

    I'm pretty sure the polymorph macro did not check to see if the sheep was still up as this is not possible using the WoW macro system.

    So no, you'd have to just recast it periodically if need be. Or if you see it break recast.
    <Multiplicity>
    Blood Elf Death Knight, 4 Orc Shaman - Burning Legion Horde US (PvP)
    Ellianaa - Haachoo - Hachu - Hachuu - Hahchoo

    Heroics down: Gundrak, Drak'Tharon, Utgarde Keep, Utgarde Pinnacle, Culling of Stratholme, Halls of Lightning, Ahn'Kahet, Violet Hold, Nexus, Azjol-Nerub, Halls of Stone

  6. #16

    Default

    With regard to your root question, the polymorph macro you are talking about sets up the macro so that with one key, all the mages in the group could potentially cast polymorph. The concept being target mob 1, keypress poly macro, Mage 1 sheeps; target mob2, keypress poly macro, Mage 2 sheeps; etc...

    You could use that macro (which I think is in the wiki) to root as well, substituting spell names. Only drawback to the method is that if you don't change targets with your main or focus, then each mage will successively sheep the same target.

    I have 2 mages in my 4box group, and they use this system to take turns casting Frost Nova. The commas just set it up so that each knows when it's their turn. (Same macro, commas in different places). Hope that helps you. I'm kinda new myself and terminology is kiling me.

  7. #17

    Default

    I like the macro setup with the cascading failovers and the alt mod, but I'd like to stick a mouseover component in there too, probably first on the list before focustarget.


    #showtooltip
    /cast [target=player,mod:alt] Healing Wave
    /stopmacro [mod:alt]
    /cast [target=mouseover,help][target=focustarget,help][target=focus,help][target=target,help][target=player] Healing Wave

    Is that the correct syntax?

    I'm looking at doing it with healing wave, I'm guessing I couldn't add a second modifier to do lesser healing wave, or set it for lesser and have the second modifier upgrade to normal healing wave, it would go over 255 characters I suppose.

  8. #18

    Default

    That would be the correct syntax, yes (no space after the mouseover before the comma though). To shorten it up a bit you could change the part that says [target=target,help] to just [help] since target already = target by default. You could also remove the [target=player] at the end right before "Healing Wave" since you're already going to use alt to cast it on yourself anyway.

    If you make those 2 changes so it looks like this:

    #showtooltip
    /cast [target=player,mod:alt] Healing Wave
    /stopmacro [mod:alt]
    /cast [target=mouseover,help][target=focustarget,help][target=focus,help][help] Healing Wave

    You may have enough room left for another spell (if you use another mod like ctrl make sure to put it before the big healing wave line).
    <Multiplicity>
    Blood Elf Death Knight, 4 Orc Shaman - Burning Legion Horde US (PvP)
    Ellianaa - Haachoo - Hachu - Hachuu - Hahchoo

    Heroics down: Gundrak, Drak'Tharon, Utgarde Keep, Utgarde Pinnacle, Culling of Stratholme, Halls of Lightning, Ahn'Kahet, Violet Hold, Nexus, Azjol-Nerub, Halls of Stone

  9. #19

    Default

    I just realized that mouseover might not work quite right, as the mouse location in the main window will work but the other toons won't be working from the same mouse loc, they'll be interpreting the location of the "local mouse" I assume. or am I all wet?

  10. #20

    Default

    #showtooltip
    /cast [target=player,mod:alt] Healing Wave
    /stopmacro [mod:alt]
    /cast [target=mouseover,help][target=focustarget,help][target=focus,help][help] Healing Wave

    will this not work the same as the above marco

    #showtooltip
    /cast [target=player,mod:alt] Healing Wave
    /cast [target=mouseover,help][target=focustarget,help][target=focus,help][help] Healing Wave

Similar Threads

  1. Help with follow and assist macros
    By Rowdysattva in forum Macros and Addons
    Replies: 2
    Last Post: 10-12-2008, 05:19 AM
  2. Reworking all my macros and assist completely
    By magwo in forum PvP Discussion
    Replies: 17
    Last Post: 09-15-2008, 07:05 PM
  3. Need help with assist/follow macros for arena! Please help!
    By Negativ1337 in forum Macros and Addons
    Replies: 6
    Last Post: 08-14-2008, 01:57 PM
  4. Problems with assist macros
    By Rokins in forum Macros and Addons
    Replies: 7
    Last Post: 08-11-2008, 04:28 AM
  5. Follow and assist macros....
    By Velassra in forum Macros and Addons
    Replies: 17
    Last Post: 06-03-2008, 09:11 PM

Posting Rules

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