A World of Warcraft Vanilla (v1.1.12) Addon to simplify Warrior tanking.
Provide a single button to generate the maximum available threat on a given
single target. My keybindings have this on a easy-to-reach button, such as E
.
Other frequently used abilities such as Shield Block or Bloodrage are not
included, since they have different intentions.
Clone the repository into your Addons
folder:
cd <WOW_BASE_DIR>/Interface/Addons
git clone https://github.com/muellerj/Threat
Create a macro to call Threat()
or /threat
:
/threat
# or
/script Threat();
Threat
can be enabled or disabled and its operation inspected:
/threat Cast "best" threat ability
/threat debug Toggle debug messages on/off
Please create an issue at https://github.com/muellerj/Threat/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/Threat/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