Jump to content
  • API inconsistency Vanilla/TBC


    Matenia
    • Product: WRobot General Type: Bug Status: Unconfirmed

    3vZvxDc.png

    This method exists in 1.12 wRobot but not in 2.4.3



    User Feedback

    Recommended Comments

    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

    Link to comment
    Share on other sites



    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 account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...