June 5, 20187 yr Hello, I'm making a C# FC for a feral and I am wondering if it is possible to watch for wrobot events, for example when it wants to mount/gather. I want to brake shapeshift when such events happens. Thanks
June 5, 20187 yr Hello, you can check logs: https://wrobot.eu/forums/topic/8234-bot-on-the-way-to-flightmaster/?do=findComment&comment=37647 You can also check state: https://wrobot.eu/forums/topic/8106-totown-state/?do=findComment&comment=37079 You have also events: wManager.Events.FarmingEvents.OnFarmingPulse += ... wManager.Events.FarmingEvents.OnFarmEnd += ... wManager.Events.FarmingEvents.OnFarmSuccessful += ... wManager.Events.OthersEvents.OnDismount += ... wManager.Events.OthersEvents.OnMount += ...
June 5, 20187 yr Author Thanks! I have used wManager.Events.OthersEvents.OnMount += ... Worked like a charm!
Create an account or sign in to comment