Donkomon 0 Posted March 28, 2018 Share Posted March 28, 2018 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 More sharing options...
Avvi 98 Posted March 28, 2018 Share Posted March 28, 2018 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 More sharing options...
Donkomon 0 Posted March 29, 2018 Author Share Posted March 29, 2018 there is no information how to add a custom State. Link to comment Share on other sites More sharing options...
Droidz 2733 Posted March 29, 2018 Share Posted March 29, 2018 https://wrobot.eu/forums/topic/8959-botstates/ Link to comment Share on other sites More sharing options...
Avvi 98 Posted March 29, 2018 Share Posted March 29, 2018 12 hours ago, Donkomon said: there is no information how to add a custom State. Ah ok. Sorry I misread your initial post. Link to comment 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