Lord 15 Posted May 7, 2017 Share Posted May 7, 2017 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 https://wrobot.eu/forums/topic/5840-buffing-npc/ Share on other sites More sharing options...
Droidz 2738 Posted May 8, 2017 Share Posted May 8, 2017 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) Lord 1 Link to comment https://wrobot.eu/forums/topic/5840-buffing-npc/#findComment-26575 Share on other sites More sharing options...
Lord 15 Posted May 8, 2017 Author Share Posted May 8, 2017 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 https://wrobot.eu/forums/topic/5840-buffing-npc/#findComment-26591 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now