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 MaNGOSThree
Contains all the teleport triggers definition. This table is used to complete .dbc file information.
Table Notes
This table uses the 'InnoDB' 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. | ||
required_level | tinyint(3) unsigned | NO | '0' | The player needs to be at least this level. | ||
required_item | mediumint(8) unsigned | NO | '0' | Requested an item [See item_template.entry]. | ||
required_item2 | mediumint(8) unsigned | NO | '0' | Requested an item [See item_template.entry]. | ||
heroic_key | mediumint(8) unsigned | NO | '0' | |||
heroic_key2 | mediumint(8) unsigned | NO | '0' | |||
required_quest_done | int(11) unsigned | NO | '0' | Requires quest [See quest_template.entry]. | ||
required_quest_done_heroic | int(11) unsigned | NO | '0' | |||
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. |
Description of the fields
id mediumint(8) unsigned
The ID of the trigger [See AreaTrigger.dbc].
name text
The name of the teleport areatrigger.
required_level tinyint(3) unsigned
The player needs to be at least this level.
required_item mediumint(8) unsigned
Requested an item [See item_template.entry].
required_item2 mediumint(8) unsigned
Requested an item [See item_template.entry].
heroic_key mediumint(8) unsigned
heroic_key2 mediumint(8) unsigned
required_quest_done int(11) unsigned
Requires quest [See quest_template.entry].
required_quest_done_heroic int(11) unsigned
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).
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