Loginstatus: Nicht eingeloggt · Einloggen

Trinket auf CD Makro

AutorNachricht
Veröffentlich am: 04.01.2012, 11:08 Uhr
kleines makro um ein Trinket auf CD zu halten

Sometimes you simply want to activate a trinket on cooldown. Here's a macro you can stick into any of your spells to do so without spamming error messages or sounds:

/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
/console Sound_EnableSFX 0
/use [combat] 14
/console Sound_EnableSFX 1
/script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");


(14 is the bottom trinket slot.)

Zuletzt bearbeitet am: 04.01.2012 11:08 Uhr.