You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
SmartAI Bug - Can't Use "target_type 7" When "event_type 74"
To Reproduce
Steps to reproduce the behavior:
Try to create SmartAI script:
For example - mob should heal ally mob when his HP = 50% or lower
"target_type 7" is (caused the event) and "event_type 74" is (ally HP in %) and "action_type 11" is (cast spell)
You will see the error - "SmartAIMgr: Entry 98 SourceType 0 Event 1 Action 11 uses invalid target_type 7, skipped."
Expected behavior
Script SHOULD worlk on target_type 7 with event_type 74 (as it works on event_type 14 - (ally HP not in %))
Describe the bug
SmartAI Bug - Can't Use "target_type 7" When "event_type 74"
To Reproduce
Steps to reproduce the behavior:
For example - mob should heal ally mob when his HP = 50% or lower
"target_type 7" is (caused the event) and "event_type 74" is (ally HP in %) and "action_type 11" is (cast spell)
Expected behavior
Script SHOULD worlk on target_type 7 with event_type 74 (as it works on event_type 14 - (ally HP not in %))
Branch
master
Eluna
HASH/COMMIT:
a96f1ab
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: