I rarely post here but this profile has been amazing, just wanted to say thanks for it, I dont have any issues aside from my character disconnecting when I start it up everytime, but that just requires me to log back in and it works fine. Thanks man!
Yeah I just got flying today and now the bot runs around trying to collect things but gets interrupted and blacklists for 3 mins and keeps repeating this. Not working good with flying but I imagine it wasnt designed for it, hopefully it can get fixed soon!
i have 3 characters, the first character i do it on usually works fine, but the last 2 are more buggy, they think the quests are done when there not and so on, any1 know how to fix this problem so it runs smooth on all my characters?
Hey same problem just got flying and bot always uses flying mount even if I tick force ground mount box. Is there any chance of a fix to force ground mount or even dismount when interacting with target ?
The profile is great! But whenever I start it it wants to pick up Pressing The Attack, which only appears from the npc when you've done the table daily. But my character just keeps waiting for the Pressing The Attack to appear instead of doing the table daily.
If i wanted to use this profile for horde would i be able to just delete the lines of code that cause it to interact with ally npcs or go to lions watch?
Still huge props to Author. Flying, however, for me broke this profile. Easily fixed with the following code: PHP: ...MovementBy="NavigatorOnly" > <HuntingGrounds> So open the profile in a Notepad of your choice, find the tag above the HuntingGrounds tags (17 of them) and paste in MovementBy="NavigatorOnly" before the > For example, the first fix looks like this: PHP: <CustomBehavior File="InteractWith" TerminateWhen="IsQuestCompleted(39451)" NumOfTimes="1000" AttemptCountMax="1" MobIds="90433, 239839, 243796" CollectionDistance="50" MovementBy="NavigatorOnly" > <HuntingGrounds>
Go back a page or two, there is documentation on how to disable flying while doing the grinding portions of the profile.
sweet deal thanks! I changed them.. first time.. playing with the codes.. i think it's working fine now.. it's actually using the ground mount so far so good. Thanks
Hi. Got some troubles , when bot trying to fly away from garrison : - [TaxiRide-v2034(info)] Taking a ride to: Lion [TaxiRide-v2034(info)] Taking a ride to: Lion [TaxiRide-v2034(info)] Taking a ride to: Lion [TaxiRide-v2034(info)] Taking a ride to: Lion And spaming untill i help him.
Just in case anyone is still using this there's apparently been a change to the Iron Front; at least for me; that's causing the daily to fail. For some reason the area daily objective doesn't trigger for me when I go there - either that or the objective Id has changed. I'll know more tomorrow when I run through it again. For right now changing line 363 to not only check for quest completion but also if the quest is valid fixes the profile: line 363: <If Condition="!HasQuest(38051) && !IsQuestCompleted(38051)">