vehicle_seat_addon
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| SeatEntry | int | unsigned | PRI | NO | VehicleSeatEntry.dbc identifier | ||
| SeatOrientation | float | YES | 0 | Seat Orientation override value | |||
| ExitParamX | float | YES | 0 | ||||
| ExitParamY | float | YES | 0 | ||||
| ExitParamZ | float | YES | 0 | ||||
| ExitParamO | float | YES | 0 | ||||
| ExitParamValue | tinyint(1) | signed | YES | 0 | |||
Description of fields
SeatEntry
The ID from VehicleSeatEntry.db2.
SeatOrientation
This field overrides the VehicleSeatEntry's Orientation.
ExitParamX
This field sets the VehicleSeatEntry's exit PositionX. This field is not parsed automatically when the .SQL file is created. It can be retrieved from the _parsed.txt file.
ExitParamY
This field sets the VehicleSeatEntry's exit PositionY. This field is not parsed automatically when the .SQL file is created. It can be retrieved from the _parsed.txt file.
ExitParamZ
This field sets the VehicleSeatEntry's exit PositionZ. This field is not parsed automatically when the .SQL file is created. It can be retrieved from the _parsed.txt file.
ExitParamO
This field sets the VehicleSeatEntry's exit Orientation. This field is not parsed automatically when the .SQL file is created. It can be retrieved from the _parsed.txt file.
ExitParamValue
This field determines how each ExitParam(X,Y,Z,O) works for the given entry. If set to:
- 0: the provided parameters will be ignored.
- 1: the provided parameters will be used as offset of the given creature's position when a passenger exits it.
- 2: the provided parameters will be used as absolute positions.
