Action locationsTable: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 55: | Line 55: | ||
|responsetype | |responsetype | ||
|varchar(10) | |varchar(10) | ||
|can be EXAMINE (can contain just text displayed to the player as description, or an <Examine> script) or SCRIPT (name of the [[progressionEventsTable|progression_events]] | |can be EXAMINE (can contain just text displayed to the player as description, or an <Examine> script) or SCRIPT (name of the [[progressionEventsTable|progression_events]].name to run) | ||
|- | |- | ||
|response | |response |
Revision as of 23:04, 30 November 2021
Field | Type | Description |
---|---|---|
id | int(10) unsigned | |
master_id | int(10) unsigned | |
name | varchar(45) | |
sectorname | varchar(30) | |
meshname | varchar(250) | name of the mesh used to trigger the action location |
polygon | int(10) unsigned | specific polygon number to use when triggering the action location |
pos_x | float | center of the action location |
pos_y | float | as above |
pos_z | float | as above |
pos_instance | int(10) unsigned | Indicates the instance where this action location will be accessible from. 0xFFFFFFFF (default) is instance all |
radius | float | radius of the trigger starting from the defined center |
triggertype | varchar(10) | can be SELECT (player need to click to activate) or PROXIMITY (activates automatically based on range) |
responsetype | varchar(10) | can be EXAMINE (can contain just text displayed to the player as description, or an <Examine> script) or SCRIPT (name of the progression_events.name to run) |
response | text | |
active_ind | char(1) |