Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

Back-to:World

The `vehicle_accessory` table

...

Field

Type

Attributes

Key

Null

Default

Extra

Comment guid

Vehicle accessory tc2

mediumint(8)

unsigned

PRI

NO

0

 

 

Vehicle accessory _entrytc2

mediumint(8)

unsigned

 

NO

0

 

  seat_id

Vehicle accessory tc2

tinyint(1)

signed

PRI

NO

0

 

  minion

Vehicle accessory tc2

tinyint(1)

unsigned

 

NO

0

 

  description

Vehicle accessory tc2

text

signed

 

NO

"

 

 

summontype

tinyint(3)

unsigned

 

NO

6

 

see enum TempSummonType

summontimer Vehicle accessory tc2

int(10)

unsigned

 

NO

30000

 

timer, only relevant for certain summontypes

...

Guid of creature to be used as Vehicle, to be obtained from creature table.

accessory_entry

Entry from creature_template to be used as the rider/turret/addon to the main vehicle. ID from creature_template.
Flying vehicles must have InhabitType set to (4 - Flying).

...