1. #1

    Macro Keybind for find custom groups?

    Doing Harrison Jones on many many alts...

    Sadly this macro only takes you halfway in.
    /click LFDMicroButton
    /click GroupFinderFrameGroupButton4

    Have tried framestack to no avail.

    Bonus question - keybind for Visit Leader's Garrison
    Last edited by Machinelf; 2015-04-03 at 02:37 PM.

  2. #2
    For the last, http://wow.gamepedia.com/Api#Garrison_Functions should help -- you want C_Garrison.SetUsingPartyGarrison. A macro running a lua script should be able to make that work, if it isn't protected. (The docs are light, but I suspect that it can be done from a macro. Can't check.)

  3. #3
    Oh, here we go, problem 2 solved

    /click PlayerFrame RightButton
    /click DropDownList1Button14
    /click DropDownList1Button15
    /print Garrison changed

    The 14 and 15 are both included because the button seems to move.

    Incidentally, this should also work to reset instances
    /click PlayerFrame RightButton
    /click DropDownList1Button12
    Last edited by Machinelf; 2015-04-04 at 01:24 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •