raphus
Well-Known Member
- Joined
- Jun 17, 2010
- Messages
- 2,094
- Reaction score
- 492
In most of the CCs WoWMovement.Face is executed in a spam so that the bot will follow the target moving which is pretty bottish.
Adding a check if (!Me.IsFacing(Me.CurrentTarget)) before WoWMovement.Face makes it better. Although it won't face if the target is in like a 179 degree cone ahead which also doesn't look good.
Is it possible with HB to check if the target is in like a 60 degree cone ahead of the way the character is facing, so It can run WoWMovement.Face only if this conditions meets ?
Thinking of adding something like to a CC im working atm.
Adding a check if (!Me.IsFacing(Me.CurrentTarget)) before WoWMovement.Face makes it better. Although it won't face if the target is in like a 179 degree cone ahead which also doesn't look good.
Is it possible with HB to check if the target is in like a 60 degree cone ahead of the way the character is facing, so It can run WoWMovement.Face only if this conditions meets ?
Thinking of adding something like to a CC im working atm.
Last edited: