Transports
Материал из YTDB DataBase
|
К описанию таблицбазы данных mangos.
Таблица `transports`
Эта таблица содержит все виды транспорта(Корабли и Дирижабли). Все други виды транспорта считывают данные о времени и структуре из 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 |
Описание полей
entry
This is entry to be used for this transport from gameobject_template.entry. It must be a type 15 game object.
name
This is an arbitrary name that is only used to describe this transport entry.
period
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.