Skip to content

vehicle_template_accessory

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
entryintunsignedPRINO0
accessory_entryintunsignedNO0
seat_idtinyintsignedPRINO0
miniontinyintunsignedNO0
descriptionmediumtextNO
summontypetinyintunsignedNO6see enum TempSummonType
summontimerintunsignedNO30000timer, only relevant for certain summontypes
Any record in this table works for any creature under the same entry in creature_template. These can be overriden by the vehicle_accessory, which works for specific creatures' guids.
 

Description of fields ​

entry ​

The entry from creature_template 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.dbc under Seat[Index]. You can consult each VehicleSeat's ID parameters on VehicleSeat.dbc.  

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.