Close
Showing results 1 to 6 of 6
  1. #1

    Default How to hide macro name in action bar?

    I don't like when I need to call macro, and I see my name macro in action bar how to turn it off?

  2. #2

    Default

    Quote Originally Posted by Mateusz View Post
    I don't like when I need to call macro, and I see my name macro in action bar how to turn it off?

    There is an option to turn this off in the interface options. Not exactly a sure, I don't have WoW open atm.

  3. #3

    Default

    #showtooltip

    ^
    |
    -----Put that on the very first line and it will show the tooltip and icon if you selected the question mark for the first spell in your macro.

    If you prefer to have it show the tooltip for something else use the following

    #showtooltip Spellname

    You can get fancy with it and have something like

    #showtooltip Spellname [combat]; Otherspellname

    If you just want it to show nothing when you scroll over the little square you can name the macro space ie " " without the quotes. You can name every macro you have the same thing, it'll still make the little tooltip box but no name will appear. It just seemed as thought you were asking for a macro to show the information that would be present had you just dragged the spell onto the bar.

    I hope that was all in the right direction, I'm going on a guess mostly, just didn't seem like you are a native english speaker and this what the kind of thing you were asking for. If I'm wrong I'm terribly sorry...

  4. #4
    Member
    Join Date
    Sep 2008
    Location
    Calgary, AB and Vancouver, BC
    Posts
    7638
    Blog Entries
    2

    Default

    #show
    This shows the game icon, but mousing over will not show the tooltip.

    #showtooltip
    This shows the game tooltip when you mouse over, which means the macro name is not shown.

    The macro name will still show on your action bar.
    At BettySue said, you can name your macro's a blank space.
    I generally give mine a 2-4 letter abbreviation, just to make them easier to identify.

  5. #5

    Default

    I use bartender4 and there is an option to turn off the macro names as well as the assigned hotkeys so you dont have to see them. I am pretty sure there is an option in the default UI as well but I am not positive. Would help to know if you use any addons.

  6. #6

    Default

    Bettysue told me all I need . Thank you, and thank you all guys for help

Posting Rules

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