Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 12

Hybrid View

  1. #1

    Default My mixed team setup

    Mixed Team Analysis


    Hardware
    • Single box
    • i7 920
    • 12GB RAM
    • ATI Radeon 5870
    • SSD



    Software
    • KeyClone - key broadcasting
    • Link Shell Extension - symbolic linking from within windows explorer
    • 1x Primary WoW install (for patching and addons)
    • 5x Secondary WoW symbolic links except for WTF folder



    Addons



    Strategies
    • Leader - leader is set as focus on all others, leader itself has no focus
    • Targeting - focus based assist
    • Combat - /click ability priority based system



    Goals
    • Heroics



    The Team
    1. Msblonde - Protection Paladin
    2. Mswhite - Discipline Priest
    3. Msblack - Destruction Warlock
    4. Msred - Arcane Mage
    5. Msbrown - Survival Hunter



    Common abilities
    • Interact With Target
    • Assist
    • Follow
    • Eat / Drink
    • Mount
    • Switch Leader to 1
    • Switch Leader to 2
    • Switch Leader to 3
    • Switch Leader to 4
    • Switch Leader to 5
    • Tank / DPS / Heal - Elite / Boss
    • Tank / DPS / Heal - non-elite
    • AOE



    Common Macros
    • Assist - assist on focus if exists
      Code:
      /assist [target=focus, exists] focus
    • Follow
      Code:
      /stopmacro [target=focus, noexists]
      /follow focus
    • Mount - spammable mount macro, ALT to dismount
      Code:
      /use [flyable, nomounted] Swift Green Windrider; [nomounted] Swift Pink Hawkstrider
      /dismount [mod:alt, mounted]
    • Switch Leader
      On all non-leaders (4 macros for the 4 different possible leaders exist)
      Code:
      /focus <new leader name>
      On each character if they are becoming the new leader (focus line is to tell Jamba to switch leaders for follow strobing)
      Code:
      /focus Player
      /clearfocus
    Last edited by thinus : 01-04-2010 at 06:54 AM
    The Orcks of War
    Shaman Borck Zorck Dorck Porck Corck
    Mixed Team - Msblonde - Mswhite - Msblack - Msred - Msbrown -

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

  3. #3

    Default

    Mswhite - Discipline Priest

    Buffs
    • Power Word: Fortitude
    • Shadow Protection
    • Divine Spirit
    • Inner Fire



    Tank Healing

    The idea is to assist the leader and heal the leader's target, if friendly, or the targettarget if not friendly and do all this with a /click macro. Some good points and bad points to this approach. The most interesting side effect is mobs that change targets or that cannot be taunted, the current target will automatically be healed. When the tank is taking heavy damage and a mob changes target this is a problem sometimes.

    1. Click 1 - Assist and Trinkets (extra clause in /use commands for when priest was holy and in spirit form the macro would get stuck due to the trinkets not being usable when dead)
      Code:
      #showtooltip
      /assist [@focus, exists] focus
      /use [@Player, nodead, nochanneling] 13
      /use [@Player, nodead, nochanneling] 14
    2. Click 2 - PWS with enough commas to beat the debuff timer
      Code:
      /castsequence [noharm, nochanneling] reset=15 Power Word: Shield,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
      /castsequence [@targettarget, noharm, nochanneling] reset=15 Power Word: Shield,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    3. Click 3 - Penance
      Code:
      /castsequence [noharm, nochanneling] reset=10 ,,,,,,,,,,Penance,,,,,,,,,,,,,,,,,
      /castsequence [@targettarget, noharm, nochanneling] reset=10 ,,,,,,,,,,Penance,,,,,,,,,,,,,,,,,
    4. Click 4 - Prayer of Mending
      Code:
      /castsequence [noharm, nochanneling] reset=10 ,,,,,,,,,,,,,,,,,Prayer of Mending,,,,,,,,,,,,,,,,,,,,,
      /castsequence [@targettarget, noharm, nochanneling] reset=10 ,,,,,,,,,,,,,,,,,Prayer of Mending,,,,,,,,,,,,,,,,,,,,,
    5. Click 5 - Fade once and then Flash Heals most of the time
      Code:
      /castsequence reset=combat ,,,,,,,,,,Fade, Null
      /castsequence [noharm, nochanneling] reset=combat ,Flash Heal,
      /castsequence [@targettarget, noharm, nochanneling] reset=combat ,Flash Heal,
    6. Click 6 - Shadowfiend
      Code:
      /castsequence reset=combat [harm] ,,,,,,,,,,,,,,,,,,,,,Shadowfiend


    Code:
    /run SetCVar("Sound_EnableSFX","0")
    /click MultiBarLeftButton1
    /click MultiBarLeftButton2
    /click MultiBarLeftButton3
    /click MultiBarLeftButton4
    /click MultiBarLeftButton5
    /click MultiBarLeftButton6
    /run SetCVar("Sound_EnableSFX","1")
    Other macros:
    • Individual healing (the one for Msblonde shown but there is a macro for each character)
      Code:
      /cast [@Msblonde] Flash Heal
    • Priest self heal
      Code:
      /castsequence reset=120 Desperate Prayer,Null
      /cast [@Mswhite] Flash Heal
    • AoE healing 1
      Code:
      #showtooltip
      /cast Inner Focus
      /cast [@player] Prayer of Healing
    • AoE healing 2
      Code:
      #showtooltip
      /cast Holy Nova
    • Heal anyone
      Code:
      #showtooltip
      /assist [@focus, exists] focus
      /cast [help] Flash Heal; [@targettarget, help] Flash Heal
    • Pain Suppression
      Code:
      #showtooltip
      /assist [@focus, exists] focus
      /cast [@targettarget, noharm] Pain Suppression; [noharm] Pain Suppression
    • Loken AoE healing
      Code:
      #showtooltip
      /castsequence ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,Inner Focus, null
      /castsequence [@player] ,,,,,,,,,,Prayer of Healing
      /castsequence [@player] Prayer of Mending
    • Patchwerk healing macro, work in progress, enrage owned me last attempt
      Code:
      #showtooltip
      /cast Inner Focus
      /cast Power Infusion
      /castsequence [noharm, nochanneling] reset=combat ,,,Greater Heal
      /castsequence [@targettarget, noharm, nochanneling] reset=combat ,,,Greater Heal
    • Abolish Disease
      Code:
      #showtooltip
      /cast [@targettarget, noharm, nochanneling] Abolish Disease; [noharm, nochanneling] Abolish Disease
    Last edited by thinus : 01-04-2010 at 07:00 AM
    The Orcks of War
    Shaman Borck Zorck Dorck Porck Corck
    Mixed Team - Msblonde - Mswhite - Msblack - Msred - Msbrown -

  4. #4

    Default

    Msblack - Destruction Warlock

    Buffs
    • Fel Armor
    • Unending Breath
    • Blood Pact
    • Fire Shield


    DPS

    1. Click 1 - Assist, Trinkets, Debuff and Pet Attack
      Code:
      #showtooltip
      /assist [@focus, exists] focus
      /stopmacro [noharm]
      /castsequence [nochanneling] reset=target Curse of the Elements, Null
      /petattack
      /use [nochanneling] 13
      /use [nochanneling] 14
    2. Click 2 - Immolate
      Code:
      #showtooltip
      /castsequence [nochanneling] reset=target Immolate,,,,,,,,,,,,,,,,,,,,,,,,,,,
    3. Click 3 - Conflagrate
      Code:
      #showtooltip
      /castsequence [nochanneling] reset=combat Conflagrate,,,,,,,,,,,,,,,,,,,,,,,,
    4. Click 4 - Chaos Bolt
      Code:
      #showtooltip
      /castsequence [nochanneling] reset=combat Chaos Bolt,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    5. Click 5 - Incinerate
      Code:
      #showtooltip
      /cast [nochanneling] Incinerate
    6. Click 6 - Nothing, used to work a Life Tap in for long fights, might still be useful for raiding


    Code:
    /run SetCVar("Sound_EnableSFX","0")
    /click MultiBarLeftButton1
    /click MultiBarLeftButton2
    /click MultiBarLeftButton3
    /click MultiBarLeftButton4
    /click MultiBarLeftButton5
    /click MultiBarLeftButton6
    /run SetCVar("Sound_EnableSFX","1")

    Other macros:
    • Normal mob DPS
      Code:
      /assist [@focus, exists] focus
      /castsequence [nochanneling] reset=target Incinerate, Drain Soul
    • Point Blank AoE - not sure Seed is all that useful but leaving it in for now
      Code:
      #showtooltip
      /targetenemy
      /castsequence [nochanneling] reset=combat Seed of Corruption, Null
      /cast [nochanneling] Hellfire
    Last edited by thinus : 01-04-2010 at 07:05 AM
    The Orcks of War
    Shaman Borck Zorck Dorck Porck Corck
    Mixed Team - Msblonde - Mswhite - Msblack - Msred - Msbrown -

  5. #5

    Default

    Msred - Arcane Mage

    Buffs
    • Molten Armor
    • Arcane Brilliance


    DPS

    1. Click 1 - Assist, Trinkets, Buff and Flask (alchemist only)
      Code:
      #showtooltip
      /assist [@focus, exists] focus
      /cast [nochanneling] Icy Veins
      /use [nochanneling] 13
      /use [nochanneling] 14
      /castsequence [nochanneling] reset=combat Flask of the North, Null
    2. Click 2 - Arcane Blast x4, Arcane Missiles
      Code:
      #showtooltip
      /castsequence [nochanneling] reset=6 Arcane Blast, Arcane Blast, Arcane Blast, Arcane Blast, Arcane Missiles
    3. Click 3 - nothing
    4. Click 4 - nothing
    5. Click 5 - nothing
    6. Click 6 - nothing


    Code:
    /run SetCVar("Sound_EnableSFX","0")
    /click MultiBarLeftButton1
    /click MultiBarLeftButton2
    /click MultiBarLeftButton3
    /click MultiBarLeftButton4
    /click MultiBarLeftButton5
    /click MultiBarLeftButton6
    /run SetCVar("Sound_EnableSFX","1")
    Last edited by thinus : 01-04-2010 at 07:08 AM
    The Orcks of War
    Shaman Borck Zorck Dorck Porck Corck
    Mixed Team - Msblonde - Mswhite - Msblack - Msred - Msbrown -

  6. #6

    Default

    Msbrown - Survival Hunter

    Buffs
    • Aspect of the Dragonhawk


    DPS

    1. Click 1 - Assist, Trinkets, Debuff and Pet Attack
      Code:
      #showtooltip
      /assist [@focus, exists] focus
      /stopmacro [noharm]
      /castsequence [nochanneling] reset=target Hunter's Mark, Null
      /petattack
      /use [nochanneling] 13
      /use [nochanneling] 14
    2. Click 2 - Explosive Shot
      Code:
      #showtooltip
      /castsequence [nochanneling] reset=combat Explosive Shot,,,,,,,,,,,,,,,
    3. Click 3 - Serpent Sting
      Code:
      #showtooltip
      /castsequence [nochanneling] reset=combat Serpent Sting,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    4. Click 4 - Black Arrow
      Code:
      #showtooltip
      /castsequence [nochanneling] reset=combat Black Arrow,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    5. Click 5 - Aimed Shot
      Code:
      #showtooltip
      /castsequence [nochanneling] reset=combat Aimed Shot,,,,,,,,,,,,,,,,,,,,,,,,,
    6. Click 6 - Steady Shot and pet commands
      Code:
      #showtooltip
      /castsequence [nochanneling] reset=combat Steady Shot,,,
      /cast [nochanneling] Kill Command
      /cast [nochanneling] Kill Shot


    Code:
    /run SetCVar("Sound_EnableSFX","0")
    /click MultiBarLeftButton1
    /click MultiBarLeftButton2
    /click MultiBarLeftButton3
    /click MultiBarLeftButton4
    /click MultiBarLeftButton5
    /click MultiBarLeftButton6
    /run SetCVar("Sound_EnableSFX","1")
    Last edited by thinus : 01-04-2010 at 07:11 AM
    The Orcks of War
    Shaman Borck Zorck Dorck Porck Corck
    Mixed Team - Msblonde - Mswhite - Msblack - Msred - Msbrown -

  7. #7
    Member
    Join Date
    Sep 2008
    Location
    Calgary, AB and Vancouver, BC
    Posts
    7638
    Blog Entries
    2

    Default

    I like these kinds of threads.
    You get to see how others have set their teams up.
    Which tricks they use.

    Thanks for sharing.
    EverQuest I: Bard / Enchanter / Druid / Wizard / 2x Magician.
    Diablo III: 4x Crusader & 4x Wizard.

    My Guide to IS Boxer http://www.dual-boxing.com/showthread.php?t=26231 (somewhat dated).
    Streaming in 1080p HD: www.twitch.tv/ualaa
    Twitter: @Ualaa


  8. #8

    Default

    Quote Originally Posted by Ualaa View Post
    I like these kinds of threads.
    You get to see how others have set their teams up.
    Which tricks they use.

    Thanks for sharing.
    I hope someone gets some benefit from it It will take a few days to get them all formatted properly and updated. The core of the pally is finished and updated. There are some listed spells not linked yet.
    The Orcks of War
    Shaman Borck Zorck Dorck Porck Corck
    Mixed Team - Msblonde - Mswhite - Msblack - Msred - Msbrown -

  9. #9

    Default

    DPS macros updated for all members.
    The Orcks of War
    Shaman Borck Zorck Dorck Porck Corck
    Mixed Team - Msblonde - Mswhite - Msblack - Msred - Msbrown -

  10. #10

    Default

    Thanks for the post.. I need a destruction click macro for my soon to be new 80 warlock. I will test your setup out and see how well it does.
    “Is God willing to prevent evil, but not able? Then he is not omnipotent.
    Is he able, but not willing? Then he is malevolent.
    Is he both able and willing? Then whence cometh evil?
    Is he neither able nor willing? Then why call him God?”
    Epicurus

Posting Rules

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