What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Work in progress World Quests

awesome profile. Hard with dps classes without very high ilvl, but tanks are getting crazy good artifact power and resources. Great work.

Just add a bodyguard follower in your mission tab and you'll be fine
 
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.
 
Clear your cache - see page 1.

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
 
Last edited:
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

Could you list the quest giving issues?
 
Would be awesome to get the option to only do WQ that count towards the 4 completion Daily
 
Would be awesome to get the option to only do WQ that count towards the 4 completion Daily

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.
 
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 ;)
 
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

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?
 
If you guys could track down rewards would be helpful ;)

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
 
Last edited:
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.
 
Last edited:
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.
Thanks for the report - removed from autoloader until fixed
 
Lords of the Hill should probably be dropped because it's too difficult to solo for most classes. Playing a Disc Priest and the thrown rocks continuously stun you, no time to do damage.
 
Does anyone know why it continually opens and closes my maps and doesn't do anything on some of the quests?
 
Back
Top