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

mediumint(8)

unsigned

PRI

NO

0

 

 

accessory_entry

mediumint(8)

unsigned

 

NO

0

 

 

seat_id

tinyint(1)

signed

PRI

NO

0

 

see VehicleSeat.dbc  

minion

tinyint(1)

unsigned

 

NO

0

 

 

description

text

signed

 

NO

"

 

 

summontype

tinyint(3)

unsigned

 

NO

6

 

see enum TempSummonType

summontimer

int(10)

unsigned

 

NO

30000

 

timer, only relevant for certain summontypes

...

Vehicle seat in witch the accessory should be spawned. See VehicleSeat.dbc

minion

If value is 0 accessory will not die when vehicle dies.
If value is 1 accessory will die when the vehicle dies.

...