How to make a warrior bloodrage into charge macro

Hello I’m new to classic wow and am looking to make bloodrage into charge macro.i looked alot on the web and couldn’t find anything and I am also new at making macros so any help would be much appreciated

First of all, is it important which one is cast first? If you later decide that Bloodrage should be cast after Charge, then just swap their places.
Here’s my suggestion:

#showtooltip
/cast Bloodrage
/cast Charge

#showtooltip isn’t necessary to make the macro work. It’s purpose is to make the macro’s icon Bloodrage and you can mouse over it to see Bloodrage’s tooltip.

Bloodrage puts you into Combat so you can’t Charge until you manually remove the Bloodrage “buff”. IDK if there’s a macro for this, I’ll look around.

1 Like

Bloodrage puts you in combat for 10-15 seconds. Can’t charge in combat.

Ok so I should do charge first then bloodrage correct?

Prettymuch. If you set up the macro (or keep them as separate keys and press them quickly), you’ll get the rage mid-charge and then the slow buildup of the extra afterwards. Be aware that it generates a good bit of threat for enemies you’re engaged in combat with.

Yes, just do:

/cast Charge
/cast Bloodrage

I personally don’t like this macro because I like to spam Charge button repeatedly so I can tag somebody just out of range. If you have Bloodrage on the same button, you’ll accidentally use it, put yourself in Combat, and then be unable to Charge somebody who is kiting your range.

1 Like

Ok I understand what you guys are saying I mess around with it for Abit and see if I like it if I don’t then I just will delete the macro but thanks for the help guys I appreciate it

/cast [nocombat] Charge; [combat] Bloodrage
this will work for your function and will only bloodrage when you are already in combat.

3 Likes