From d74539ed6ac02c10f8b359dc3aef893b14e7630d Mon Sep 17 00:00:00 2001 From: Emanuele <47614328+d3s0x86@users.noreply.github.com> Date: Wed, 27 Feb 2019 14:12:36 +0100 Subject: Update areatrigger.md --- docs/areatrigger.md | 175 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 175 insertions(+) create mode 100644 docs/areatrigger.md (limited to 'docs') diff --git a/docs/areatrigger.md b/docs/areatrigger.md new file mode 100644 index 0000000..4e1ac8e --- /dev/null +++ b/docs/areatrigger.md @@ -0,0 +1,175 @@ +# areatrigger + +[<-Back-to:World](database-world.md) + +**The \`areatrigger\` table** + +This table contains trigger points for events in certain coordinates in the maps. + +**Structure** + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field

Type

Attributes

Key

Null

Default

Extra

Comment

entry

int (10)

unsigned

PRI

NO

NULL

auto_increment
+


+

map

int(10)

unsigned

PRI

NO

0


+


+

x

FLOAT


+

NO

0


+


+

y

FLOAT


+

NO

0


+


+

zFLOAT
+
NO0
+

+

radius

FLOAT


+

NO

0


+


+

length

FLOAT


+

NO

0


+


+

width

FLOAT


+

NO

0


+


+

height

FLOAT


+

NO

0


+


+

orientation

FLOAT


+

NO

0


+


+

+ +**Description of the fields** + +### Entry + +This is just a automatic counter that assigns a value to each trigger to list it. + +### Map + +This field recall a certain map based on the ID (for example, ID 30 recalls Elwynn Forest) + +### X, Y and Z + +Contains the coordinates of the three 3d dimensions. + +### Radius + +This contains the radius of activation of the trigger. + +### Length, Width, Height and Orientation + +these fields contain the values for the physics and behavior of a given trigger. + -- cgit