Thread Tools Display Modes
03-27-08, 04:20 PM   #1
mozulo
Premium Member
 
mozulo's Avatar
Premium Member
AddOn Compiler - Click to view compilations
Join Date: Feb 2008
Posts: 82
Help With a Macro

Hi all, im trying to find the macro code which allows me to hover over any frame in WoW say recount and then it prints it out in the chat window which then will allow me use it on eePanels to parent etc anyone know the macro?

thanks for any replys.
__________________

  Reply With Quote
03-27-08, 04:57 PM   #2
mozulo
Premium Member
 
mozulo's Avatar
Premium Member
AddOn Compiler - Click to view compilations
Join Date: Feb 2008
Posts: 82
Found it
/print GetMouseFocus():GetName()

__________________

  Reply With Quote
03-28-08, 11:26 AM   #3
jonathon
A Chromatic Dragonspawn
 
jonathon's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 179
Originally Posted by mozulo View Post
Found it
/print GetMouseFocus():GetName()

I've been looking for something like this too...Awesome!!!!
__________________
hackers always learn.. thats why there are security patches.
  Reply With Quote
03-28-08, 11:37 AM   #4
mozulo
Premium Member
 
mozulo's Avatar
Premium Member
AddOn Compiler - Click to view compilations
Join Date: Feb 2008
Posts: 82
Originally Posted by wildlandfire21 View Post
I've been looking for something like this too...Awesome!!!!
Yep it works just add it as a macro then key bind it hover over and press the key bind
__________________

  Reply With Quote
03-28-08, 11:46 AM   #5
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Note: to use that macro, you need to have AceConsole installed (either by having the Ace2 library installed or an addon that uses AceConsole for slash commands - which eePanels does) or I think the Rock framework or Ace3 framework have the /print command also.

If you wish to use that script and don't have access to the /print command, then you need to use this:
Code:
/script DEFAULT_CHAT_FRAME:AddMessage(GetMouseFocus():GetName())
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Help With a Macro


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off