awesome profile. Hard with dps classes without very high ilvl, but tanks are getting crazy good artifact power and resources. Great work.
Clear your cache - see page 1.
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
Would be awesome to get the option to only do WQ that count towards the 4 completion Daily
Could you list the quest giving issues?
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![]()
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);
}
Thanks for the report - removed from autoloader until fixedDuring "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.