Weer36 3 Posted May 17 Share Posted May 17 Hi! How to set IgnoreIfPlayerNear for farming state? In OnRunState event is good idea? Link to comment https://wrobot.eu/forums/topic/15466-farmingignoreifplayernear/ Share on other sites More sharing options...
Droidz 2738 Posted May 18 Share Posted May 18 Hello, robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelEvent) => { if (state is wManager.Wow.Bot.States.Farming farmingState) { farmingState.IgnoreIfPlayerNear = true; } }; Link to comment https://wrobot.eu/forums/topic/15466-farmingignoreifplayernear/#findComment-69357 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