Close
Showing results 1 to 10 of 138

Hybrid View

  1. #1

    Default

    I created a new faceroller module today for Elemental Shamans, you can get it here Faceroller: Elemental Shaman 4.0.3
    With the help of my new module I created a new macro that follows the priority list very well.

    Flame Shock DoT present -> Lava Burst (whenever it's up) -> Earth Shock (9 Lightning Shield charges) -> Lightning Bolt filler

    1st step macro. This macro fires Earth Shock on 9 Lighting Shield charges, and waits for Flame Shock to just run out.
    Code:
    #showtooltip
    /castsequence reset=combat/8 Flame Shock,Lightning Bolt,Lightning Bolt,Lightning Bolt,Lightning Bolt,Lightning Bolt,Lightning Bolt,Lightning Bolt,Lightning Bolt,Earth Shock,Lightning Bolt,Lightning Bolt
    2nd step macro. This macro puts out all the totems, fires Lava Burst for about 1min, puts out a new Searing Totem after 1 min, fires Lava Burst for another minute and then resets.
    Code:
    #showtooltip
    /castsequence reset=combat/8 Call of the Elements,Lava Burst,Lava Burst,Lava Burst,Lava Burst,Lava Burst,Lava Burst,Lava Burst,Lava Burst,Searing Totem,Lava Burst,Lava Burst,Lava Burst,Lava Burst,Lava Burst,Lava Burst,Lava Burst,Lava Burst
    EDIT:
    A little update on my Fire mage macro, my 2nd step macro is now
    Code:
    #showtooltip
    /stopmacro [channeling]
    /castsequence reset=combat/5 Combustion,Flame Orb,Flame Orb
    Flame Orb has 1 min cooldown and Combustion has 2. This way we can use both without waiting too much for cooldowns.
    Last edited by deadca7 : 01-03-2011 at 01:53 AM

  2. #2

    Default

    nvm - fixed it myself. I had "Warlock" and "Mage" instead of "Warlocks" and "Mages". Oops....
    Last edited by ninster : 01-05-2011 at 04:37 PM

  3. #3

    Default

    Something I noticed while fixing my own setup was that the Warlock section of the Situational Macro needs some edits

    Code:
    !if (character in ""Warlocks Affliction")/castsequence reset=target/combat/4 Unstable Affliction,Haunt,Life Tap
    !if (character in ""Warlocks Affliction")/cast Shadow Bolt
    !also /use 13
    !also /use 14
    !if (character in ""Warlocks Demonology") /castsequence reset=target/combat Bane of Doom,Curse of the Elements,Immolate,Null
    !if (character in ""Warlocks Demonology") /cast [@target,harm] Legion Strike
    !if (character in ""Warlocks Demonology") /cast [@target,harm] Felstorm
    !if (character in ""Warlocks Demonology") /cast Metamorphosis
    !if (character in ""Warlocks Demonology") /cast Hand of Gul'dan
    !also /use 13
    !also /use 14
    !if (character in ""Warlocks Destruction") /castsequence reset=target/10  Conflagrate,Conflagrate,Conflagrate,Curse of the Elements, Bane of  Doom, Conflagrate,Conflagrate,Conflagrate,Conflagrate,Co  nflagrate,Conflagrate,Conflagrate,Bane of  Doom,Conflagrate,Conflagrate,Conflagrate,Conflagra  te
    The double quotes need to be removed before the W in Warlocks and the spaces appearing in "Co nflagrate" and "Conflaga te" need to be fixed.

  4. #4
    Multiboxologist MiRai's Avatar
    Join Date
    Apr 2009
    Location
    Winter Is Coming
    Posts
    6815

    Default

    Quote Originally Posted by ninster View Post
    and the spaces appearing in "Co nflagrate" and "Conflaga te" need to be fixed.
    As stated earlier in this long thread he isn't fat fingering the space bar, it's an issue with forum involving long sentences
    with no spaces in them. I'm not sure if he put a disclaimer in the original posts because I'm too lazy to sift through them.

  5. #5

    Default

    Quote Originally Posted by Fenril View Post
    As stated earlier in this long thread he isn't fat fingering the space bar, it's an issue with forum involving long sentences
    with no spaces in them. I'm not sure if he put a disclaimer in the original posts because I'm too lazy to sift through them.
    At one point it was addeded but I havent checked if its survived the Nemerous edits if it hasn't I will re added it in.


    Keep a look out new stuff will be coming shortly.

  6. #6

    Default

    Quote Originally Posted by ninster View Post
    Something I noticed while fixing my own setup was that the Warlock section of the Situational Macro needs some edits

    Code:
    !if (character in ""Warlocks Affliction")/castsequence reset=target/combat/4 Unstable Affliction,Haunt,Life Tap
    !if (character in ""Warlocks Affliction")/cast Shadow Bolt
    !also /use 13
    !also /use 14
    !if (character in ""Warlocks Demonology") /castsequence reset=target/combat Bane of Doom,Curse of the Elements,Immolate,Null
    !if (character in ""Warlocks Demonology") /cast [@target,harm] Legion Strike
    !if (character in ""Warlocks Demonology") /cast [@target,harm] Felstorm
    !if (character in ""Warlocks Demonology") /cast Metamorphosis
    !if (character in ""Warlocks Demonology") /cast Hand of Gul'dan
    !also /use 13
    !also /use 14
    !if (character in ""Warlocks Destruction") /castsequence reset=target/10  Conflagrate,Conflagrate,Conflagrate,Curse of the Elements, Bane of  Doom, Conflagrate,Conflagrate,Conflagrate,Conflagrate,Co  nflagrate,Conflagrate,Conflagrate,Bane of  Doom,Conflagrate,Conflagrate,Conflagrate,Conflagra  te
    The double quotes need to be removed before the W in Warlocks and the spaces appearing in "Co nflagrate" and "Conflaga te" need to be fixed.
    I have taken the double quote out for for warlocks for a secound time not sure when it got reintroduced but that should be fixed.

  7. #7

    Default

    Quote Originally Posted by ninster View Post
    nvm - fixed it myself. I had "Warlock" and "Mage" instead of "Warlocks" and "Mages". Oops....
    Great Glad you were able to find the problem

Posting Rules

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