transports
The `transports` table
This table contains all type 15 transports (Boats and Zeppelins). All other transport types have their frame time read from TransportAnimation.dbc.
Structure
Field | Type | Attribute | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
Guid | INT | UNSIGNED | PRI | NO | AUTO_INCREMENT | ||
Entry | MEDIUMINT | UNSIGNED | UNIQUE | NO | 0 | ||
Name | TEXT | YES | NULL | ||||
ScriptName | CHAR(64) | NO | ' ' |
Description of the fields
guid
Unique identifier for transport. Each time you add a new guid simply add one (1) from max guid.
entry
gameobject_template.entry to be used for this transport. It must be a type 15 gameobject.
name
This is an arbitrary to describe the transport entry.
ScriptName
field-no-description|4
Note: Transports have their own map: https://wow.tools/dbc/?dbc=map&build=3.3.5.12340#page=1&colFilter[[#guid|1]]=Transport