1. #1

    OPie and possibilities?

    Hello, I am currently working on my UI and I was wondering if it is possible to make OPie open up some of the UI frames (Character, currency, dungeon journal, etc)

    If this is possible how do I go about doing this? I do have to make a macro or get another addon to make these shortcut icons so OPie can choose them to be clicked?

  2. #2
    Sry, can't post links, but get the Macro Toolkit addon
    www .curse.com/addons/wow/macro-toolkit

    and check out the following threads
    www .reddit.com/r/wowaddons/comments/2rfira/opening_menus_with_your_action_bar/
    us .battle.net/wow/en/forum/topic/7591979854#3

  3. #3
    Fairly easily.

    You can use macros like

    Code:
     /script CharacterFrame:Show()
    and just replace "CharacterFrame" with the name of the frame you'd like to open.

    You can get frame names with /fstack.

  4. #4
    Quote Originally Posted by Arborus View Post
    Fairly easily.

    You can use macros like

    Code:
     /script CharacterFrame:Show()
    and just replace "CharacterFrame" with the name of the frame you'd like to open.

    You can get frame names with /fstack.
    Thank you very much!

Posting Permissions

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