Skip to content

vehicle_accessory

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
guidbigintunsignedPRINO0
accessory_entryintunsignedNO0
seat_idtinyintsignedPRINO0
miniontinyintunsignedNO0
descriptionmediumtextNO
summontypetinyintunsignedNO6see enum TempSummonType
summontimerintunsignedNO30000timer, only relevant for certain summontypes

Any record in this table works for specific creature guids. These override vehicle_accessory_template's records, which works for any spawned creature of the given entry.  

Description of fields ​

guid ​

The guid from creature of the creature to be used as a vehicle.  

accessory_entry ​

The entry from creature_template of the creature to be used as a passenger of the vehicle.  

seat_id ​

The vehicle seat in which the passenger is spawned. Each VehicleID has a given amount of seats which you can consult on Vehicle.db2 under Seat[Index]. You can consult each VehicleSeat's ID parameters on VehicleSeat.db2.  

minion ​

This field determines whether the passenger will die when the vehicle does. If set to:

  • 0: the passenger will not die.
  • 1: the passenger will die.  

description ​

A comment you can add to the given record for context. This provides information about the record since plain numbers are very vague, so it is encouraged to be added. As a recommendation you can use the syntax (Name of the vehicle - Name of the passenger): Catapult - Warrior troll.  

summontype ​

FlagNameComments
1TEMPSUMMON_TIMED_OR_DEAD_DESPAWNDespawns after a specified time OR when the creature disappears.
2TEMPSUMMON_TIMED_OR_CORPSE_DESPAWNDespawns after a specified time OR when the creature disappears.
3TEMPSUMMON_TIMED_DESPAWNDespawns after a specified time.
4TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBATDespawns after a specified time after the creature is out of combat.
5TEMPSUMMON_CORPSE_DESPAWNDespawns instantly after death.
6TEMPSUMMON_CORPSE_TIMED_DESPAWNDespawns after a specified time after death.
7TEMPSUMMON_DEAD_DESPAWNDespawns when the creature disappears.
8TEMPSUMMON_MANUAL_DESPAWNDespawns when UnSummon() is called.
 

summontimer ​

The timer linked to the summontype field.