|
I have a 600ms most days and have been meaning to try this out for a while, I just got Quartz and added the stopcasting to my macro, looks very promising so far, I would estimate 10-20% dps increase on LB spam.
Heres my macro which activates both trinkets when they are ready and spams LB if anyones intrested.
#showtooltip Lightning Bolt
/stopcasting
/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
/use 13
/use 14
/script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");
/cast Lightning Bolt(Rank 12)
|