Close
Showing results 1 to 3 of 3

Hybrid View

  1. #1

    Default Macro for checking button numbers

    I remember finding a nice string that showed me the name of a specific button for my /click macros. I've searched the last half hour for it with no luck, anyone got it handy?

  2. #2

    Default

    This what you're looking for?

    /run DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetN ame())

    from the main "Utilizing /click" thread

    http://www.dual-boxing.com/showthread.php?t=18539

    May need to take a space out of the above so GetName is one word, haven't tried it I'm at work.

  3. #3

    Default

    Pretty much the same thing, but this is the macro I have triggered by my "Home" key:

    Code:
    /script ChatFrame1:AddMessage("frame name: " .. GetMouseFocus():GetName())
    I just mouse over the thing I need the name of and hit Home.
    WoW chars: Aboronic Phlayora Phlayorb Phlayore Abahron
    Earthen Ring - US - Alliance
    How to ask questions

Posting Rules

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