Action locationsTable: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
!Type | !Type | ||
!Description | !Description | ||
|- | |- | ||
|id | |id | ||
|int(10) unsigned | |int(10) unsigned | ||
| | | | ||
|- | |- | ||
|master_id | |master_id | ||
|int(10) unsigned | |int(10) unsigned | ||
| | | | ||
|- | |- | ||
|name | |name | ||
|varchar(45) | |varchar(45) | ||
| | | | ||
|- | |- | ||
|sectorname | |sectorname | ||
|varchar(30) | |varchar(30) | ||
| | | | ||
|- | |- | ||
|meshname | |meshname | ||
|varchar(250) | |varchar(250) | ||
| | |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 | ||
|- | |- | ||
|pos_x | |pos_x | ||
|float | |float | ||
| | |center of the action location | ||
|- | |- | ||
|pos_y | |pos_y | ||
|float | |float | ||
| | |as above | ||
|- | |- | ||
|pos_z | |pos_z | ||
|float | |float | ||
| | |as above | ||
|- | |- | ||
|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 | |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 | ||
|- | |- | ||
|triggertype | |triggertype | ||
|varchar(10) | |varchar(10) | ||
| | |can be SELECT or PROXIMITY | ||
|- | |- | ||
|responsetype | |responsetype | ||
|varchar(10) | |varchar(10) | ||
| | |can be EXAMINE or SCRIPT | ||
|- | |- | ||
|response | |response | ||
|text | |text | ||
| | | | ||
|- | |- | ||
|active_ind | |active_ind | ||
|char(1) | |char(1) | ||
| | | | ||
|} | |} |
Revision as of 22:59, 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 or PROXIMITY |
responsetype | varchar(10) | can be EXAMINE or SCRIPT |
response | text | |
active_ind | char(1) |