November 13, 20178 yr 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?
November 14, 20178 yr Hello, use event "robotManager.Events.FiniteStateMachineEvents.OnBeforeCheckIfNeedToRunState" like: https://wrobot.eu/forums/topic/5078-plugin-for-attacking-specific-mobs/?do=findComment&comment=23616
Create an account or sign in to comment