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

Customer behavior to click "join as party"

kayes

Active Member
Joined
Jan 15, 2010
Messages
1,353
Reaction score
4
Is there a behavior that can click the "join as party" ?

<custombehavior file="RunMacro" macro="/click XXXXXXX" numoftimes="1" waittime="1000"><CustomBehavior File="RunMacro" Macro="/click XXXXXXXXXXX" NumOfTimes="1" WaitTime="1000" />

join as party.webp </custombehavior>
 
Last edited:
might start with
<CustomBehavior File="RunMacro" Macro="/click LFDQueueFrameFindGroupButton" />
you would need to ensure the proper role is already selected
 
might start with
<custombehavior file="RunMacro" macro="/click LFDQueueFrameFindGroupButton">
you would need to ensure the proper role is already selected

Thanks Timglide, I really appriciate the help you provide me :)</custombehavior>
 
Timglide, would you happend to know the code to "Enter dungeon" is also?

First I need join as party, then join dungeon.
 
I can't check right now but it's really easy to do yourself. type /framestack and a little box will appear on your screen that displays the names of whatever UI elements are underneath your mouse cursor. For example, mousing over the Join as Party button you will see LFDQueueFrameFindGroupButton listed first, followed by the other components of the particular frame.
See Blizzard DebugTools - WoWWiki - Your guide to the World of Warcraft
 
Aha,thanks.

I have gotten some help from another guy from the community.I think he have made the changes needed.

Thanks for the info:)
 
it occurred to me that the following would be better because it should work regardless of the locale of the wow client, whereas /click would only work (i'm assuming) on the english client
<CustomBehavior File="Misc\RunLua" Lua="LFDQueueFrameFindGroupButton:Click()" />
 
Back
Top