Well at least the ZulRin_OnCombat is now working, he says the message, but when i get him to 75% hp he does not cast the spell.
Well at least the ZulRin_OnCombat is now working, he says the message, but when i get him to 75% hp he does not cast the spell.
Ok, try this out:
EDIT: messed up, try it nowCode:function Phase_1(pUnit, Event) if pUnit:GetHealthPct() < 76 then pUnit:RemoveEvents(); pUnit:SendChatMessage (11, 0, "ARRRG, You Shall Pay for your Incolence!!") pUnit:FullCastSpell(19953) pUnit:RegisterEvent("Phase_2",1000, 0) end end function Phase_2(pUnit, Event) if pUnit:GetHealthPct() < 51 then pUnit:RemoveEvents(); pUnit:SendChatMessage (11, 0, "I will crush you, all of you!") pUnit:FullCastSpell(19953) pUnit:RegisterEvent("Phase_3",1000, 0) end end function Phase_3(pUnit, Event) if pUnit:GetHealthPct() < 36 then pUnit:RemoveEvents(); pUnit:SendChatMessage (11, 0, "You are stronger than you appear, but can you face my rage one last time!?") pUnit:FullCastSpell(19953) end end function ZulRin_OnCombat(pUnit, Event) pUnit:RegisterEvent("Phase_1",1000, 0) pUnit:SendChatMessage (11, 0, "Who dares intrude on Vash's Terrace, I shall make you regret comming here!") end RegisterUnitEvent(75000, 1, "ZulRin_OnCombat")
kk leme test that script, I just tried it but i dont think i restarted the server correctly so give me a couple minutes
Ok, tell me if it workskk leme test that script, I just tried it but i dont think i restarted the server correctly so give me a couple minutes![]()
wow, you would think it would work, but for whatever reason it is not working, the so far i can only get him to say "Who dares intrude on Vash's Terrace,..."
Take a look at the console to see if it says anything :P
wait sorry dude, i didnt see your edit, whatever you changed when you editted it it worked perfectly, what did you do?? i gotta know!![]()
Oh, ok yay! Well, I just did it the way I normally did it, the reason it didn't work is probably because there were a few errors in your first one
:confused: what were the errors?? not to be a bother but i really wana learn, gotta know what i did wrong so i can fix it next time around
Then take a look at both scripts side by side and compare..
lol ooooooooo kkkkkkkkkkkkkkkkkk![]()
Ya do that, and make sure you look at everything because even the spaces count