[Priest] Multi-form Buffs Lazy Macro - 4.3

I was looking around for smart buffing macros but they did not seem that smart. They were all separated and kept recasting if you were not careful. So I put them all in one and even better.

If your spec is shadow it will try to cast Shadowform if you are not in it, otherwise will cast the rest of the spells and stops before recasting the same ones again. It will reset in 5 seconds in case you would like to recast them again.
If your spec is holy or discipline it will just cast all your buffs without interfering with the shadow part. Put an icon if it bugs you that is empty or question mark. I hope everyone likes it :slight_smile:

You are free to edit the Inner buffs or the macro however you like.

The dot (.) is intended, I use it as a stop to make the macro smart (it can be spammed and won’t recast already buffs).

/castsequence [nostance] Shadowform
/castsequence [stance:0,@player] reset=5 Power Word: Fortitude, Shadow Protection, Inner Will,.
/castsequence [stance:1,@player] reset=5 Vampiric Embrace, Power Word: Fortitude, Shadow Protection, Inner Fire,.

[toggle title=“Deutsch”]
In the process of translation, the macro might have increased in characters going over the limit of 255. Please download a Macro Extender like Macro Toolkit to make it fit in your client language.
/castsequence [nostance] Schattengestalt
/castsequence [stance:0,@player] reset=5 Machtwort: Seelenstärke, Schattenschutz, Innerer Wille,.
/castsequence [stance:1,@player] reset=5 Vampirumarmung, Machtwort: Seelenstärke, Schattenschutz, Inneres Feuer,.

[toggle title=“Español”]
In the process of translation, the macro might have increased in characters going over the limit of 255. Please download a Macro Extender like Macro Toolkit to make it fit in your client language.
/castsequence [nostance] Forma de las Sombras
/castsequence [stance:0,@player] reset=5 Palabra de poder: entereza, Protección contra las Sombras, Voluntad interna,.
/castsequence [stance:1,@player] reset=5 Abrazo vampírico, Palabra de poder: entereza, Protección contra las Sombras, Fuego interno,.

[toggle title=“Français”]
In the process of translation, the macro might have increased in characters going over the limit of 255. Please download a Macro Extender like Macro Toolkit to make it fit in your client language.
/castsequence [nostance] Forme d’Ombre
/castsequence [stance:0,@player] reset=5 Mot de pouvoir : Robustesse, Protection contre l’Ombre, Volonté intérieure,.
/castsequence [stance:1,@player] reset=5 Etreinte vampirique, Mot de pouvoir : Robustesse, Protection contre l’Ombre, Feu intérieur,.

[toggle title=“Português Brasileiro”]
In the process of translation, the macro might have increased in characters going over the limit of 255. Please download a Macro Extender like Macro Toolkit to make it fit in your client language.
/castsequence [nostance] Forma de Sombra
/castsequence [stance:0,@player] reset=5 Palavra de Poder: Fortitude, Proteção Sombria, Vontade Interior,.
/castsequence [stance:1,@player] reset=5 Abraço Vampírico, Palavra de Poder: Fortitude, Proteção Sombria, Fogo Interior,.

[toggle title=“Русский”]
In the process of translation, the macro might have increased in characters going over the limit of 255. Please download a Macro Extender like Macro Toolkit to make it fit in your client language.
/castsequence [nostance] Облик Тьмы
/castsequence [stance:0,@player] reset=5 Слово силы: Стойкость, Защита от темной магии, Внутренняя решимость,.
/castsequence [stance:1,@player] reset=5 Объятия вампира, Слово силы: Стойкость, Защита от темной магии, Внутренний огонь,.

Macro Explanation:

UPDATED February 4, 2012: Included translations for 5 client languages.