TWW worldquests planned ?
korgen63 opened this issue ยท 5 comments
Added zone IDs for first four TWW zones is already there, but testing is limited for a few more days ;)
I just unlocked world quests tonight myself, so I was able to update for basic support. I will add zones and currencies as I unlock them.
Thank you. I reached lev 80 but it still tells me "you need to unlock The War Within World Quests on one of your characters"
Do you know if there's another requirement to unlock it ?
if (expansion == CONSTANTS.EXPANSIONS.THEWARWITHIN) then
hasUnlockedWorldQuests = UnitLevel("player") >= 78 and IsQuestFlaggedCompleted(84022) and IsQuestFlaggedCompleted(80592) -- https://www.wowhead.com/beta/quest=84022/uniting-severed-threads and https://www.wowhead.com/quest=80592/forge-a-pact
guess we have a quest to do again :) Although i prefer this to be linked in the tooltip so people can look specifially for those.