blob: 87a179bc3affc9508d6da0844ec8b0fad67aaf9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
# 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][1] | int (10) | unsigned | PRI | NO | NULL | auto_increment | |
| [map][2] | int(10) | unsigned | PRI | NO | 0 | | |
| [x][3] | FLOAT | | | NO | 0 | | |
| [y][4] | FLOAT | | | NO | 0 | | |
| [z][5] | FLOAT | | | NO | 0 | | |
| [radius][6] | FLOAT | | | NO | 0 | | |
| [length][7] | FLOAT | | | NO | 0 | | |
| [width][8] | FLOAT | | | NO | 0 | | |
| [height][9] | FLOAT | | | NO | 0 | | |
| [orientation][10] | FLOAT | | | NO | 0 | | |
[1]: #entry
[2]: #map
[3]: #x
[4]: #y
[5]: #z
[6]: #radius
[7]: #length
[8]: #width
[9]: #height
[10]: #orientation
**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.
|