View Single Post
  #5  
Old 06-10-2009, 12:59 AM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

Trev, perhaps you could help me with something related

Let say that I want to change race/put illusion on a pet when it spawns liek it was recently done for POSKY, but I want to do this for NPC pets.

Will

sub EVENT_SPAWN
{
quest::npcrace(69);
quest::npctexture(1);
quest::npcsize(4);
}

work for npc controlled pets?

If does I have even tricker question.
I ONLY want to alter race of a pet IF the NPC who summoned it belongs to specific race/class himself.

Can this be done?
Thanks! =)
Reply With Quote