Jump to content

Specific Dungeons LUA problems


Recommended Posts

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
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...