Ir al final de los metadatos
Ir al inicio de los metadatos

Estás viendo una versión antigua de esta página. Ve a la versión actual.

Comparar con el actual Ver el historial de la página

« Anterior Versión 5 Siguiente »

Back-to:Characters

The `character_homebind` table

Contains information on the location where characters get teleported when they use their Hearthstone.

Structure

Field

Type

Attributes

Key

Null

Default

Extra

Comment

guid

int(10)

unsigned

PRI

NO

0

 

Global Unique Identifier

map

smallint(5)

unsigned

 

NO

0

 

Map Identifier

zone

smallint(5)

unsigned

 

NO

0

 

Zone Identifier

position_x

float

signed

 

NO

0

 

 

position_y

float

signed

 

NO

0

 

 

position_z

float

signed

 

NO

0

 

 

Description of the fields

guid

The GUID of the character. See characters.guid

map

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

zone

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

position_x

The x position where the character gets teleported to.

position_y

The y position where the character gets teleported to.

position_z

The z position where the character gets teleported to.

  • Sin etiquetas