summaryrefslogtreecommitdiff
path: root/docs/smart_scripts.md
blob: fba154285e07fac0e886f7c3a53c3eee7dbf1b7e (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
[Database Structure](Database-Structure) > [World-Database](World-Database) > [smart_scripts](smart_scripts)

Column | Type | Description
--- | --- | ---
Entryorguid | int(11) | 
Source_type | tinyint(3) unsigned | 
Id | smallint(5) unsigned | 
Link | smallint(5) unsigned | 
Event_type | tinyint(3) unsigned | 
Event_phase_mask | smallint(5) unsigned | 
Event_chance | tinyint(3) unsigned | 
Event_flags | smallint(5) unsigned | 
Event_param1 | int(10) unsigned | 
Event_param2 | int(10) unsigned | 
Event_param3 | int(10) unsigned | 
Event_param4 | int(10) unsigned | 
Action_type | tinyint(3) unsigned | 
Action_param1 | int(10) unsigned | 
Action_param2 | int(10) unsigned | 
Action_param3 | int(10) unsigned | 
Action_param4 | int(10) unsigned | 
Action_param5 | int(10) unsigned | 
Action_param6 | int(10) unsigned | 
Target_type | tinyint(3) unsigned | 
Target_param1 | int(10) unsigned | 
Target_param2 | int(10) unsigned | 
Target_param3 | int(10) unsigned | 
Target_x | float | 
Target_y | float | 
Target_z | float | 
Target_o | float | 
Comment | text |