View Single Post
  #5  
Old 07-04-2012, 07:00 PM
Hool
Fire Beetle
 
Join Date: May 2010
Location: Texas
Posts: 16
Default

Quote:
Originally Posted by blackdragonsdg View Post
Unless you have changed it the majority of the problem npc's should be race 127 which is for a_shadowed_man which is suppose to be invisible. Sometimes the default settings just don't seem to have the desired effect. The following should fix this issue.
Code:
update npc_types set bodytype = 66, gender = 0, texture = 0, helmtexture = 0, npcspecialattks = 'ABH' where race = 127;
thanks, this seemed to do the trick
Reply With Quote