Versiones comparadas

Clave

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

...

This table contains all the path data for creatures that use waypoints.

Field

Type

Attributes

Key

Null

Default

Extra

Comment

id

int(10)

unsigned

 


NO

0

 


Creature GUID

point

mediumint(8)

unsigned

 


NO

0

 

 



position_x

float

signed

 


NO

0

 

 



position_y

float

signed

 


NO

0

 

 



position_z

float

signed

 


NO

0

 

 



orientation

float

signed

 


NO

0

 

 



delay

int(10)

unsigned

 


NO

0

 

 



move_type

tinyint(1)

signed

 


NO

0

 

 



action

int(11)

signed

 


NO

0

 

 



action_chance

smallint(3)

signed

 


NO

100

 

 



wpguid

int(11)

signed

 


NO

0

 

 



Description of the fields

...

Time (in ms) between each point

move_type

0 - walk
1 - run
2 - flying

action

ID of the action in the waypoint_scripts table that is to be performed.

...