A World of Warcraft Vanilla (v1.1.12) Addon to simplify Warrior tanking.
Provide a single button to put you in the "default" stance and activate Bloodrage. The "default" stance is determined by the skilltree - if Shild Slam is learned, it's Defensive Stance (signified by a Prot build), otherwise it's Berserker Stance (signified by a Fury build).
Clone the repository into your Addons
folder:
cd <WOW_BASE_DIR>/Interface/Addons
git clone https://github.com/muellerj/Bloodrage
Create a macro to call Bloodrage()
or /bloodrage
:
/bloodrage
# or
/script Bloodrage();
Bloodrage
can be enabled or disabled and its operation inspected:
/bloodrage Switch to default stance, on 2nd press activate
Bloodrage
/bloodrage debug Toggle debug messages on/off
Please create an issue at https://github.com/muellerj/Bloodrage/issues
Many of the boilerplate functions are taken directly from Fury.lua
by Bhaerau
(http://www.vanilla-addons.com/dls/fury/).
- Fork it (https://github.com/muellerj/Bloodrage/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request