code says
Code:
if IsLeftControlKeyDown() then
if UnitExists("mouseover") then
if PQ_SoulShard > 1 then
CastSpellByName(GetSpellInfo(80240),"mouseover")
return true
end
end
end
So it should cast Havoc on mouseover target if you have more than 1 Ember which is the correct logic as it means you can cast a ChaosBolt. I noticed it wasn't as responsive earlier but I don't really see why, maybe try moving "Havoc Mouseover" up in the Rotation Editor ?
Could probably interrupt current cast to apply the havoc though, ill investigate
Edit : This is odd, it is very responsive but only if you have 2 Embers, the code clearly states 1 !! Leave it with me and ill try to fix it