Saved Instance detection #1


  • New
  • Enhancment
Open
Assigned to sylvanaar
  • Belazor created this issue Dec 10, 2008

    What is the enhancement in mind? How should it look and feel?
    Say that you queue for some heroics, you save your settings and then get a group for one of them.
    You then log off and/or load the settings to re-queue yourself for the other two.
    You're now queued for an instance you're saved to.

    It would be nice if LFG Settings Saver could detect what instances you are saved to upload /lfgload, and then not load said LFG entry.

    --
    Please provide any additional information below.

    The code to pull saved instances is as follows:
    -------
    local numInstances = GetNumSavedInstances();
    for i = 1, numInstances do
        local name, ID, remaining = GetSavedInstanceInfo(i);
    end
    -------

    So you don't have to look it up yourself should you wish to include this feature :)

  • Belazor added the tags New Enhancment Dec 10, 2008
  • sylvanaar posted a comment Dec 18, 2008

    I have been really torn about working on an LFG project. The starter project I made does do this instance detection. I can grab the code from there, but associating it with the LFG tool, takes a bit more code (though I already have written it.

    You can see a pic: http://forums.wowace.com/attachment.php?attachmentid=3269&d=1228814599


To post a comment, please login or register a new account.