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

Game tele tc2id

mediumint(8)

unsigned

PRI

NO

NULL

Auto increment

 Game tele tc2

position_x

float

signed

 

NO

0

 

 Game tele tc2

position_y

float

signed

 

NO

0

 

 Game tele tc2

position_z

float

signed

 

NO

0

 

 

Game tele tc2orientation

float

signed

 

NO

0

 

 

Game tele tc2map

smallint(5)

unsigned

 

NO

0

 

 

Game tele tc2name

varchar(100)

signed

 

NO

NULL

 

 

Description of the fields

id

The ID of the teleport location. This number is unique to every location added.

position_x

The X position where the location exists.

position_y

The Y position where the location exists.

position_z

The Z position where the location exists.

orientation

The orientation to face after teleport.

(North = 0, South = 3.14159)

map

The map ID of the location. See Map.dbc

name

The name given to the location. The name must not have a space as this will be read in from the .tele command.