Amazing Apoc that's a very nice test you did there!
Yeah the WoG in Extras might pop sometimes. Usually will use your Bastion and fill you up as its a low HP treshold security for ourself.
Code:
-- Word of Glory
if PlayerHP <= 35
and UnitPower("player", 9) >= 3 or HaveBuff("player", 90174) then
CastSpellByName(GetSpellInfo(85673), "player")
end
It's really basic, if your life fall beyond 35% then cast WoG on you.
For the SotR theres no haste management in my profile else than "is the GCD over" of course I tested some scripts to enhance haste but didnt found something perfect so far. Avery's stuff of course seems to have perfect timing. I will se what can be done to this. It's a very nice input mate. Thank You!
I will take a look to this tonight for sure!
Tyvm Apoc!