hello there, bot is goes to portal in azshara and stops there with MoveTo failed to move to the location: <432.7189, 5086.581, -88.51279>
Awesome work! You should consider adding warden tower ones as well. They are up pretty much every four hours and gives rep towards the faction in whatever zone the Warden Tower PvP World Quest is located, and often it will give good amounts of Order Hall Resources, Artifact Power or good item level. The Warden Towers are really easy to do and doesn't involve actual PvP whatsoever, at least not on PvE realms.
Yes, i know about the cache fix, but I figured the specific quest would help narrow down a fix. Cause having to clear the cache constantly isn't a fix, it's a bandaid.
First of all - awesome profiles, really help me a lot, I use them every day. But is deleting the cache really working for some people? Because it doesnt help me (yes WoW/HB closed at the time). I've found that the map spamming always happens with the same quests. If it is a caching problem shouldnt the quests where it happens vary? Did you get in contact with some of the main hb developers regarding this? Meanwhile I just do this worlds by hand, it usually only happens on 2 or 3 quests, so no big deal. thanks, jotd
This would be great, and/or certain sub-categories; Gear Gold Artifact power Order Resources I'm leveling alts right now, so I'm really only interested in the WQs that grant gear. But if I start to get low on Order resources, I may switch and do a few of those. Maybe an auto-loader for each category? I think that would be a fantastic addition.
We are planning to do it, the only problem is gathering information on rewards. Unluckily wowhead does not show what are quest rewards and adding categories requires us checking manually what reward is given by each WQ If you guys could track down rewards would be helpful
There are add-ons that break the WQs into categories, so they must get reported somewhere. Not sure what would be involved to read the LUA, or if it's possible to read data directly from the add-on. Just a thought.
==================================================== | [WORLD QUESTS AUTO-LOADER] | | Credits: Zinner, WiN, Pellepylly, Codex, Ruela, | | tsatsa, tomten2 and many more | | | | DELETE WOW AND HB CACHE FOLDERS BEFORE | | LAUNCHING THE AUTOLOADER | ==================================================== Moving to nearest flight master before questing... Checking available world quests in Azsuna... [LoadProfile-LoadPr(info)] Loading profile 'Azsuna\42101-[N]-[QUEST]-Wq-Language_of_the_Lost-WiN.xml' Warning: Could not parse While body node Changing current profile to [N-Quest] Language of the Lost - Win Caches are all clear, what does it mean?
You can get it from LUA Code: public int QuestRewardType(int questId) { var questLua = $@"local numQuestCurrencies = GetNumQuestLogRewardCurrencies({questId}); local money = GetQuestLogRewardMoney({questId}); local artifactXP = GetQuestLogRewardArtifactXP({questId}); local numQuestRewards = GetNumQuestLogRewards({questId}) if numQuestCurrencies > 0 then return 5; end if money > 0 then return 1; end if artifactXP > 0 then return 2; end if numQuestRewards > 0 then local name, texture, numItems, quality, isUsable, itemID = GetQuestLogRewardInfo(1, {questId}); if itemID == 124124 then return 3; end return 4; end return 0;"; return Lua.GetReturnVal<int>(questLua, 0); } Will return the following, you could get the proper currency aswell but it should always be order hall so why bother Also they can probably change rewards so this method is far better //return error = 0, gold = 1, artifactpower = 2, items = 4, blood = 3, currency = 5
King of Hill quest is too difficult to solo as Rogue, died several times while those etins were still 40-50% hp Should include repairing on each FP or something like that (dunno if thats possible)
During "Investigation at Mak'rana" it runs straight to the last "boss" that has to be killed after you've killed the first few mobs. Not just that, but it also goes ham on just the main dude while he has his "immune shield" up. Looks 100% like a bot. Edit: It also tried to use the whistle while still inside the cave. which resulted in it bugging out and just standing there trying over and over.