diff options
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 30ac2a8..d07c3ac 100644 --- a/docs/smart_scripts.md +++ b/docs/smart_scripts.md @@ -263,7 +263,7 @@ This is the probability of the event to occur as a percentage from 0-100. So, if | SMART_ACTION_SET_INST_DATA | 34 | Field | Data | | Type (0 = SetData, 1 = SetBossState) | | | Set Instance Data | | SMART_ACTION_SET_INST_DATA64 | 35 | Field | | | | | | Set Instance Data uint64 | | SMART_ACTION_UPDATE_TEMPLATE | 36 | creature_template.entry | Update Level | | | | | Updates creature_template to given entry | -| SMART_ACTION_DIE | 37 | | | | | | | Kill Target | +| SMART_ACTION_DIE | 37 | Milliseconds | | | | | | Kill Target, if param1 is set, it will die after param1 milliseconds. 0: no delay, the target will die instantly | | SMART_ACTION_SET_IN_COMBAT_WITH_ZONE | 38 | Range in yards for all players to be forced into combat with the creature. Only used in the open world. Leave as 0 if used in an instance. | | | | | | Sets the creature in combat with its zone, can be used in instances and open world. Useful for creatures inside instances so all players will be set in combat until the fight ends. | | SMART_ACTION_CALL_FOR_HELP | 39 | Radius in yards that other creatures must be to acknowledge the cry for help. | 0/1 (say calls for help text) | | | | | If you want the NPC to say '%s calls for help!'. Use 1 on param1, 0 for no message. | | SMART_ACTION_SET_SHEATH | 40 | Sheath (0-unarmed, 1-melee, 2-ranged) | | | | | | | |
