Close
Showing results 1 to 10 of 12

Threaded View

  1. #2

    Default

    Msblonde - Protection Paladin


    Buffs
    • Retribution Aura (switch to a resistance or devotion aura as required)
    • Righteous Fury always on (thank you SmartBuff)
    • Blessing of Sanctuary (thank you SmartBuff)
    • Blessings on party and pets by class as required (thank you SmartBuff)



    Pull / Setup
    • Divine Plea (if not on cooldown)
    • Exorcism
    • Avenger's Shield

    Code:
    /castsequence reset=combat ,Exorcism, Avenger's Shield
    /cast Divine Plea
    Casts Divine Plea if it is off cooldown on the 1st press and then Exorcism and Avenger's Shield on the 2nd and 3rd press.


    Tanking

    A priority based system based on the standard 96969 rotation with trinkets and a fallthrough. Ability priority with macros:
    1. Assist and Trinkets (only assist if focus is assigned)
      Code:
      #showtooltip
      /assist [target=focus, exists] focus
      /StartAttack
      /use 13
      /use 14
    2. Holy Shield
      Code:
      #showtooltip
      /castsequence reset=combat Holy Shield,,,,,,,,,,,,,,,,,,,,,,
    3. Shield of Righteousness
      Code:
      #showtooltip
      /castsequence reset=combat Shield of Righteousness,,,,,,,,,,,,,,,
    4. Judgement of Wisdom
      Code:
      #showtooltip
      /castsequence reset=combat Judgement of Wisdom,,,,,,,,,,,,,,,,,,,,,,
    5. Hammer of the Righteous
      Code:
      #showtooltip
      /castsequence reset=combat Hammer of the Righteous,,,,,,,,,,,,,,,
    6. Consecration (Combined with the fallthrough due to macro limit)
    7. Hammer of Wrath (fallthrough, when nothing else is casting)
      Code:
      #showtooltip
      /castsequence reset=combat Consecration,,,,,,,,,,,,,,,,,,,,,,
      /cast Hammer of Wrath

    The order is not fixed, Consecration, Judgement and Holy Shield can be swapped with each other. I like to get Holy Shield up ASAP, on AOE pulls you can manually drop a Consecration straight after the pull before starting the rotation. I listed Judgement of Wisdom but I have the same macro with Judgement of Light and I have them next to each other on my bars. If I want to switch to using Judgement of Light I just swap the positions of the two Judgement macros on the bars.


    The actual tanking macro (this is clicking action buttons 1-6 on the leftmost action bar on the right hand side of the default UI)
    Code:
    /run SetCVar("Sound_EnableSFX","0")
    /click MultiBarLeftButton1
    /click MultiBarLeftButton2
    /click MultiBarLeftButton3
    /click MultiBarLeftButton4
    /click MultiBarLeftButton5
    /click MultiBarLeftButton6
    /run SetCVar("Sound_EnableSFX", "1")

    Taunt

    Very simple taunt macro, needs work and I also need some "OH SHIT!" macros.
    Code:
    #showtooltip
    /cast [help] Righteous Defense; [target=targettarget, help] Righteous Defense
    Last edited by thinus : 12-05-2009 at 11:52 AM
    The Orcks of War
    Shaman Borck Zorck Dorck Porck Corck
    Mixed Team - Msblonde - Mswhite - Msblack - Msred - Msbrown -

Posting Rules

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