Close
Page 7 of 10 FirstFirst ... 5 6 7 8 9 ... LastLast
Showing results 61 to 70 of 138

Hybrid View

  1. #1

    Default

    Decided to create a new 85 protection paladin macro, so i went over to elitistjerks and got some juicy data

    Single Targets
    - Spell priority:
    Shield of the Righteous / Word of Glory > Crusader's Strike > Judgement > Hammer of Wrath (when active) > Avenger's Shield > Consecration > Holy Wrath
    - Rotation:
    CS > Judgement > CS > X > CS > Shield of the Righteous/Word of Glory (for WoG builds)
    - The X filler priority list:
    Hammer of Wrath (when target is below 20%) > Avenger's Shield > Consecration > Holy Wrath.

    Multiple Targets
    - Spell priority:
    Hammer of the Righteous > Consecration > Holy Wrath > Avenger's Shield > Shield of the Righteous / Word of Glory > Judgement
    - Rotation:
    HotR > X > HotR > X > HotR > Shield of the Righteous/Word of Glory (for WoG builds)
    - The X filler priority list:
    Consecration > Holy Wrath > Avenger's Shield > Judgement

    AOE would be easier for us since we are multiboxing but it would oom us in 5sec, so I took the single target rotation and combined it with the multipletargets priority list.
    Instead of Crusader's Strike I took Hammer of the Righteous. I like to pull with Avenger's Shield so I took Holy Wrath as the first X filler and Avenger's Shield as the second, the pull cooldown on Avenger's Shield is over by the time its Avenger's Shield turn.


    You need a macro extender to use the macros
    Here is the DPS version
    Code:
    /startattack
    /castsequence reset=combat/6 Hammer of the Righteous,Judgement,Hammer of the Righteous,Holy Wrath,Hammer of the Righteous,Shield of the Righteous,Hammer of the Righteous,Judgement,Hammer of the Righteous,Avenger's Shield,Hammer of the Righteous,Shield of the Righteous
    Here is the Healing version if you are speced Word of Glory
    Code:
    /startattack
    /castsequence reset=combat/6 Hammer of the Righteous,Judgement,Hammer of the Righteous,Holy Wrath,Hammer of the Righteous,Word of Glory,Hammer of the Righteous,Judgement,Hammer of the Righteous,Avenger's Shield,Hammer of the Righteous,Word of Glory
    And here is a hybrid version
    Code:
    /startattack
    /castsequence reset=combat/6 Hammer of the Righteous,Judgement,Hammer of  the Righteous,Holy Wrath,Hammer of the Righteous,Shield of the Righteous,Hammer  of the Righteous,Judgement,Hammer of the Righteous,Avenger's  Shield,Hammer of the Righteous,Word of Glory
    Last edited by deadca7 : 01-02-2011 at 12:01 AM

  2. #2

    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

  3. #3

    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

  4. #4

    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.

  5. #5
    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.

  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

  8. #8

    Default

    Ok, I'm missing something. I set this up and export the settings to Inner space. Hit the Hot keys and nothing happens. I have changed the Hot keys to [ and ] and still don't get anything to happen.

    Not sure were to start trouble shooting. Will this actually generate macro's in the game that I can see? Or does it generate the macro's?

    Thanks.

  9. #9

    Default

    Quote Originally Posted by olsondw View Post
    Ok, I'm missing something. I set this up and export the settings to Inner space. Hit the Hot keys and nothing happens. I have changed the Hot keys to [ and ] and still don't get anything to happen.

    Not sure were to start trouble shooting. Will this actually generate macro's in the game that I can see? Or does it generate the macro's?

    Thanks.

    you can view the macros in the ISBoxer.lua file IIRC.

  10. #10

    Default

    Quote Originally Posted by olsondw View Post
    Ok, I'm missing something. I set this up and export the settings to Inner space. Hit the Hot keys and nothing happens. I have changed the Hot keys to [ and ] and still don't get anything to happen.

    Not sure were to start trouble shooting. Will this actually generate macro's in the game that I can see? Or does it generate the macro's?

    Thanks.
    all the macro's are generated by isboxer, you will not see them in game, Make sure the [ and ] keys are not being used by Combat bar mod it is my understanding that is one thing that can superseed Isboxer generated macro buttons but I would have to checkwirth Lax to verify that.

    Secound make sure there is no subtle typo in action target group, and the macro.

    Also to trubleshoot.
    in isboxer go into Maped key actions, (do this for both Custom rotation, and Custom Proc) at the bottom right hand side toward the bottom
    You can select Character set and then specifiy a specific charater and you can see what the macro will acually generate for each character.

Posting Rules

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