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

questid

int(10)

unsigned

PRI

NO

0

 

 

idx1

int(10)

unsigned

PRI

NO

0

 

 

idx2

int(10)

unsigned

PRI

NO

0

 

 

x

int(10)

unsigned

 

NO

0

 

 

y

int(10)

unsigned

 

NO

0

 

 

...

The Quest Id from quest_poi.questid

...

idx1

Used to group multiple entries from quest_poi.id. You must manually increment this value by 1 for each new row in quest_poi_point with the same questId (0, 1, 2, 3...).

...

idx2

field-no-description|3

x

The X position of the question mark on the map.

...