Hi.. Ive been busy scripting a boss, but at a certain point I want it to suicide.. but when she is at that point she doesnt and I've been looking for possible answers to this question. I've tried pUnit:Kill() or something like that, also tried pUnit:SetHealthPct(1)
pUnit:CastSpell(11) / (5)
Script:
Code:
function AngelaDIE(pUnit, event)
Teron:Emote(51, 1500)
Angela:SendChatMessage(12, 0, "How...")
Angela:StopChannel()
Angela:SetHealthPct(1)
Angela:CastSpell(5)
Angela:RegisterEvent("QQ", 2000, 1)
end
Any suggestions? ;s
Thanks in advance