The Nætureforce crew is now 39, and I am in the process of completely rewriting my macros so i use the shamans more fully. While I'm at it I think its time to actually start setting up my pvp contingencies. As of right now I'm done for if my "leader" gets waxed. the best i can do is re-target and spin my guys with left/right to try to keep them lined up. While surprise that that shaman following the druid is actually 4 shamans (and you now have 1/3 hp) is fine for world pvp and slightly higher than me gank defense, it's not nearly enough for BGs.
Right now i'm running 1 machine for my leader, and 1 for my 4 slaves. I have WASD unmapped on the slaves (W is mapped to the follow macro actualy) so that they dotn break follow. I currently do not use /assist or /focus as I find them unnessisary. I have /follow set to party1 but i'm rewriting it to follow the [target=party1,nodead][target=party2....... logic. I'm switching my characters attack spells to this logic as well.
Code:
/cast [exists][target=party1target,exists][target=party2target,exists][target=party3target,exists][target=party4target,exists] spell
this should cast at the current target, or go through the rest of the party members and cast at the first target it finds. and since you lose target when you die this should work fine.
My thoughts were a macro that i could use to reassign "control" to a character and create a new leader. I'm trying to set up 1 macro that first set all bindings to a slave binding, then used a /stopmacro to stop unless the party members ahead of you in line are dead, then mapped your WASD keys back to movement keys.
I started playing with
Code:
/run SetBinding("key", "action");
and it works well. BUT i noticed that it does not work in combat. now i KNOW theres GOT to be a way to change your bindings in combat, because you can just go to the keybindings screen and it works immediatly. does anyone have any idea how i can do this in a macro or with an addon?
EDIT. just tryed LoadBindings thinking that i could just set up two full keybindings and just swap between them with some logic. This also does not work in combat. Any suggestions on who to get WASD to work with just 1 character at a time, and have the others (eigther all or just the live ones) use follow?
Connect With Us