Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
SafePowershift 1.3.2 release | 1.68 KB | Mar 23, 2022 | 2.5.4 | 375 | ![]() |
SafePowershift 1.3.1 release | 1.68 KB | Jan 19, 2022 | 2.5.3 | 252 | ![]() |
SafePowershift 1.3 release | 1.68 KB | Oct 15, 2021 | 2.5.2 | 230 | ![]() |
SafePowershift 1.2 release | 1.44 KB | Oct 11, 2021 | 2.5.2 | 118 | ![]() |
Safe Powershift release | 1.06 KB | Oct 8, 2021 | 2.5.2 | 128 | ![]() |
Screenshots
Description
SPS will not continue into WotLK, since there is no need to shift into caster form to use consumables, post TBC.
This is an addon for checking if it’s safe to Powershift.
It’s intended for use in powershifting macros.
Mostly Intended for Feral Tanks that don’t want to get hit in caster form while shifting to use a consumable.
Idea based on snippet by griftin.
Command syntax:
/SPS START [item][,item] – Starts check for safe powershift and disables autoUnshift if unsafe – place at start of macro.
Unsafe is when you will not be able to shift back, when there is loss of control (stun, fear etc.), or when you are out of mana to shift back.
If one or more items are specified it will search for the items in the bags and check their cooldown before allowing the shapeshift.
/SPS START AUTO – Scans for Items in “/use” commands automatically (for shorter and simpler macro) –
Only works with use commands that have no conditionals, just one item in each.
/SPS END – Ends – Enables autoUnshift – place at end of macro.
/SPS DEBUG – Toggles debug mode – will output reason for not shifting to General chat window.
Usage examples:
Example macro for powershift. Will not shift if unable(stunned, out of mana):
#showtooltip
/sps start
…
…
…
/cast [noform:1]Dire Bear Form
/sps end
Example if you want to check for the FAP CD before shifting:
#showtooltip
/sps start 5634
/use Free Action Potion
/cast [noform:1]Dire Bear Form
/sps end
Same, but with Item name instead:
#showtooltip
/sps start Free Action Potion
/use Free Action Potion
/cast [noform:1]Dire Bear Form
/sps end
Auto mode(example debug output in images):
#showtooltip
/sps start auto
/use Cenarion Healing Salve
/use Master Healthstone
/cast [noform:1]Dire Bear Form
/sps end
Add a comment