Macros for Queuing for LFG?

Marcell

New Member
i have recently seen people say that you can Queue for Frost lord ahune and i was wondering if there was anyway to Queue for actual dungeons under 10 using macros, dungeons such as Ragefire Chasm and Westfall (7+) or Wailing caverns and Shadowfang Keep 8+) any answers would be appreciated, thanks all!
 
I have no level 7 or 8 alts. You can try:
/run SetLFGRoles(true,true,true,true); LFG_JoinDungeon(LE_LFG_CATEGORY_LFD, DungeonID, LFDDungeonList, LFDHiddenByCollapseList)

Replace DungeonID with the desired ID number:
389 - Ragefire Chasm
36 - Deadmines
33 - Shadowfang Keep
43 - Wailing Caverns

*Note: SetLFGRoles are true/false in this order: Leader,Tank,Healer,DPS
If you want to only queue as DPS, change the Tank and Healer to false: SetLFGRoles(true,false,false,true)
 

Users who are viewing this thread

Top