What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

I need assistance from a few forum pros, please - LUA script

srvas

New Member
Joined
Oct 7, 2012
Messages
121
Reaction score
0
Does anyone knows how to transform this: GroupFinderFrameGroupButton2

In a LUA script?

Thanks for help!
 
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. run lua.webp
 
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.
 
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?
 
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.
 
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.

Ah! Sorry!

I wanna add it on LogMeOut -> Run Lua Script: ________________________ (copy paste a lua script) and it will run it

For example: My toon stucks for 10 mins, then LogMeOut will use that script, and Queue to a random dungeon and then log out
 
i guess i'll ask the obvious question. if you plan on logging out, what do you accomplish by queuing for a dungeon first?
 
*edit*

Explanation:

My dungeon group is stucking on a particuraly dungeon, tank-HB keep saying "waiting for party members to get inside XXX room", and 1 or 2 toons are 11 yards away from him, 1 or 2 years outside of Boss room door's.

Even if they leave dungeon and go back again, this problem will persist. Same with hearthstone

The only solution is: After 5-15 mins, party leader LogMeOut plugin will run a lua scrit that does this *queue to dungeon*, they will auto-accept, then he logs out, and Arelog logs him back again. On a new fresh dungeon!
 
Last edited:
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.

(if leader gets stuck, use the Iamstuck option)




Only flaw is if the leader becomes inactive when outside the instance for god knows what reason, it will leave the party ( not instance party ) and ur screwed. Though if this happens, it's usually with a honorbuddy error and hbrelog wouldn't have been able to relog anyway.
 
Last edited:
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.

Sir, you can check my 90 or so posts. I ask for help once per year. I always, but i mean ALWAYS make 99% effort to find it myself.

This time, I cannot do this, i've tried everywhere and yeah, I read 30 pages from LogMeOut thread and a few other threads.
I also sent a few PMs, but hey! a brainstorm is better than nothing
 
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.

Thank you Happyfriet,
I tried that before. I'll explain you what happened: I woke up the next morning with Party-Leader outside of party, and trying to send invites to the other 4 that were still in party - for some reason party leader left after (pre-def 10 mins logMeOut), but when he was outside instance he stucked for 10 mins (somehow(?)) and LogMeOut sent this "LeaveParty()" LUA script again, and he left the real-world party cuz he wasn't inside a dungeon.

And yeah, I tried on every toon, 6 mins AFK and then LogMeOut would spam "LeaveParty()" LUA script, but it won't work, cuz every party member would be leaving party when the other one was relogging again... Anyway, trust me, its ultra confusing. The solution I'm asking, is the ONLY one I'm asking for, right now!

But thanks for the suggestion
 
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.
 
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.

Yeah, I already did that, but if you watch that for 1 hour, you will understand why it won't work.
I even tried 5 mins for 4members, and 15 mins for party leader
 
When I tried it, it worked - for a little bit xD but then I get honorbuddy errors :p but that's probably because my botting pc's are shit and can't handle constant relogging with multiple accounts.
 
When I tried it, it worked - for a little bit xD but then I get honorbuddy errors :p but that's probably because my botting pc's are shit and can't handle constant relogging with multiple accounts.

How did you solve that problem then?
 
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.
 
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.

that might be a solution, but again I have no idea how to put /kick party1 in a LUA form
 
Back
Top