Log in

View Full Version : WMMMP Setup



BeefSupreme
12-30-2019, 09:04 AM
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.

Wizeowel
01-06-2020, 11:00 AM
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.

Diwa
01-20-2020, 07:49 PM
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

Wizeowel
01-21-2020, 04:17 PM
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

Diwa
01-21-2020, 08:42 PM
Thanks @Wizeowel! :)

What's your Warriors talent tree like?

Osop
01-22-2020, 07:10 AM
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?

Wizeowel
01-22-2020, 07:28 AM
What's your Warriors talent tree like?

Over cautious :p
https://classic.wowhead.com/talent-calc/warrior/05025001-05-50250113530001151

Sylence
02-03-2020, 05:48 AM
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 ?

Wizeowel
02-03-2020, 08:42 AM
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_Warcraft_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_of_Warcraft_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

Sylence
02-05-2020, 05:41 AM
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_Warcraft_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_of_Warcraft_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 : https://www.dual-boxing.com/attachment.php?attachmentid=2289&stc=1

I've created a new key map in the ISB42 - WoW :
https://www.dual-boxing.com/attachment.php?attachmentid=2290&stc=1

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.

Wizeowel
02-05-2020, 06:36 AM
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.


https://isboxer.com/w/images/1/18/WoW_Macro_Library_-_editing_a_WoW_Macro_Set.png

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

Sylence
02-05-2020, 07:19 AM
With a macro set, you have to assign it to the correct characters. Maybe this is why it doesn't work.
Yes It's already do.https://www.dual-boxing.com/attachment.php?attachmentid=2291&stc=1


Also, to copy my example further, your Alt-Mouse5 needs to have all 4 macros sent in the actions of step1.
Yes I know but I just want to test with charge and after that add the rest.

Could you share me your configuration ? Maybe I forget somethink, in WoW you do not have to do anythink ?

Wizeowel
02-06-2020, 05:13 AM
I'm at the office, so have to remember later to share configuration. Although it might be better that you share yours to me, since the issue might be elsewhere in your setup.

One thing that strikes me however, is that on your screenshot I see ctrl-maj-alt-& and not ctrl-maj-alt-1. I see in French keyboard shift-1 is &. Can I ask how did you select this binding? Did you press the keys, or select from drop-down? Maybe you can try with non-numeric bindings for the macros, e.g. ctrl-shift-alt-G ctrl-shift-alt-H ctrl-shift-alt-J etc

Another option is to simplify the whole thing: put the macro into WoW itself, on button 1, and in your Alt-Mouse5 mapped key just send '1'. So to test if the Alt-Mouse5 binding even works.

tocrenshaw
02-26-2020, 09:51 AM
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?

Wizeowel
02-27-2020, 07:00 AM
"button 1" (pull) is what I actually press on the keyboard; shift-ctrl-alt-1/2/3/4/5 is what ISBoxer sends to my warrior

So yes, "button 2" (dps) and "button 3" (aoe-dps) sends a different combination of macros.

strokes
02-27-2020, 10:19 AM
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?Having improved counterspell on round robin does wonders for being able to group spellcasters.

Flamestrike on yourself
/cast Presence of Mind
/cast Arcane Power
/cast [@player] Flamestrike

is basically the only macro I use as of now(44). Mages AoE is just AE spam and single target is just frostbolt / fireball spam - pretty simple. Arcane explosion will be your best single target at low levels too due to the resist talents.

tocrenshaw
02-27-2020, 11:15 AM
Okay awesome that clears things up. Thanks!

Yeah i just got the counterspell down! I also use a cast sequence like you listed above from peregrine's thread for aoe, but yeah i guess the best thing to do is to spam Frost/fire ball depending on the situation. https://www.dual-boxing.com/threads/56693-Classic-multibox-leveling-guide!/page9.

kytruz
03-03-2020, 08:32 AM
Hi wizeowel
I'm leveling a druid tank / 3 mages / priest team
Can you please share your druid macro?

Thanks in advance

Wizeowel
03-09-2020, 09:41 AM
Hi wizeowel
I'm leveling a druid tank / 3 mages / priest team
Can you please share your druid macro?

Thanks in advance

It's not a single druid macro. Same as warrior you send multiple actions so that whatever is available or off cooldown first gets activated.

I'm at the office, but from memory...

shift-ctrl-alt-2 "ff" /cast [nostance:1] Dire Bear Form /cast Faerie Fire (Feral) /startattack
shift-ctrl-alt-3 "charge" /cast [nostance:1] Dire Bear Form /cast Feral Charge
shift-ctrl-alt-4 "maul" /cast [nostance:1] Dire Bear Form /cast !Maul /startattack
shift-ctrl-alt-5 "enrage" /cast [nostance:1] Dire Bear Form /cast Enrage
shift-ctrl-alt-6 "demo" /cast [nostance:1] Dire Bear Form /cast Demoralizing Roar
shift-ctrl-alt-7 "taunt" /cast [nostance:1] Dire Bear Form /cast Growl
shift-ctrl-alt-8 "swipe" /cast [nostance:1] Dire Bear Form /cast Swipe /startattack

"pull" keymap does "charge" and "ff" and "demo" which you spam and tab target until you are happy to move on
to either:
"single-target" keymap which does "enrage" and "ff" and "maul"
or
"aoe" keymap which does "enrage" and "ff" and "swipe"

Swedishoyster
06-21-2020, 09:40 AM
What does the ! in "shift-ctrl-alt-4 "maul" /cast [nostance:1] Dire Bear Form /cast !Maul /startattack" do?

Wizeowel
06-22-2020, 02:20 PM
What does the ! in "shift-ctrl-alt-4 "maul" /cast [nostance:1] Dire Bear Form /cast !Maul /startattack" do?

Normally if you press maul (or heroic strike) a second time, it toggles off again.

Exclamation mark in a /cast macro means it doesn't toggle off.