diff options
| author | NinjaPleezAC <121171014+NinjaPleezAC@users.noreply.github.com> | 2023-02-05 03:31:40 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-05 12:31:40 +0100 |
| commit | 6f109610556f180530c4a8627e246357124ab062 (patch) | |
| tree | 6411f0b33e7083a26c78326438f8960e09f01a6c /docs/smart_scripts.md | |
| parent | 931f957898ba05e73096845eda7af4b9a7dace23 (diff) | |
| download | wiki-6f109610556f180530c4a8627e246357124ab062.tar.gz wiki-6f109610556f180530c4a8627e246357124ab062.tar.bz2 wiki-6f109610556f180530c4a8627e246357124ab062.zip | |
Document SMART_ACTION_CALL_TIMED_ACTIONLIST param3 (#867)
* Document SMART_ACTION_CALL_TIMED_ACTIONLIST param3
Adds documentation for param3 of SMART_ACTION_CALL_TIMED_ACTIONLIST
* Update docs/smart_scripts.md
---------
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
Diffstat (limited to 'docs/smart_scripts.md')
| -rw-r--r-- | docs/smart_scripts.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/smart_scripts.md b/docs/smart_scripts.md index 7ee505e..49ec860 100644 --- a/docs/smart_scripts.md +++ b/docs/smart_scripts.md @@ -299,7 +299,7 @@ This is the probability of the event to occur as a percentage from 0-100. So, if | SMART_ACTION_RESET_SCRIPT_BASE_OBJECT | 77 | | | | | | | | | SMART_ACTION_CALL_SCRIPT_RESET | 78 | | | | | | | | | SMART_ACTION_SET_RANGED_MOVEMENT | 79 | attackDistance | attackAngle | | | | | Sets movement to follow at a specific range to the target. | -| SMART_ACTION_CALL_TIMED_ACTIONLIST | 80 | EntryOrGuid * 100 (entryorguid with 00 added after the entry, or 01, 02, 03 etc. for multiple action lists) | timer update type(0 OOC, 1 IC, 2 ALWAYS) | | | | | | +| SMART_ACTION_CALL_TIMED_ACTIONLIST | 80 | EntryOrGuid * 100 (entryorguid with 00 added after the entry, or 01, 02, 03 etc. for multiple action lists) | timer update type(0 OOC, 1 IC, 2 ALWAYS) | allowOverride (0 - Must finish current actionlist, 1 - Allow starting new actionlist during previous actionlist) | | | | | | SMART_ACTION_SET_NPC_FLAG | 81 | creature_template.npcflag | | | | | | | | SMART_ACTION_ADD_NPC_FLAG | 82 | creature_template.npcflag | | | | | | | | SMART_ACTION_REMOVE_NPC_FLAG | 83 | creature_template.npcflag | | | | | | | |
