Sc npc definitionsTable
This defines NPCs
| field | type | foreign key | description | 
|---|---|---|---|
| char_id | int | N | unique character id | 
| name | varchar(30) | N | The name of the NPC | 
| npctype | varchar(30) | N | The behaviour definition name. These are stored in XML files. | 
| region | varchar(30) | N | |
| move_vel_override | float(10,2) | N | |
| angle_vel_override | float(10,2) | N | |
| char_id_owner | int | Y | The ID of the owner of this behaviour. | 
| console_debug | char | N | |
| disabled | char | N |