Originally Posted by
Untouchablekill
So any fixes on the destro warlock one?
ill make it rq and edit this post with the coding
Name: Destro: Incinerate (Backlash)
Spell ID: 29722
Delay: 500
Target: Target
LUA Code:
Code:
local BL1 = UnitBuffID("player", 34935)
local BL2 = UnitBuffID("player", 34938)
local BL3 = UnitBuffID("player", 34939)
if BL1 ~= nil or BL2 ~= nil or BL3 ~= nil then
return true
end
*NOT TESTED*
I assumed you meant Backlash instead of Backdraft, since Backdraft isn't an instant cast proc and just speeds up casting time.
*edit*
if you copied this exactly you may have noticed it broke any rotation u put it on... my fault no1 told me i wrote Budd instead of Buff 
fixed it for any who find this later in life