What error does it give?
EDIT: Im gonna let Snailz help you from now on ^^
What error does it give?
EDIT: Im gonna let Snailz help you from now on ^^
chance the event to phase and register the 1 like the other...
i mean like that
function phasee_1(pUnit, Event)
if pUnit:GetHealthPct() < 70 then
pUnit:RemoveEvents();
pUnit:SendChatMessage (11, 0, "Do not move!")
pUnit:FullCastSpell(1739
pUnit:RegisterEvent("phasee_2",1000, 0)
end
end
function phasee_2(pUnit, Event)
if pUnit:GetHealthPct() < 50 then
pUnit:RemoveEvents();
pUnit:SendChatMessage (11, 0, "My Agility is inpowering")
pUnit:FullCastSpell(1753
pUnit:RegisterEvent("phasee_3",1000, 0)
end
end
function phasee_3(pUnit, Event)
if pUnit:GetHealthPct() < 30 then
pUnit:RemoveEvents();
pUnit:SendChatMessage (11, 0, "Can you see?!")
pUnit:FullCastSpell(43433)
pUnit:RegisterEvent("phasee_4",1000, 0)
end
end
function phasee_4(pUnit, Event)
if pUnit:GetHealthPct() < 10 then
pUnit:RemoveEvents();
pUnit:SendChatMessage (11, 0, "This is your End ")
pUnit:FullCastSpell(26889)
end
end
function Rogue_start(pUnit, Event)
pUnit:RegisterEvent("phasee_1",1000, 0)
pUnit:FullCastSpell(10032)
end
RegisterUnitEvent(400002, 6, "Rogue_start")
i gave u a custom script that i am developing
this time i was not geting an error ,the script is simply doing nothing , it load up but the boss do nothing. Ill try that new script ty
and actually that script u gave me is from illidan1 scarlet hand instance..