Close
Page 1 of 3 1 2 3 LastLast
Showing results 1 to 10 of 21

Thread: WMMMP Setup

  1. #1

    Default WMMMP Setup

    So I finished levelling my MMMMP group and love that I can tear through the trash mobs is almost all 5man instances. I've been farming Live Strat and have farmed up almost enough folks for my epic mounts on all 5. Unfortunately I have trouble with the bosses due to lack of a real tank.

    So that brings me to my question. How do you setup your hotkeys for when you have a real tank? Examples of your spammed buttons and what skills they are assigned to would be amazing.

  2. #2

    Default

    I send multiple actions at once, most are macros defined in ISBoxer so that I can keep my toon's action bars clean for solo play.

    For Warrior
    button 1 "pull" (other toons do nothing): battle stance | charge | overpower | castsequence of battle shout, demo shout, thunderclap
    button 2 "single target": defensive stance, equip 1-hand and shield | bloodrage | shield slam | revenge | shield block | sunder armor
    button 3 "aoe": berserker stance, equip 2-hander | berserker rage | castsequence of whirlwind, cleave | execute

    For Druid
    button 1 "pull" (other toons do nothing): dire bear form | feral charge | faerie fire | demo roar
    button 2 "single target": dire bear form | maul | faerie fire
    button 3 "aoe": dire bear form | faerie fire | swipe

    Also liberal use of /startattack in macros to ensure white hits even when abilities are on cooldown or lacking rage, but watch out with charge because warrior can't be in combat, so /startattack breaks charge.

  3. #3

    Default

    Quote Originally Posted by Wizeowel View Post
    I send multiple actions at once, most are macros defined in ISBoxer so that I can keep my toon's action bars clean for solo play.

    For Warrior
    button 1 "pull" (other toons do nothing): battle stance | charge | overpower | castsequence of battle shout, demo shout, thunderclap
    button 2 "single target": defensive stance, equip 1-hand and shield | bloodrage | shield slam | revenge | shield block | sunder armor
    button 3 "aoe": berserker stance, equip 2-hander | berserker rage | castsequence of whirlwind, cleave | execute
    @Wizeowel

    Mind to share the actual macros pls


  4. #4

    Default

    Quote Originally Posted by Diwa View Post
    Mind to share the actual macros pls
    button 1 "pull" (other toons do nothing)
    "charge"
    /cast [nostance:1] Battle Stance
    /castsequence reset=combat/15 Charge, Bloodrage
    "aoe threat"
    /castsequence reset=combat Battle Shout, Demoralizing Shout, Thunder Clap
    "revenge"
    /cast [stance:1] Overpower; [stance:2] Revenge; [stance:3] Execute
    "sunder"
    /cast Sunder Armor


    button 2 "single target"
    "bloodrage"
    /cast [combat] Bloodrage
    "block"
    /cast [nostance:2] Defensive Stance
    /equip {shieldname}
    /equip {swordname}
    /cast Shield Block
    "revenge"
    /cast [stance:1] Overpower; [stance:2] Revenge; [stance:3] Execute
    "sunder"
    /cast Sunder Armor


    button 3 "aoe"
    "whirlwind"
    /cast [nostance:3] Berserker Stance
    /equip {2axename}
    /castsequence reset=combat/10 Whirlwind, !Cleave, !Cleave
    "zerker"
    /cast Berserker Rage
    "revenge"
    /cast [stance:1] Overpower; [stance:2] Revenge; [stance:3] Execute

  5. #5

    Default

    Thanks @Wizeowel!

    What's your Warriors talent tree like?
    Last edited by Diwa : 01-21-2020 at 10:50 PM


  6. #6

    Default

    Quote Originally Posted by BeefSupreme View Post
    So that brings me to my question. How do you setup your hotkeys for when you have a real tank? Examples of your spammed buttons and what skills they are assigned to would be amazing.
    Do you still need help?

  7. #7

    Default

    Quote Originally Posted by Diwa View Post
    What's your Warriors talent tree like?
    Over cautious
    https://classic.wowhead.com/talent-c...50113530001151

  8. #8

    Default

    Quote Originally Posted by Wizeowel View Post
    button 1 "pull" (other toons do nothing)
    "charge"
    /cast [nostance:1] Battle Stance
    /castsequence reset=combat/15 Charge, Bloodrage
    "aoe threat"
    /castsequence reset=combat Battle Shout, Demoralizing Shout, Thunder Clap
    "revenge"
    /cast [stance:1] Overpower; [stance:2] Revenge; [stance:3] Execute
    "sunder"
    /cast Sunder Armor


    button 2 "single target"
    "bloodrage"
    /cast [combat] Bloodrage
    "block"
    /cast [nostance:2] Defensive Stance
    /equip {shieldname}
    /equip {swordname}
    /cast Shield Block
    "revenge"
    /cast [stance:1] Overpower; [stance:2] Revenge; [stance:3] Execute
    "sunder"
    /cast Sunder Armor


    button 3 "aoe"
    "whirlwind"
    /cast [nostance:3] Berserker Stance
    /equip {2axename}
    /castsequence reset=combat/10 Whirlwind, !Cleave, !Cleave
    "zerker"
    /cast Berserker Rage
    "revenge"
    /cast [stance:1] Overpower; [stance:2] Revenge; [stance:3] Execute
    Hi, I'm trying your macro but when I use Button 1 or 2, I do no Sunder Armor after my Revenge. Could you explain me why plz ?

  9. #9

    Default

    Quote Originally Posted by Sylence View Post
    Hi, I'm trying your macro but when I use Button 1 or 2, I do no Sunder Armor after my Revenge. Could you explain me why plz ?
    On button 1 it's unlikely to do Sunder at all, since the shouts are less rage. But it should do eventually on button 2.

    It might be because you have made only one macro? As I mentioned in post#2 "I send multiple actions at once, most are macros defined in ISBoxer so that I can keep my toon's action bars clean for solo play."

    You can open Game Helpers in ISBoxer https://isboxer.com/wiki/World_of_Wa..._Macro_Library

    Make a new folder "Warrior" then for each macro snippet make a separate macro and assign a keybind, so I have
    shift-ctrl-alt-1 "Charge" /cast [nostance:1] Battle Stance /castsequence reset=combat/15 Charge, Bloodrage
    shift-ctrl-alt-2 "AoE threat" /castsequence reset=combat Battle Shout, Demoralizing Shout, Thunder Clap
    shift-ctrl-alt-3 "Revenge" /cast [stance:1] Overpower; [stance:2] Revenge; [stance:3] Execute
    shift-ctrl-alt-4 "Sunder" /cast Sunder Armor
    etc

    And in my mapped key for button 1 "pull" I have 1 step with 4 actions, https://isboxer.com/wiki/Named_World...t_Macro_Action
    1. WoW macro 'Charge' in Warrior -> self
    2. WoW macro 'AoE threat' in Warrior -> self
    3. WoW macro 'Revenge' in Warrior -> self
    4. WoW macro 'Sunder' in Warrior -> self

  10. #10

    Default

    Quote Originally Posted by Wizeowel View Post
    On button 1 it's unlikely to do Sunder at all, since the shouts are less rage. But it should do eventually on button 2.

    It might be because you have made only one macro? As I mentioned in post#2 "I send multiple actions at once, most are macros defined in ISBoxer so that I can keep my toon's action bars clean for solo play."

    You can open Game Helpers in ISBoxer https://isboxer.com/wiki/World_of_Wa..._Macro_Library

    Make a new folder "Warrior" then for each macro snippet make a separate macro and assign a keybind, so I have
    shift-ctrl-alt-1 "Charge" /cast [nostance:1] Battle Stance /castsequence reset=combat/15 Charge, Bloodrage
    shift-ctrl-alt-2 "AoE threat" /castsequence reset=combat Battle Shout, Demoralizing Shout, Thunder Clap
    shift-ctrl-alt-3 "Revenge" /cast [stance:1] Overpower; [stance:2] Revenge; [stance:3] Execute
    shift-ctrl-alt-4 "Sunder" /cast Sunder Armor
    etc

    And in my mapped key for button 1 "pull" I have 1 step with 4 actions, https://isboxer.com/wiki/Named_World...t_Macro_Action
    1. WoW macro 'Charge' in Warrior -> self
    2. WoW macro 'AoE threat' in Warrior -> self
    3. WoW macro 'Revenge' in Warrior -> self
    4. WoW macro 'Sunder' in Warrior -> self
    Thank you !

    I've done the Warrior Folder like this :

    I've created a new key map in the ISB42 - WoW :


    But in game when I press ALT + Mouse5, that does not work.

    Should I have to make somethink in WoW ?

    Ps: I've exported to Inner Space.
    Attached Images Attached Images    

Posting Rules

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