Sc waypoint linksTable: Difference between revisions
Jump to navigation
Jump to search
Created page with '{| border="1" |- ! field ! type ! foreign key ! description |- | id | integer | | |- | name | varchar | | |- | type | varchar | | |- | wp1 | integer | | |- | wp2 | intege…' |
No edit summary |
||
(5 intermediate revisions by 4 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(30) | |||
| | |||
| | |||
| | |||
| | | | ||
|- | |||
| | |||
|type | |||
|varchar(30) | |||
| | |||
| | |||
| | |||
| | | | ||
|- | |- | ||
| | | | ||
| | |wp1 | ||
|int(8) unsigned | |||
| | |||
|0 | |||
| | |||
| | | | ||
|- | |||
| | |||
|wp2 | |||
|int(8) unsigned | |||
| | |||
|0 | |||
| | |||
| | | | ||
|- | |- | ||
| | | | ||
| 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]] |
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 |