PDA

View Full Version : HW Boxing Macros Help



yeaunome
01-30-2021, 03:14 AM
Hey guys,

Trying to figure out a way to basically simulate skipping a keypress in a macro. Something like below, which I have tried with different target variables to no avail.

https://wowwiki.fandom.com/wiki/Multiboxing_macros#Heal_rotation

and

https://wowwiki.fandom.com/wiki/Multiboxing_macros#Healing_madness

Wubsie
01-30-2021, 07:55 AM
the Gnomesequencer addon is your friend. For example here is a "round robin" interrupt:
https://www.dual-boxing.com/attachment.php?attachmentid=2467&stc=1


TL;DR, 1st press triggers Rebuke, presses 2-5 attempt to trigger Blessed Hammer. Then your other toons would have the interrupt on different lines, so only one gets triggered per press and the other characters attempt to cast some basic spell. Whether the spell goes off does not matter for the addon, it will drop to the next line after each press (as long as it is set to sequential).

yeaunome
01-30-2021, 02:08 PM
Cant get this to work. Trying with Earthbind Totem

/cast Earthbind Totem
/cast Purge
/cast Purge
/cast Purge
/cast Purge

/cast Purge
/cast Earthbind Totem
/cast Purge
/cast Purge
/cast Purge

etc etc

also tried cast sequence as well

/castsequence Earthbind Totem, Purge, Purge, Purge, Purge

/castsequence Purge, Earthbind Totem, Purge, Purge, Purge

etc etc

Wubsie
01-31-2021, 12:31 PM
Are you just putting that in an in-game macro? If so, then, yes it will not work.

The addon is doing the "skipping" in my example. AFAIK there is no way to do it with just the normal macro interface.

yeaunome
01-31-2021, 01:28 PM
im using gse

Wubsie
02-01-2021, 02:15 AM
im using gse

Then the first option should work. You have the GSE macro set to be sequential, right? GSE should simply go through the lines, changing to the next one after each keypress.


A castsequence technically might work as well, but they do not advance to the next spell prior on keypresses but rather on when the spell is actually cast, so the system might get "out of sync" if a character fails to cast the spell for some reason, for example being on GCD. This is where GSE is better for this since it does not matter whether or not the spell actually goes off for the sequence to advance to the next step.