Someone recently implemented an #npc command to help edit the npc_types database table from in-game, but I don't know if that command's made it into the CVS or not.
If it hasn't, then check out the table called `npc_types`. You can see what fields are there by giving the command at a MySQL prompt:
describe npc_types;
The fields are for the most part self explanatory.
|