From fe94107c92551773c886a8ea520f5edb9986c06e Mon Sep 17 00:00:00 2001 From: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com> Date: Sat, 4 May 2019 23:11:38 +0200 Subject: smart_scripts: update action types 8, 60, 116-120 (#42) --- docs/smart_scripts.md | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/docs/smart_scripts.md b/docs/smart_scripts.md index 795479d..bce1c23 100644 --- a/docs/smart_scripts.md +++ b/docs/smart_scripts.md @@ -1805,7 +1805,7 @@ This is the probability of the event to occur as a percentage from 0-100. So, if


-

React State. Can be Passive (0), Defensive (1), Aggressive (2), Assist (3).

+

React State. Can be Passive (0), Defensive (1), Aggressive (2).

SMART_ACTION_ACTIVATE_GOBJECT

@@ -2604,13 +2604,11 @@ This is the probability of the event to occur as a percentage from 0-100. So, if

-

SMART_ACTION_SET_DISABLE_GRAVITY

+

SMART_ACTION_SET_FLY

60

-

0 = On / 1 = Off

-


-

-


-

+

fly (0/1)

+

speed

+

disable gravity (0/1)



@@ -3492,7 +3490,8 @@ This is the probability of the event to occur as a percentage from 0-100. So, if -SMART_ACTION_SET_CORPSE_DELAY +SMART_ACTION_SET_CORPSE_DELAY +

(Not supported yet)

116 timer
@@ -3509,7 +3508,8 @@ This is the probability of the event to occur as a percentage from 0-100. So, if -SMART_ACTION_DISABLE_EVADE +SMART_ACTION_DISABLE_EVADE +

(Not supported yet)

117 disable evade (1) / re-enable (0)
@@ -3526,7 +3526,8 @@ This is the probability of the event to occur as a percentage from 0-100. So, if -SMART_ACTION_GO_SET_GO_STATE +SMART_ACTION_GO_SET_GO_STATE +

(Not supported yet)

118 state
@@ -3543,7 +3544,8 @@ This is the probability of the event to occur as a percentage from 0-100. So, if -SMART_ACTION_SET_CAN_FLY +SMART_ACTION_SET_CAN_FLY +

(Not supported yet)

119 0/1
@@ -3560,7 +3562,8 @@ This is the probability of the event to occur as a percentage from 0-100. So, if -SMART_ACTION_REMOVE_AURAS_BY_TYPE +SMART_ACTION_REMOVE_AURAS_BY_TYPE +

(Not supported yet)

120 Type
-- cgit