Replies: 6 comments 1 reply
-
Hi! Feel free to submit a PR to incorporate this! |
Beta Was this translation helpful? Give feedback.
-
The problem is that it isn't working as expected and I'm wondering why. Also, I don't think this is a generally wanted "feature" because if I remember correctly there are raids where you would want to quickly kill a possessed raid member. |
Beta Was this translation helpful? Give feedback.
-
Maybe it's boss specific |
Beta Was this translation helpful? Give feedback.
-
The modifications are in the function that controls the general attacking behavior of the bot. I think it should work regardless of the boss. |
Beta Was this translation helpful? Give feedback.
-
When fight requires not attacking charmed/possesed character you should remove pvp strategy "/p co -pvp" "/p nc -pvp". |
Beta Was this translation helpful? Give feedback.
-
That's a smart way to handle that situation. Just gotta remember that for the few odd times you encounter it! |
Beta Was this translation helpful? Give feedback.
-
I've made a modification to
mod-playerbots/src/strategy/actions/AttackAction.cpp
in the functionbool AttackAction::Attack
with the goal that bots don't attack members of their own party or raid when the target is charmed or possessed. But this doesn't seem to work. I'm doing BWL and when fighting Nefarian bots keep killing raid members that are mindcontrolled by Nefarian. Any ideas what I'm doing wrong?Edit
Even with the modification of the condition to simply check whether the target is in the same party or raid the bots keep attacking mindcontrolled raid members.
Beta Was this translation helpful? Give feedback.
All reactions