Areatrigger teleport SF

From Project Skyfire
Revision as of 07:35, 17 September 2011 by Marqin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to world database list of tables.

The `areatrigger_teleport` table

This table holds the information for "zone portals."


Structure

Field Type Attribute Default Comment
id mediumint(8) unsigned The ID# of the areatrigger. Contained in AreaTrigger.dbc.
name text The name for the areatrigger. Used for easy reference purposes.
target_map float signed The ID# of the map to teleport to. Contained in Maps.dbc.
target_position_x float signed The X coordinate to spawn the player.
target_position_y float signed The Y coordinate to spawn the player.
target_position_z float signed The Z coordinate to spawn the player.
target_orientation float signed The orientation to spawn the player (0 = North, moving clockwise. Circle is Pi*2).