im not going to give you the answer, only because im not real sure on context. that being said, check this out and see if you can figure it out on your own.View attachment 169218
I'm not even an amateur, so I cannot figure it out by myself.
I want a LUA script that does exactly that - queue a group to dungeon finder.
GroupFinderFrameGroupButton2:Click() , execute that in a lua command?
GroupFinderFrameGroupButton2:Click() , execute that in a lua command?
Does anyone knows how to transform this: GroupFinderFrameGroupButton2
In a LUA script?
Thanks for help!
help us out a bit. are you trying to add this to a profile? make a macro? run it as a console command?
this is what i was referring to when i said i was unclear about the context.
this is also what mirabis was hinting to when he asked if that was what you wanted.
that sir, is what should have been in your first post. we live and learn from our mistakes. sometimes we learn from others mistakes.
there should be someone along shortly with a solution. other options might include: reading through the logmeout thread for solutions and going to the DevelopersForum and posting there.
there are many here that only watch certain parts of the forums, always have options if you don't find the answer you need.
Use LeaveParty() on the Leader.
This will cause the leader to leave instance party before logging out, making every other char leave the instance aswell. (including those that were stuck)
After relog the leader will just queue up for another dungeon.
Have you tried Logmeout idle on leader at 20 minutes and the rest on 10 minutes ? in theory it should have time enough to make the party even when getting that problem.
When I tried it, it worked - for a little bit xD but then I get honorbuddy errorsbut that's probably because my botting pc's are shit and can't handle constant relogging with multiple accounts.
how about after he leaves the party - give a lua command to kick everyone, /kick party1 works - only gotta put it into lua form and do it 4 times.