PDA

View Full Version : Isboxer macro to round robin targets for a heal



luxlunae
03-10-2012, 09:24 AM
In BC (or maybe wrath) I had a snazzy macro that was something like this:



/castsequence [@player] ,,,, rejuvenation
/castsequence [@party1] ,,,rejuvenation,
/castsequence [@party2] ,,rejuvenation,,
/castsequence [@party3] ,rejuvenation,,,
/castsequence [@party4] rejuvenation,,,,


When I spammed this I could get five rejuvs rolling on my whole team.

Is there a way to do this using ISboxer macros? I know they are pretty powerful but I only played with them a bit last year and on coming back this year I've been hard coding my macros.

Basically I want it to be something like

/target variable1
/cast rejuve


and tell it to cycle through the group to pick the target.

I know I could make five macros with five keybinds and have the game cycle through them, but I'm looking for something cleaner. (and less spendy on the keybinds).

MiRai
03-10-2012, 03:06 PM
Is there a way to do this using ISboxer macros?
Use Round Robin (http://isboxer.com/wiki/Round-robin).

luxlunae
03-10-2012, 03:26 PM
Round robin round robins the caster, not the target of the spell?

MiRai
03-10-2012, 03:30 PM
Round robin round robins the caster, not the target of the spell?
I forgot if you can do that through an Action Target Group.

For now, you can probably just make multiple steps with a different Slot/Character as the target.

Ughmahedhurtz
03-10-2012, 11:19 PM
Round robin in ISBoxer is simply a multi-step macro with a different target for each step. Once you understand how it works, you can make it do just about anything you want. In my opinion, it's even more versatile for us boxers in that you can tell it to spam one key/target for a specified amount of time and then switch to the next one and, optionally, only trigger once within the set interval. It's an awesome system, even though it looks a little complicated to get set up initially. ;)

Good luck!

Ualaa
03-12-2012, 08:51 PM
I've taken the mapped keys: FTL Target Me and FTL Assist Me.
And copied each five times.

The copies are then edited, so the target is changed.
Instead of: Windows All Without Current, they are Slot 1 (for #1), Slot 2 (for #2), etc.

So I now have:
- Slot "x" target me.

And:
- Slot "x" assist me.

If I want a Rejuvenation round-robin...
I can make a ten step mapped key.
Step 1 is "Slot 3" Target Me (run by Slot 1).
Step 3 is "Slot 3" Target Me (run by Slot 2).
Step 5 is "Slot 3" Target Me (run by Slot 3).
Step 7 is "Slot 3" Target Me (run by Slot 4).
Step 9 is "Slot 3" Target Me (run by Slot 5).
Step 2, 4, 6, 8, and 10 are: Send Keybinding for Rejuvenation to Slot 3 character.
You can include a "Do Not Advance For At-Least", on the steps to account for latency or casting something else.
You could also take the last step, and set it to not advance for 9000 seconds... but set the entire mapped key to reset to Step 1, after "xx.x" seconds from the first press...
(This assumes your healer is a Druid, and is in Slot 3).