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

Thread: WMMMP Setup

Hybrid View

  1. #1

    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.

  2. #2

    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


  3. #3

    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

  4. #4

    Default

    Thanks @Wizeowel!

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


  5. #5

    Default

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

  6. #6

    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 ?

  7. #7

    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

  8. #8

    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    

  9. #9

    Default

    Quote Originally Posted by Sylence View Post
    But in game when I press ALT + Mouse5, that does not work.
    Ps: I've exported to Inner Space.
    With a macro set, you have to assign it to the correct characters. Maybe this is why it doesn't work.




    Also, to copy my example further, your Alt-Mouse5 needs to have all 4 macros sent in the actions of step1.

  10. #10

    Default

    Hey Wizeowel,

    Following along in this thread and had a couple questions. in your macro you said before, do you have all of this macroed to shift-ctrl-alt-1
    ""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"

    or do you have that like you stated above
    "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"

    If thats the case do you have "button 2 " as 4 seperate other key stroke macros like Shift- Ctrl- (1-4) and so on for button 3?

    Sorry if that doenst make sense, im currently leveling this team, mages on follow and pretty much just arcane explosion everything. That brings me to my other question (once i figure out the warrior) any advice on the mages spells?
    Last edited by MiRai : 03-03-2020 at 08:35 PM Reason: Formatting - Automatic Text Color

Posting Rules

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