View Single Post
  #10  
Old 07-24-2004, 11:32 AM
RangerDown
Demi-God
 
Join Date: Mar 2004
Posts: 1,066
Default

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.
Reply With Quote