From 90288123e443b38ee8ab450c1e66aa5b2cc099ef Mon Sep 17 00:00:00 2001 From: Barbz Date: Mon, 18 May 2020 19:25:04 +0200 Subject: refactor: smart_scripts table from html to markdown (#223) --- docs/smart_scripts.md | 448 +++++--------------------------------------------- 1 file changed, 44 insertions(+), 404 deletions(-) (limited to 'docs/smart_scripts.md') diff --git a/docs/smart_scripts.md b/docs/smart_scripts.md index 10b0fb8..dde668c 100644 --- a/docs/smart_scripts.md +++ b/docs/smart_scripts.md @@ -4,410 +4,50 @@ **Table Structure** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Field

Type

Attributes

Key

Null

Default

Extra

Comment

entryorguid

int(11)

signed

PRI

NO

NULL


-


-

source_type

tinyint(3)

unsigned

PRI

NO

0


-


-

id

smallint(5)

unsigned

PRI

NO

0


-


-

link

smallint(5)

unsigned

PRI

NO

0


-


-

event_type

tinyint(3)

unsigned


-

NO

0


-


-

event_phase_mask

smallint(5)

unsigned


-

NO

0


-


-

event_chance

tinyint(3)

unsigned


-

NO

100


-


-

event_flags

smallint(5)

unsigned


-

NO

0


-


-

event_param1

int(10)

unsigned


-

NO

0


-


-

event_param2

int(10)

unsigned


-

NO

0


-


-

event_param3

int(10)

unsigned


-

NO

0


-


-

event_param4

int(10)

unsigned


-

NO

0


-


-

event_param5

int(10)

unsigned


-

NO

0


-


-

action_type

tinyint(3)

unsigned


-

NO

0


-


-

action_param1

int(10)

unsigned


-

NO

0


-


-

action_param2

int(10)

unsigned


-

NO

0


-


-

action_param3

int(10)

unsigned


-

NO

0


-


-

action_param4

int(10)

unsigned


-

NO

0


-


-

action_param5

int(10)

unsigned


-

NO

0


-


-

action_param6

int(10)

unsigned


-

NO

0


-


-

target_type

tinyint(3)

unsigned


-

NO

0


-


-

target_param1

int(10)

unsigned


-

NO

0


-


-

target_param2

int(10)

unsigned


-

NO

0


-


-

target_param3

int(10)

unsigned


-

NO

0


-


-

target_param4

int(10)

unsigned


-

NO

0


-


-

target_x

float


-


-

NO

0


-


-

target_y

float


-


-

NO

0


-


-

target_z

float


-


-

NO

0


-


-

target_o

float


-


-

NO

0


-


-

comment

text


-


-

NO

NULL


-

Event Comment

+| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|-----------------------|-------------|------------|-----|------|---------|-------|---------------| +| [entryorguid][1] | int(11) | signed | PRI | NO | NULL | | | +| [source_type][2] | tinyint(3) | unsigned | PRI | NO | 0 | | | +| [id][3] | smallint(5) | unsigned | PRI | NO | 0 | | | +| [link][4] | smallint(5) | unsigned | PRI | NO | 0 | | | +| [event_type][5] | tinyint(3) | unsigned | | NO | 0 | | | +| [event_phase_mask][6] | smallint(5) | unsigned | | NO | 0 | | | +| [event_chance][7] | tinyint(3) | unsigned | | NO | 100 | | | +| [event_flags][8] | smallint(5) | unsigned | | NO | 0 | | | +| [event_param1][8] | int(10) | unsigned | | NO | 0 | | | +| [event_param2][8] | int(10) | unsigned | | NO | 0 | | | +| [event_param3][8] | int(10) | unsigned | | NO | 0 | | | +| [event_param4][8] | int(10) | unsigned | | NO | 0 | | | +| [event_param5][8] | int(10) | unsigned | | NO | 0 | | | +| [action_type][9] | tinyint(3) | unsigned | | NO | 0 | | | +| [action_param1][9] | int(10) | unsigned | | NO | 0 | | | +| [action_param2][9] | int(10) | unsigned | | NO | 0 | | | +| [action_param3][9] | int(10) | unsigned | | NO | 0 | | | +| [action_param4][9] | int(10) | unsigned | | NO | 0 | | | +| [action_param5][9] | int(10) | unsigned | | NO | 0 | | | +| [action_param6][9] | int(10) | unsigned | | NO | 0 | | | +| [target_type][10] | tinyint(3) | unsigned | | NO | 0 | | | +| [target_param1][10] | int(10) | unsigned | | NO | 0 | | | +| [target_param2][10] | int(10) | unsigned | | NO | 0 | | | +| [target_param3][10] | int(10) | unsigned | | NO | 0 | | | +| [target_param4][10] | int(10) | unsigned | | NO | 0 | | | +| [target_x][10] | float | | | NO | 0 | | | +| [target_y][10] | float | | | NO | 0 | | | +| [target_z][10] | float | | | NO | 0 | | | +| [target_o][10] | float | | | NO | 0 | | | +| [comment][11] | text | | | NO | NULL | | Event Comment | + +[1]: #entryorguid +[2]: #source_type +[3]: #id +[4]: #link +[5]: #event_type +[6]: #event_phase_mask +[7]: #event_chance +[8]: #event_flags +[9]: #action_type +[10]: #target_type +[11]: #comment **Description of the fields** -- cgit