Losmy 1 Posted July 22, 2019 Share Posted July 22, 2019 Hi! I'm trying to pick specific dungeons with a plugin I'm making and I've found these two Lua commands but I can't get either to work. SetLFGDungeonEnabled and SetLFGDungeon which I found from several wow api sites and also from Druidz list of 3.3.5 lua list. From what I've gathered SetLFGDungeon takes 1 parameter, SetLFGDungeon(dungID) and SetLFGDungeonEnabled(dungID, enabled) Getting what the dungeon ID has been abit of a problem but by using GetLFGDungeonInfo(ID) i've found the heroic and normal versions of some dungeons I want to queue for. The problem is that I just can't get either of SetLFGDungeonEnabled or SetLFGDungeon to change any checkboxes in the specific dungeon tab. Any advice or pointers where to look? I could do a UI clicker to manually click the checkbox but I rather use the Lua commands that is available. Thanks! Link to comment https://wrobot.eu/forums/topic/11528-specific-dungeons-lua-problems/ Share on other sites More sharing options...
Droidz 2738 Posted July 25, 2019 Share Posted July 25, 2019 Hello, you can try to lock how bliz use them here: https://github.com/goldpaw/WoW_UI_Source_WotLK/blob/7ac7bc5b6ebc57f7de70c64aaf61072bb22bc511/FrameXML/LFRFrame.lua Link to comment https://wrobot.eu/forums/topic/11528-specific-dungeons-lua-problems/#findComment-55239 Share on other sites More sharing options...
Recommended Posts
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