Sc waypoint linksTable: Difference between revisions
Jump to navigation
Jump to search
m add to category (Engine documents) |
No edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{| | == Table == | ||
{| class="wikitable" | |||
|+ | |||
!UE | |||
!Field | |||
!Type | |||
!Key Type | |||
!Default | |||
!Extra | |||
!Description | |||
|- | |- | ||
| | |||
|id | |||
|int(8) unsigned | |||
|PRI | |||
| | | | ||
| | |auto_increment | ||
| | |||
| | |||
| | | | ||
|- | |- | ||
| name | | | ||
| varchar | |name | ||
| | |varchar(30) | ||
| | |||
| | |||
| | |||
| | | | ||
|- | |- | ||
| type | | | ||
| varchar | |type | ||
| | |varchar(30) | ||
| | |||
| | |||
| | |||
| | | | ||
|- | |- | ||
| wp1 | | | ||
| | |wp1 | ||
| | |int(8) unsigned | ||
| | |||
|0 | |||
| | |||
| | | | ||
|- | |- | ||
| wp2 | | | ||
| | |wp2 | ||
| | |int(8) unsigned | ||
| | |||
|0 | |||
| | |||
| | | | ||
|- | |- | ||
| flags | | | ||
| varchar | |flags | ||
| | |varchar(30) | ||
| | |||
| | |||
| | |||
| | | | ||
|} | |} | ||
== Flags == | |||
{| | |||
|- | |||
| TELEPORT | |||
| Use to have a NPC teleport from the start waypoint to the end waypoint. | |||
|- | |||
| ONEWAY | |||
| | |||
|- | |||
| NO_WANDER | |||
| | |||
|} | |||
[[Category:Engine documents]] | [[Category:Engine documents]] |
Latest revision as of 13:06, 11 January 2022
Table
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
id | int(8) unsigned | PRI | auto_increment | |||
name | varchar(30) | |||||
type | varchar(30) | |||||
wp1 | int(8) unsigned | 0 | ||||
wp2 | int(8) unsigned | 0 | ||||
flags | varchar(30) |
Flags
TELEPORT | Use to have a NPC teleport from the start waypoint to the end waypoint. |
ONEWAY | |
NO_WANDER |