Dead looking mobs
I was wondering how to make a pop permanently spawn and feign death right away.
I'v tried: sub EVENT_SPAWN{$npc->SetAppearance(3);} and it didnt work =( I was wondering if anyone could help me with that. Thanks alot =) Swish. |
Have you tried making them cast the spell Feign Death?...
|
I ran into this a few weeks ago on my server (insert Zebuxoruk plug here). What i found is that setappearance doesn't work with spawn very well. I think it runs the spawn from perl before the size/level/position and all that stuff is put in so it gets skipped. est way I have found to do it is set it up in a signal, and use another NPC via hail or spawn to trigger that signal and use setappearance there. Kind of strage but hope it helps.
|
best thing to do is schedule a timer to trigger on yourself at spawn time, and change the appearance on timer trigger.
|
we did about the same at our server .. the problem is that peoples zoning in after the appearance change happened don'T get the right update and will still see the mob standing.
|
All times are GMT -4. The time now is 03:02 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.