falder 1 Posted November 13, 2017 Share Posted November 13, 2017 Hi, I want to pause Gatherer Prodcut at a certain situation, do other stuff for a while (like killing a mob) and then unpausing Gatherer again on my plugin. If i command directly like; Interact.InteractGameObject(Npc.GetBaseAddress); Bot stucks between "continue gather" and "Interact object". It goes back and forward for a while and in the end decide for one of them. It sometimes really "Interact" with the object, sometimes ignore this command and continue to run current gather profile. How can i just pause runnig profile and do stuff for a while? Link to comment https://wrobot.eu/forums/topic/7653-how-to-make-pause-gathere-product-for-a-time-and-do-other-stuff/ Share on other sites More sharing options...
Droidz 2738 Posted November 14, 2017 Share Posted November 14, 2017 Hello, use event "robotManager.Events.FiniteStateMachineEvents.OnBeforeCheckIfNeedToRunState" like: https://wrobot.eu/forums/topic/5078-plugin-for-attacking-specific-mobs/?do=findComment&comment=23616 Link to comment https://wrobot.eu/forums/topic/7653-how-to-make-pause-gathere-product-for-a-time-and-do-other-stuff/#findComment-34974 Share on other sites More sharing options...
falder 1 Posted November 15, 2017 Author Share Posted November 15, 2017 Thanks for the answer! Link to comment https://wrobot.eu/forums/topic/7653-how-to-make-pause-gathere-product-for-a-time-and-do-other-stuff/#findComment-35084 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