it started working fine for ally but then it gets to booty bay and just sits there any way to fix this?
Do you need to have all flights paths for this profile?
Here is a working Eastern kingdoms Candy Bucket script that I hacked together from Kick's original. Note that it does not follow his original path - it actually follows the path from zygor.
View attachment 146757
Gets all the EK buckets, Skips the ones that aren't there, deals with the bot running to the flight point and then can't find bucket. deals with the time travel in the blasted lands. Starts at Stormwind, ends at the dock in Booty Bay.
Edit - Should have said it is alliance only
Edit2 - added cancelling the costume for ghoul, geist, abomination & slime to the ones Kick already had in place.
I run the profile on "questing" as I am standing in Stormwind with my level 72 toon but I keep getting compile errors. Am I doing something wrong?
Here is a working Eastern kingdoms Candy Bucket script that I hacked together from Kick's original. Note that it does not follow his original path - it actually follows the path from zygor.
View attachment 146757
Gets all the EK buckets, Skips the ones that aren't there, deals with the bot running to the flight point and then can't find bucket. deals with the time travel in the blasted lands. Starts at Stormwind, ends at the dock in Booty Bay.
Edit - Should have said it is alliance only
Edit2 - added cancelling the costume for ghoul, geist, abomination & slime to the ones Kick already had in place.
Ooops. posted the wrong file. I'll make sure it's in there and repost after work tonight.Cancelaura Abomination Costume isn't supported, hopefully it's easy to edit profile and add it.
I run the profile on "questing" as I am standing in Stormwind with my level 72 toon but I keep getting compile errors. Am I doing something wrong?
Hmmm. It worked fine for me last night. When I get home from work I'll do a clean install of the bot and see if I get any errors. Maybe I already reinstalled something else that makes it work.
A log file from you might help as well.
Edit: Reinstalled HB and now the profile works. The only downside is that WoW crashes everytime my char enters the Innkeep in stormwind:
Why don't you tell people what you tweaked in case they are having the same problem? Literally what is the point of your post...
<CustomBehavior File="FlyTo" DestName="Undercity, The Trade Quarter" X="1638.492" Y="223.1143" Z="-43.10322" />
<CustomBehavior File="FlyTo" DestName="Western Plaguelands, Andorhal" X="1541.936" Y="-1659.474" Z="67.92234" />
<MoveTo Nav="Fly" DestName="Undercity, The Trade Quarter" X="1638.492" Y="223.1143" Z="-43.10322" />
<MoveTo Nav="Fly" DestName="Western Plaguelands, Andorhal" X="1541.936" Y="-1659.474" Z="67.92234" />
Because no one asked for itHowever, all i did so far was to increase the collection distance (which was max 100, but the candy bucket was ~140).
Using Test Release HB 2.5.11769.750 and Kick's SVN (not sure about the BuddyStore version), the Horde ones have been working for me. I've run Northrend, Outland & Eastern Kingdoms so far -- haven't tested Kalimdor and Pandaria in 6.0.2 yet.
There will be a phasing issue with the Iron Horde Invasion in Blasted Lands, you'll need to stop the bot and speak with Zidormi to phase pre-invasion so you can access the Candy Bucket(s).
There was also an error going into Undercity: "[FlyTo-v1655(fatal)] Toon doesn't have flying capability in this area, and there is no ground path to the destination. Please learn the flying skill appropriate for this area."
The below may fix the issue (untested):
Replace:
Code:<CustomBehavior File="FlyTo" DestName="Undercity, The Trade Quarter" X="1638.492" Y="223.1143" Z="-43.10322" /> <CustomBehavior File="FlyTo" DestName="Western Plaguelands, Andorhal" X="1541.936" Y="-1659.474" Z="67.92234" />
With:
Code:<MoveTo Nav="Fly" DestName="Undercity, The Trade Quarter" X="1638.492" Y="223.1143" Z="-43.10322" /> <MoveTo Nav="Fly" DestName="Western Plaguelands, Andorhal" X="1541.936" Y="-1659.474" Z="67.92234" />