[Edit #3] - - - - All I need is a command that will join raidfinder queue if i am not already queued!
(DUNGEON FINDER)
/click LFDRoleCheckPopupAcceptButton
/click LFDDungeonReadyDialogEnterDungeonButton
(BATTLE GROUND)
/Script AcceptBattlefieldPort(1,1)
/Script TogglePVPFrame()
/Script JoinBattlefield(0)
but for the raid finder.
Does anyone know the /script commands for queueing for raid finder
and joining raidfinder?
Thank you very much
[Edit] - I'm pretty much looking for a way to figure out what script is executed when i push the "Join Queue" button for the raidfinder screen.. and also "Enter Battle" whenever the queue pops
[Edit #2] - I found a command using the /fstack function which is
/click RaidFinderFrameFindRaidButton
I also found how to accept the queue with
/click StaticPopup1Button1
my only problem is that this button not only queues for raid finder.. but it also removes the queue.. making progress though.. Does anyone know a way to make it not click if i am already in the queue? kind of like how /cast [nomounted] works?