celguar / mangosbot-bots

Bot AI Core from ike3 for cmangos/mangos classic/tbc/wotlk
https://github.com/cmangos/playerbots
84 stars 40 forks source link

Some backports from original ike3 repo #308

Closed ike3 closed 7 months ago

ike3 commented 8 months ago
celguar commented 8 months ago

also for pulling there is "co +wait for attack", is present in addon too. and "/p wait for attack time 5" will make dps wait 5 secs before rushing it, for example

mostlikely4r commented 8 months ago

[Remove follow strategy on load] This change is rather broad. I see the use for this and you are correct we don't want bots moving all over the place. Perhaps we should make this a config to preserve the old behavior if users want it. I can imagine everyone is used to the old way it worked.

Also perhaps instead of stay we can use 'free' movement strategy? This gives bots a little more freedom depending on the strategies but still won't make them move all over the world to get to their master.

[Do not move to the target if it is already moving towards bot] I think this change is also rather broad as it stops bots from moving towards any target that's even slightly (1 degree) moving towards the bot. Perhaps we could combine it with wait for attack or make it a seperate strategy/toggle. @davidonete Could you take a look at this and give your thoughts?

davidonete commented 8 months ago

I am happy with the emote changes, however I don't think the movement change is a good idea, unless we add it as an optional strategy mode. As celguar said we have other strategies (wait for attack/stay) to prevent moving around, but if this is a good addition I would add it to only work when a specific strategy is enabled.