World Quest Tracker

World Quest Tracker

70M Downloads

WQT auto skip dialogs on Main Campaign quests

LucasSchaefer opened this issue ยท 1 comments

commented

WQT is auto skipping dialogs on Main Campaign quests, without checking the settings defined.

As example, this quest is automatically skipped while interacting with NPC Adelgonn

Quest: Recompense - ID: 78546
https://www.wowhead.com/quest=78546/recompense

image

Line called when Gossip window is opened

if (findSkipConversationOption(children)) then

Regex checking for skip button and click action

if (name:find("<") and name:find(">") and name:find("%|c") and name:find("^%|cFF")) then
child:Click()
return true
end

commented

arrumado, vlw