can someone make me a quick boss script were when the mob kills the player it yells There Can Be Only One! and casts 59159
plz and thx will +rep
I tryed to make but i failed
can someone make me a quick boss script were when the mob kills the player it yells There Can Be Only One! and casts 59159
plz and thx will +rep
I tryed to make but i failed
Last edited by MCdeathMC; 12-14-2009 at 09:15 PM.
Haven't used Lua in a long time so I dunno if that'll work, but its worth a try right.Code:function NPC_OnKilledTarget(Unit, Event) Unit:SendChatMessage(14, 0, "There can be only one!") Unit:FullCastSpell(59159) end RegisterUnitEvent(NPCID, 3, "NPC_OnKilledTarget")![]()
I live in a shoe