Sc npc definitionsTable: Difference between revisions

From PSwiki
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…'
 
Ethryn (talk | contribs)
m add to category (Engine documents)
Line 53: Line 53:
|
|
|}
|}
[[Category:Engine documents]]

Revision as of 00:06, 23 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