Quote Originally Posted by mag1212 View Post
Code:
function Saurfang_Phase1(Unit, Event)
if Unit:GetHealthPct() <= 75 then
Unit:SendChatMessage(14, 0, "You are stronger than i thought you are!")
Unit:CastSpell(72173)
Unit:CastSpell(15578)
end
end

function Saurfang_Phase2(Unit, Event)
if Unit:GetHealthPct() <= 33 then
Unit:SendChatMessage(14, 0, "That was nothing, take this!!!")
Unit:CastSpell(46008)
Unit:CastSpell(41185)
Unit:SetScale(2)
end
end
u shall only use 1 end
thought i have to end the if to, saw it in a tutorial, k i will try that ty