Skip to content

Commit

Permalink
Add new trigger flag for AC change. (#988)
Browse files Browse the repository at this point in the history
* Update smart_scripts.md

* Teehee.

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>

---------

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
  • Loading branch information
heyitsbench and Kitzunu authored Aug 13, 2024
1 parent 3463b17 commit 69c9027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/smart_scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,7 @@ INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES (y, 'SmartTrigg
| TRIGGERED_FULL_MASK | 524287 | 0x0007FFFF | All triggered flags |
| TRIGGERED_IGNORE_EQUIPPED_ITEM_REQUIREMENT | 524288 | 0x00080000 | Will ignore equipped item requirements |
| TRIGGERED_NO_PERIODIC_RESET | 1048576 | 0x00100000 | Periodic aura tick wont be reset on override |
| TRIGGERED_IGNORE_EFFECTS | 2097152 | 0x00200000 | Ignore spell effects - used for ritual portals |
| TRIGGERED_FULL_DEBUG_MASK | 4294967295 | 0xFFFFFFFF | |

**NOTICE:** If triggeredFlags = 0, cast will trigger with TRIGGERED_FULL_MASK = 524287.
Expand Down

0 comments on commit 69c9027

Please sign in to comment.