diff options
| author | Gultask <100873791+Gultask@users.noreply.github.com> | 2023-05-17 17:58:02 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-17 22:58:02 +0200 |
| commit | 149738b8cab720a525f8bc8964c1b15823aaa4d1 (patch) | |
| tree | 85af42162e6ed293ae8ce459e2958a96ebf8f8e8 | |
| parent | 0091434d8352ef61221c1b24d72fc6f713b64adb (diff) | |
| download | wiki-149738b8cab720a525f8bc8964c1b15823aaa4d1.tar.gz wiki-149738b8cab720a525f8bc8964c1b15823aaa4d1.tar.bz2 wiki-149738b8cab720a525f8bc8964c1b15823aaa4d1.zip | |
Update smart_scripts.md (#900)
| -rw-r--r-- | docs/smart_scripts.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/smart_scripts.md b/docs/smart_scripts.md index ac62390..30ac2a8 100644 --- a/docs/smart_scripts.md +++ b/docs/smart_scripts.md @@ -377,7 +377,8 @@ This is the probability of the event to occur as a percentage from 0-100. So, if | SMART_ACTION_CU_ENCOUNTER_START | 222 | | | | | | | Resets all cooldowns and removes exhausted debuffs when action is called | | SMART_ACTION_DO_ACTION | 223 | ActionId | | | | | | Allows to call for a DoAction in code | | SMART_ACTION_ATTACK_STOP | 224 | | | | | | | Stop melee, spell casting during combat, chasing the target and facing | -| SMART_ACTION_SET_GUID | 225 | 0/1 (0 = Self Guid, 0 = Invoker Guid) | Index | | | | | Allows the target to perform an action similar to DO_ACTION, but allows a guid to be sent | +| SMART_ACTION_SET_GUID | 225 | 0/1 (0 = Self Guid, 1 = Invoker Guid) | Index | | | | | Allows the target to perform an action similar to DO_ACTION, but allows a guid to be sent | +| SMART_ACTION_DISABLE | 226 | 0/1 (0 = Disable, 1 = Enable) | | | | | | Disable the targeted creatures, setting them Invisible and Immune to All | ### Predefined SAI templates |
