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

guid

int(10)

unsigned

PRI

NO

0

 

Global Unique Identifier

map mapId

smallint(5)

unsigned

 

NO

0

 

Map Identifier

zone zoneId

smallint(5)

unsigned

 

NO

0

 

Zone Identifier

position_x posX

float

signed

 

NO

0

 

 

position_y posY

float

signed

 

NO

0

 

 

position_z posZ

float

signed

 

NO

0

 

 

Description of the fields

...

The GUID of the character. See characters.guid

...

mapId

The map ID where the character gets teleported to. See Map.dbc column 1

...

zoneId

The zone ID where the character gets teleported to. See WorldMapAreaAreaTable.dbc column 1

...

posX

The x X position where the character gets teleported to.

...

posY

The y Y position where the character gets teleported to.

...

posZ

The z Z position where the character gets teleported to.