Jump to content

New features and Bot.States assist


Donkomon

Recommended Posts

Hello, сan you show a working example of adding a new  wManager.Wow.Bot.States? Quester bot via .cs file

 

Can you also add functions to the bot?

Me.SubZoneId == 111

ItemsManager.UseItem() - by WoWItem, not entry

Item.UseContainerItem()

WoWGameObject.InteractDistance
WoWGameObject.IsGoodInteractDistance

Me.GetAllAuras().Any(a => (a.Spell.Mechanic == WoWSpellMechanic.Stunned || a.Spell.Mechanic == WoWSpellMechanic.Fleeing || a.Spell.Mechanic == 
WoWSpellMechanic.Asleep || a.Spell.Mechanic == WoWSpellMechanic.Charmed) && a.TimeLeft.TotalSeconds >= 2))

and fix this

wManager.Wow.Helpers.Bag.PickupContainerItem - just does not work.

wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWith(WoWGameObject) - goes to the object and does not interact, with npc works fine.
Link to comment
Share on other sites

I talk about States on my Tips & Tricks Thread. Does that provide enough information, or do you think additional information/tips should be added for that section?

 

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