May 7, 20178 yr 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 ;)
May 8, 20178 yr 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)
May 8, 20178 yr Author 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 :)
Create an account or sign in to comment