This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
Need help with macro making
Post Reply
Return to board index
Post by
Mulgarus
I want to make a macro that goes to
Battle Stance > Charge > Berserker Stance
More than likely I will already be in berserker stance so i need to switch back to battle stance before charging.
thanks for any help.
Post by
98136
This post was from a user who has deleted their account.
Post by
Arideni
The following macro should work better:
/cast Battle Stance; Charge
/stopcasting
/cast Charge; Berserker Stance
If in Berserker Stance, it will cast Battle Stance. Press the button again and it will Charge. If in Battle Stance already, it will Charge. Press the button again to switch back to Berserker Stance.
Note
: This is a macro from v2.x so it may or may not work. See what you can do with it.
Post by
Mulgarus
ok thanks, but how can i set it up to where it will do it automatically? To where when i hit the button it will go to battle stance > charge > and switch back to Berserker Stance? That way I just hit it once and its done. But I'll try that and see how it works.
Post by
Fakir
Charge will invoke the global cooldown and hence switching to berserker stance automaticaly afterwards is not possible. You will have to activate the macro twice.
A small tweak of the above macro:
/cast Battle Stance; Charge
/cast Charge; Berserker Stance
Post by
James
I think stance-cooldown and GCD are independent. I often Charge then switch to Berserker immediately. Less than 1.5 sec later I'm standing in front of the mob with 15 rage in Berserker Stance.
Great macros, btw. I've always used extremely complicated macros to sense combat and stance to decide whether I want to stance dance or intercept/charge.
Post by
Mulgarus
/cast Battle Stance; Charge
/cast Charge; Berserker Stance
yea, im using this right now, with a extra Berserker Stance button right besides it so when i charge I can switch to berserker stance before i even get to the target so I start with about 40-50 rage points. Thats why i was hoping it would auto switch some how, but its working pretty good so far.
Post by
196123
This post was from a user who has deleted their account.
Post by
112770
This post was from a user who has deleted their account.
Post by
196123
This post was from a user who has deleted their account.
Post by
196123
This post was from a user who has deleted their account.
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.