Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

Back-to:World

Table: waypoints 

Used by SAI

Version 3.3.5a

Information

CommentCreature waypoints
Collateutf8_general_ci
EngineMyISAM
Row FormatFIXED

Structure

FieldTypeAttributesKeyNullDefault
Extra

Comment

entry
mediumint
MEDIUMINT(8)
unsigned
UNSIGNEDPRINO0

 

 
pointid
mediumint
MEDIUMINT(8)
unsigned
UNSIGNEDPRINO0

 

 

position_x
float
FLOAT
signed
-
 
-NO0

 

 
position_y
float
FLOAT
signed
-
 
-NO0

 

 
position_z
float
FLOAT
signed
-
 
-NO0
 

 

point_comment
text
TEXT
 
-
  
-YES

 

 

-

entry

ID Entry of the creature. See creature_template.entry.

pointid

ID of point of pathUnique ID for each waypoint. Starts at 1 and increases with each waypoint.

position_x

The X position coordinate of the destination waypoint.

position_y

The Y position coordinate of the destination waypoint.

position_z

The Z position coordinate of the destination waypoint.

point_comment

Text comment

...

Comment.

Example Rows

EntryPointidPosition_xPosition_yPosition_zPoint_comment
1620816647.83-6344.929.13345Apothecary Enith point 1
1620826657.92-6345.9615.3468Apothecary Enith point 2

Creature with ID 16208 will now have 2 waypoints, first it will move to pointid 1, when it reaches the XYZ position, it will move to pointid 2. The comment helps clarify which creature the ID belongs to.