Jump to content

Druid cancel form on specific event


Recommended Posts

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 

Link to comment
Share on other sites

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 += ...

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...