View Single Post
  #1  
Old 02-03-2013, 08:19 PM
jdoran
Hill Giant
 
Join Date: Jul 2012
Posts: 212
Default NPC default appearance

This seems like a trivial question, but I haven't found the answer yet. I would like to create a (lootable) dead body, and would like to set the default appearance for the NPC if possible.

Now I could do this in Perl with setanim(3), but I'm betting this information is stored somewhere in the database. The animation field in the spawn2 table doesn't seem to do the trick (mob stands there, tried 3 and 16 as the animation value).

If NPC appearance is in the database, I would very much like to know where.
Reply With Quote