Questie 4.3.4 ((link)) Review

for id, data in pairs(cataQuests) do if not Questie.quests[id] then Questie.quests[id] = data end end

Questie is a WoW add-on that aims to simplify and streamline the questing process. Developed by a team of passionate players, Questie provides a more intuitive and user-friendly interface for managing quests, tracking objectives, and navigating the vast world of Azeroth. With Questie, players can easily find and complete quests, discover new locations, and explore the game's vast content.

If you need the (not just the .lua snippet), let me know and I can provide a download link or complete file list. questie 4.3.4

If the AddOns folder does not exist, create it manually.

Unlike the default map which only shows "areas," Questie places exact icons for lootable items, specific mobs, and quest starters. Journey Tool: for id, data in pairs(cataQuests) do if not Questie

Displays icons for available quests, turn-ins, and objectives across the world map.

-- Fix quest log scanning for 4.3.4 API local orig_GetQuestLogTitle = GetQuestLogTitle function GetQuestLogTitle(index) local title, level, suggestedGroup, isHeader, isCollapsed, isComplete, frequency, questID, startEvent, displayQuestID, isTask, isStory, isObjectiveComplete, numObjectives, numCompletedObjectives = orig_GetQuestLogTitle(index) if questID and questID > 0 and not Questie.quests[questID] then Questie.quests[questID] = { zone = "Unknown", level = level, type = "normal" } end return title, level, suggestedGroup, isHeader, isCollapsed, isComplete, frequency, questID, startEvent, displayQuestID, isTask, isStory, isObjectiveComplete, numObjectives, numCompletedObjectives end If you need the (not just the

Reload your UI by typing /console reloadui or /rl . If persistent, disable other addons. Questie 4.3.4 conflicts sometimes with unit frame addons like X-Perl or PitBull.