Transports - cmangos/issues GitHub Wiki
Back to world database list of tables.
This table contains all type 15 transports (Boats and Zeppelins). All other transport types have their frame time read from TransportAnimation.dbc.
Field | Type | Null | Key | Default | Extra |
entry | int(10) unsigned | NO | PRI | 0 | |
name | text | YES | NULL | ||
period | int(10) unsigned | YES | 0 |
This is entry to be used for this transport from gameobject_template.entry. It must be a type 15 game object.
This is an arbitrary name that is only used to describe this transport entry.
This is the amount of time that it take for the transport to make one full pass through all the frames in TaxiNode.dbc. When a client change occurs, usually this field must be updated as Blizz changes the speeds of the transports on the official servers. The only known way to get this value is to ride the transports on the official servers and then tweak it until you get the proper value. This values in in milliseconds.