Versiones comparadas

Clave

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

...

Field

Type

Attributes

Key

Null

Default

Extra

Comment

Creature formations tc2leaderGUID

int(11)

unsigned

 

NO

NULL

 

 

Creature formations tc2memberGUID

int(11)

unsigned

PRI

NO

NULL

 

 

Creature formations tc2dist

float

unsigned

 

NO

NULL

 

 

Creature formations tc2angle

float

unsigned

 

NO

NULL

 

 

Creature formations tc2groupAIint(11)unsigned NONULL  Creature formations tc2
point_1int(11)unsigned NO0  

Creature formations tc2point_2

int(11)

unsigned

 

NO

0

 

 

leaderGUID

GUID of group leader

memberGUID

GUID of group member

dist

Maximum distance between group leader and member

angle

Angle between leader and member
Note: Only degrees are used! Values should be between 0 and 360

groupAI

Sets group member behaviours, values are:

Value

Behaviour

0

If any creature from group is attacked, members won't assist

1

Group member will assist only their leader if attacked.

2

Group members will assist all group members

point_1  

point_2

These values are used to set leaderGUID pre ending path points for memberGUID's where the path is a straight return path and memberGUID's should not crossover to other side of leaderGUID on direction change.

...