Action locationsTable: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ | ||
!UE | |||
!Field | !Field | ||
!Type | !Type | ||
!Key Type | |||
!Default | |||
!Extra | |||
!Description | !Description | ||
|- | |- | ||
| | |||
|id | |id | ||
|int(10) unsigned | |int(10) unsigned | ||
|PRI | |||
| | | | ||
|auto_increment | |||
| | |||
|- | |- | ||
| | |||
|master_id | |master_id | ||
|int(10) unsigned | |int(10) unsigned | ||
|MUL | |||
| | |||
| | | | ||
| | |||
|- | |- | ||
| | |||
|name | |name | ||
|varchar(45) | |varchar(45) | ||
| | | | ||
| | |||
| | |||
| | |||
|- | |- | ||
| | |||
|sectorname | |sectorname | ||
|varchar(30) | |varchar(30) | ||
|MUL | |||
| | | | ||
| | |||
| | |||
|- | |- | ||
| | |||
|meshname | |meshname | ||
|varchar(250) | |varchar(250) | ||
|name of the mesh used to trigger the action location | | | ||
| | |||
| | |||
|name of the mesh used to trigger the action location | |||
|- | |- | ||
| | |||
|polygon | |polygon | ||
|int(10) unsigned | |int(10) unsigned | ||
|specific polygon number to use when triggering the action location | | | ||
| | |||
| | |||
|specific polygon number to use when triggering the action location | |||
|- | |- | ||
| | |||
|pos_x | |pos_x | ||
|float | |float | ||
|center of the action location | | | ||
| | |||
| | |||
|center of the action location | |||
|- | |- | ||
| | |||
|pos_y | |pos_y | ||
|float | |float | ||
| | | | ||
| | |||
| | |||
|center of the action location | |||
|- | |- | ||
| | |||
|pos_z | |pos_z | ||
|float | |float | ||
| | | | ||
| | |||
| | |||
|center of the action location | |||
|- | |- | ||
| | |||
|pos_instance | |pos_instance | ||
|int(10) unsigned | |int(10) unsigned | ||
|Indicates the instance where this action location will be accessible from. 0xFFFFFFFF (default) is instance all | | | ||
|4294967295 | |||
| | |||
|Indicates the instance where this action location will be accessible from. 0xFFFFFFFF (default) is instance all | |||
|- | |- | ||
| | |||
|radius | |radius | ||
|float | |float | ||
|radius of the trigger starting from the defined center | | | ||
| | |||
| | |||
|radius of the trigger starting from the defined center | |||
|- | |- | ||
| | |||
|triggertype | |triggertype | ||
|varchar(10) | |varchar(10) | ||
|can be SELECT (player need to click to activate) or PROXIMITY (activates automatically based on range) | | | ||
| | |||
| | |||
|can be SELECT (player need to click to activate) or PROXIMITY (activates automatically based on range) | |||
|- | |- | ||
| | |||
|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 | | | ||
| | |||
| | |||
|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 | |response | ||
|text | |text | ||
| | | | ||
| | |||
| | |||
| | |||
|- | |- | ||
| | |||
|active_ind | |active_ind | ||
|char(1) | |char(1) | ||
| | | | ||
|Y | |||
| | |||
| | |||
|} | |} |
Latest revision as of 11:09, 11 January 2022
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
id | int(10) unsigned | PRI | auto_increment | |||
master_id | int(10) unsigned | MUL | ||||
name | varchar(45) | |||||
sectorname | varchar(30) | MUL | ||||
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 | center of the action location | ||||
pos_z | float | center of the action location | ||||
pos_instance | int(10) unsigned | 4294967295 | 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) | Y |