NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'areatrigger_teleport' table for MaNGOSZero
Contains all the teleport triggers definition. This table is used to complete .dbc file information.
Table Notes
This table uses the 'MyISAM' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
id | mediumint(8) unsigned | NO | PRI | '0' | The ID of the trigger [See AreaTrigger.dbc]. | |
name | text | YES | NULL | The name of the teleport areatrigger. | ||
target_map | smallint(5) unsigned | NO | '0' | The destination map id. [See map.dbc] | ||
target_position_x | float | NO | '0' | The x location of the player at the destination. | ||
target_position_y | float | NO | '0' | The y location of the player at the destination. | ||
target_position_z | float | NO | '0' | The z location of the player at the destination. | ||
target_orientation | float | NO | '0' | The orientation of the player at the destination. | ||
condition_id | mediumint(8) | NO | '0' | The ID of a condition from the conditions table |
Description of the fields
id mediumint(8) unsigned
The ID of the trigger [See AreaTrigger.dbc].
name text
The name of the teleport areatrigger.
target_map smallint(5) unsigned
The destination map id. The value has to match with a map identifier defined [See Map.dbc].
target_position_x float
The x location of the player at the destination.
target_position_y float
The y location of the player at the destination.
target_position_z float
The z location of the player at the destination.
target_orientation float
The orientation of the player at the destination, This is measured in radians (North = 0.0, South = 3.14159).
condition_id mediumint(8)
Notes: The ID of a condition from the conditions table
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now