View Single Post
  #4  
Old 08-16-2002, 10:18 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
npc server has a 'race' string, only humans are allowed to sethead and such, add this to the control-npc (it is in the database)
if(actionplayeronline){
setstring client.race,human;
}
and it should work
BTW: DONOT delete the Control-NPC, doing so shuts the npc server down