Jump to content

Buffing NPC


Lord

Recommended Posts

Hey !

I'am sure almost everybody experimented this little issue : The bot is going full retard trying to buff you while selecting a NPC ( repair / quest etc ). What to way to avoid it ? Look like "cast spell on self" don't even do the job ( tried on vanilla server )

How do you guys manage that ? Manually ? 

Stay safe ;)

Link to comment
Share on other sites

Hello,

try c# condition

wManager.Wow.ObjectManager.ObjectManager.Target.Type == wManager.Wow.Enums.WoWObjectType.Player

or 

(!wManager.Wow.ObjectManager.ObjectManager.Target.IsValid || wManager.Wow.ObjectManager.ObjectManager.Target.IsLocalPlayer)

 

Link to comment
Share on other sites

5 hours ago, Droidz said:

Hello,

try c# condition


wManager.Wow.ObjectManager.ObjectManager.Target.Type == wManager.Wow.Enums.WoWObjectType.Player

or 


(!wManager.Wow.ObjectManager.ObjectManager.Target.IsValid || wManager.Wow.ObjectManager.ObjectManager.Target.IsLocalPlayer)

 

Thanks :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...