Buy WoW Gold Cheap
wowcgold
& WoW Gold Coupon: wowrgold
. Payments: Paypal, Skrill, Bitcoin.Modifications
These are modifications that can be added to any macro to improve/change them.
Error Free Trinketing
*This addition to any macro will attempt to use the trinket in your first trinket slot on every cast. The 2 /script lines temporarily disable the error message so that you don’t see a message every cast telling you that the trinket isn’t available yet (is on CD). Use /use 14 for your second trinket slot.
/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
/use 13
/script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");
Commenting out lines
*If you change spec’s and no longer have access to some spells, but don’t want to delete your macro, just comment out the lines that you don’t want with a #. The following macro is changed into a simple Summon Imp macro by adding # to the beginning of the demonology talent lines.
#showtooltip
#/cast [pet:imp,nodead] Soul Link
#/cast [combat,nomodifier] Fel Domination
#/stopcasting [combat,nomodifier]
/cast Summon Imp
Toggling Pet Autocasts
This is a method for toggling pet autocasts on and off that can be added to any macro.
/click PetActionButton1 RightButton