1. #1
    Dreadlord GeorgeParty's Avatar
    10+ Year Old Account
    Join Date
    Dec 2009
    Location
    Traversing through The Luminiferous Aether.
    Posts
    830

    Macros Help. Post your macro.

    There are many single topics for individual macros help, but thought we need a kind of post your armory thing for Macros.

    You post your Macro (and problem you not sure how to fix if there is one), next poster recommends how fix it.

    no silly trolls here please

    ---------- Post added 06-16-2010 at 08:03 PM ----------

    #showtooltip
    /cast [modifier:alt,] Summon Imp(Summon);
    [modifier:shift,]Summon Felguard(Summon);
    [modifier:ctrl,] Summon Succubus(Summon):

    I'd like to be able to have a no mod option, but forgotten how to do it.
    Last edited by GeorgeParty; 2010-06-16 at 09:04 PM.

  2. #2
    Like this:

    #showtooltip
    /cast [mod:alt]Summon Imp;[mod:shift]Summon Felguard;[mod:ctrl]Summon Succubus;[nomod]Summon Felhunter
    And, subscribing to this thread.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  3. #3
    The Patient
    10+ Year Old Account
    Join Date
    May 2010
    Location
    Close enuf
    Posts
    203
    Is there a way to make a macro to cast WotF when berserker rage is on cd ? Like cast berserker rage and then if the cd is off you can cast it again, if not racial.

    LE:. Thanks guys.
    Last edited by Loonatek; 2010-06-18 at 02:41 PM.

  4. #4
    Here:
    #showtooltip
    /castsequence reset=30 Berserker Rage,Will of the Forsaken

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  5. #5
    Quote Originally Posted by Loonatek View Post
    Is there a way to make a macro to cast WotF when berserker rage is on cd ? Like cast berserker rage and then if the cd is off you can cast it again, if not racial.
    Nope, but you can cast sequence it with a 30 second reset. Macros can't make decisions for you.
    Nom Nom Nom [NNF] (2 points) - When you Ferocious Bite a target at or below 25% health, you have a 50/100% chance to instantly refresh the duration of your Rip on the target.

  6. #6
    Dreadlord GeorgeParty's Avatar
    10+ Year Old Account
    Join Date
    Dec 2009
    Location
    Traversing through The Luminiferous Aether.
    Posts
    830
    That fixed it, I couldn't remember for the life of me how to do so.

    Anyone else need help?

  7. #7
    Hi, I need some help with my macro for using speed items.
    What I need is /castsequence, but for '/use' really. This is how my macro looks right now:
    #showtooltip Skull of Impending Doom

    /equip Nighttime
    /equip Skull of Impending Doom
    /equip Nifty Stopwatch
    /use Nifty Stopwatch
    /use Skull of Impending Doom

    Of course this just makes the macro use both Nifty Stopwatch and Skull of Impending Doom at the same time since Skull of Impending Doom is an off-hand item and not a trinket.

    Thank you
    "Malfurion can apparently pop everyone into the dream and make a dream state army.. oh and summon the forest animals in a way that makes Snow White jealous. He's like the Ace ventura of the Emerald Dream. "

  8. #8
    Quote Originally Posted by Joniebonie View Post
    Hi, I need some help with my macro for using speed items.
    What I need is /castsequence, but for '/use' really. This is how my macro looks right now:
    #showtooltip Skull of Impending Doom

    /equip Nighttime
    /equip Skull of Impending Doom
    /equip Nifty Stopwatch
    /use Nifty Stopwatch
    /use Skull of Impending Doom

    Of course this just makes the macro use both Nifty Stopwatch and Skull of Impending Doom at the same time since Skull of Impending Doom is an off-hand item and not a trinket.

    Thank you
    You could always add in a modifier
    /equip Nighttime
    /equip Skull of Impending Doom
    /equip Nifty Stopwatch
    /use [nomod]Nifty Stopwatch
    /use [modifier:shift,]Skull of Impending Doom

  9. #9
    Not what I had in mind.. But it works! =D
    Here's how it turned out:
    #showtooltip Skull of Impending Doom
    /equip Nighttime
    /equip Skull of Impending Doom
    /equip Nifty Stopwatch
    /use [btn:1] Nifty Stopwatch
    /use [btn:2] Skull of Impending Doom;
    /cast [btn:2] Gift of the Naaru
    "Malfurion can apparently pop everyone into the dream and make a dream state army.. oh and summon the forest animals in a way that makes Snow White jealous. He's like the Ace ventura of the Emerald Dream. "

  10. #10
    Dreadlord GeorgeParty's Avatar
    10+ Year Old Account
    Join Date
    Dec 2009
    Location
    Traversing through The Luminiferous Aether.
    Posts
    830
    I'm glad I made this topic.

    sticky it somebody?

Posting Permissions

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