-
Notifications
You must be signed in to change notification settings - Fork 6.3k
DB/SAI: React state with Waypoint #22376
Copy link
Copy link
Closed
Labels
Description
Description: The react state defined by action_param6 for SMART_ACTION_WP_START was fixed.
If the values is set to 0 the npc will not attack at all and will remain passive.
Before the combat rewrite, event if the value=0 the npc will attack back once attacked.
In this case all this SAI scripts must be checked and updated if needed:
SELECT * FROM `smart_scripts` WHERE action_type=53 AND action_param6=0;Branch(es): both
TC rev. hash/commit: rev. 8a45191
Reactions are currently unavailable