Sc npc definitionsTable: Difference between revisions
Jump to navigation
Jump to search
Created page with 'This defines NPCs {| border=1 |- ! field ! type ! foreign key ! description |- | char_id | int | N | unique character id |- | name | varchar(30) | N | The name of the NPC |- | nā¦' |
(No difference)
|
Revision as of 22:16, 12 October 2010
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 |