LFG Settings Saver

1 - Saved Instance detection

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 :)

User When Change
Belazor Wed, 10 Dec 2008 10:49:54 Create

You must login to post a comment. Don't have an account? Register to get one!

  • 1 comment
  • Avatar of sylvanaar sylvanaar Thu, 18 Dec 2008 16:25:10

    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

  • 1 comment

Facts

Reported on
10 Dec 2008
Status
New - Issue has not had initial review yet.
Type
Enhancement - A change which is intended to better the project in some way
Priority
Medium - Normal priority.

Reported by

Possible assignees