Instant Self Heal - Panic heal.. (with ns - resto tree)
-----------------------------------------
/script CastSpellByName("Nature's Swiftness");
/script SpellStopCasting();
/target
/script CastSpellByName("Healing Wave");
/script CastSpellByName("Lesser Healing Wave");
The lesser healing wave is just in case you don't have enough mana for healing
wave
Will also work when you have cooldown on NS, but with cast time.
---------------------------------------------------
Instant Ghost Wolf - fast escape (with ns resto tree)
---------------------------------------------------
/script CastSpellByName("Nature's Swiftness");
/script SpellStopCasting();
/script CastSpellByName("Ghost Wolf");
Will also work when you have cooldown on NS, but with cast time.
---------------------------------------------------
Instant ChainLightning - (with ns resto tree)
---------------------------------------------------
/script CastSpellByName("Nature's Swiftness");
/script SpellStopCasting();
/script CastSpellByName("Chain Lightning");
Will also work when you have cooldown on NS, but with cast time.
Use Lightning Bolt instead if you want.
---------------------------------------------------
1,5 sec Self Heal and back to target
---------------------------------------------------
/target
/script CastSpellByName("Lesser Healing Wave");
/script TargetLastEnemy();
---------------------------------------------------
It can be usefull for groups knowing what totems u drop :
---------------------------------------------------
/p ...Totem : +67 agi, Lasts 1,5min within 20yd
/cast Grace of Air Totem(Rank2)
... then u get the picture for the rest of your totems. :-)
 
|