Hello all,
any suggestions on rebirth usage in a full druid team?
Is it like toon A cast rebirth on toon B, Toon B on C and so on?
thanks,
Tank
Printable View
Hello all,
any suggestions on rebirth usage in a full druid team?
Is it like toon A cast rebirth on toon B, Toon B on C and so on?
thanks,
Tank
This is what I use. If I spam it on all of my characters at once it only uses 1 of the rebirths.
/cast [@focus,dead] Rebirth
Just set the focus to the character who died and boom, back in action.
Personally I just use a macro in ISBoxer for my battleresses:
The slots get replaced with the name of the character in each character slot, so it'll work with any team. And since there is a condition of "dead" for each part, it'll just target any character that is dead at the time. I found this rather useful so I don't have to actually target the character and can just have it all under a single keybind.Code:/cast [@{SLOT1},dead] Rebirth; [@{SLOT2},dead] Rebirth; [@{SLOT3},dead] Rebirth; [@{SLOT4},dead] Rebirth; [@{SLOT5},dead] Rebirth
Works fairly well. If you're worried about simultaneous casting using up multiple battle resses, then I guess you could round-robin it.
You'd put in a new macro in a macro set that your character set uses and give it a unique keybind, yes. Then you can call it up in a mapped key with a Named World of Warcraft Macro Action. The reason the keybind is required (and needs to be unique) is that ISBoxer will create the macro in the addon and give it that same keybind ingame to have it accessible. So you'll not actually be sending the macro itself, but that bind instead, which triggers the macro ingame.
Bit of a TL;DR explanation, but that is the general idea.