This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
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 :)
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.