Sc waypoint linksTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Magodra (talk | contribs)
No edit summary
Grimston (talk | contribs)
No edit summary
 
Line 1: Line 1:
== Table ==
== Table ==
{| border="1"
{| class="wikitable"
|+
!UE
!Field
!Type
!Key Type
!Default
!Extra
!Description
|-
|-
! field
|
! type
|id
! foreign key
|int(8) unsigned
! description
|PRI
|-
|
| id
|auto_increment
| integer
|  
|  
|  
|-
|-
| name
|
| varchar
|name
|  
|varchar(30)
|
|
|
|  
|  
|-
|-
| type
|
| varchar
|type
|  
|varchar(30)
|
|
|
|  
|  
|-
|-
| wp1
|
| integer
|wp1
|  
|int(8) unsigned
|
|0
|
|  
|  
|-
|-
| wp2
|
| integer
|wp2
|  
|int(8) unsigned
|
|0
|
|  
|  
|-
|-
| flags
|
| varchar
|flags
|  
|varchar(30)
|
|
|
|  
|  
|}
|}


== Flags ==
== Flags ==

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