maukor 34 Posted April 6, 2019 Share Posted April 6, 2019 Is there a command to force bot to GoToTown as button in developer tools? Cant find it on forum. I need this kind of string:<CustomBehavior File="ForceSetVendor" DoSell="true" DoRepair="true" DoMail="true" /> If there's no that option, can someone link a code for vendor run, with merchantFrame is Visible, cause once i'v instead of selling items equipped grays, ty Link to comment https://wrobot.eu/forums/topic/11032-force-bot-to-gototown/ Share on other sites More sharing options...
Droidz 2738 Posted April 7, 2019 Share Posted April 7, 2019 Hello, wManager.Wow.Bot.States.ToTown.ForceToTown = true; Link to comment https://wrobot.eu/forums/topic/11032-force-bot-to-gototown/#findComment-52527 Share on other sites More sharing options...
maukor 34 Posted April 27, 2019 Author Share Posted April 27, 2019 @Droidz Hi, i cant force bot to sell items on Lich servers, <QuestsSorted Action="If" NameClass="wManager.Wow.Helpers.Usefuls.ContinentId == 530" /> <QuestsSorted Action="While" NameClass="wManager.Wow.Helpers.Bag.GetContainerNumFreeSlots < 25" /> <QuestsSorted Action="RunCode" NameClass="wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(-2192.779, 5422.673, 50.22843, "Flying"));" /> <QuestsSorted Action="Wait" NameClass="1000" /> <QuestsSorted Action="RunCode" NameClass="wManager.Wow.Bot.States.ToTown.ForceToTown = true;" /> <QuestsSorted Action="EndWhile" NameClass="" /> <QuestsSorted Action="EndIf" NameClass="" /> It skipes that step sometimes, if add follow path of anything else before and after looks like it works. Link to comment https://wrobot.eu/forums/topic/11032-force-bot-to-gototown/#findComment-53118 Share on other sites More sharing options...
Droidz 2738 Posted April 27, 2019 Share Posted April 27, 2019 He skip step GoToTask.ToPosition...? Link to comment https://wrobot.eu/forums/topic/11032-force-bot-to-gototown/#findComment-53123 Share on other sites More sharing options...
maukor 34 Posted April 27, 2019 Author Share Posted April 27, 2019 59 minutes ago, Droidz said: He skip step GoToTask.ToPosition...? Even if you will make a loop in While, he will Log GoToTown forced only after maybe 3rd time, I had eternal loop only cause forget to set "Sell items" on true, BUT, my other char usually farm that way, He flies to vendor, then in my step i force him to vendor, he ignores it, then he fly to grind spot, and only then run to vendor, i will toss you Log file next time, will be much easier. Link to comment https://wrobot.eu/forums/topic/11032-force-bot-to-gototown/#findComment-53131 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