This method exists in 1.12 wRobot but not in 2.4.3
Droidz 2738 Posted December 26, 2018 Hello, in tbc you can use lua for that: while GetQuestLogTitle(i) do local questTitle, level, questTag, suggestedGroup, isHeader, isCollapsed, isComplete, isDaily = GetQuestLogTitle(i); if ( not isHeader and GetQuestLink(i)) then if {1} == tonumber(string.match(GetQuestLink(i), 'Hquest:(%d+)')) then qId = i; break; end end i = i + 1 end replace {1} by quest id Matenia 1
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now