Fulzamoth 5 Report post Posted March 20, 2017 Macro Tooltips for Vanilla WoW Create custom tooltips in macros. MacroTT-V fills in for the #showtooltip command that comes in Patch 2.0.1, and thus doesn't exist in this timeline. Usage MacroTT provides four slash commands to use in macros. /mtts <spell name> - Displays the tooltip for the spell listed. The name must match exactly. Rank is optional; if not provided the highest rank will be shown. /mtte <equipment slot> - Displays the tooltip for item currently equipped in the equipment slot. Equipment slot can be one of: ammo, head, neck, shoulder, body, chest, waist, legs, feet, wrist, hands, finger, finger1, trinket, trinket2, cloak, mainhand, offhand, ranged, wand, tabard./mttc <custom header text> - Displays a tooltip with the custom header text. This is usually followed by additional text (/mtta)/mtta <additional text> - Adds the additional text to any of the above tooltips. Multiple /mtta lines can be used. Note that macro names must be unique. The addon finds macros by name to read the macro body (GetActionInfo wasn't available until patch 2.0.1). Examples: /mttc A Generic Tooltip /mtta All your /mtta BASE /mtta are belong to us. /mtts Renew (Rank 5) /mtta /mtta Real tanks don't need healing Code is on GitHub: https://github.com/UndercityAddons-Vanilla/MacroTT-V The MacroTT-V addon can be downloaded from: https://github.com/UndercityAddons-Vanilla/MacroTT-V/releases Updates 2018-04-08 - Version 1.1.0 released. Support for Discord Action Bars added. 3 Share this post Link to post Share on other sites
jagonx 7 Report post Posted March 20, 2017 VERY nice! Thank You! 0 Share this post Link to post Share on other sites
Bed 0 Report post Posted March 20, 2017 Does this display when a spell is on cd? ( The hourglass on your action bars ) 0 Share this post Link to post Share on other sites
TheDruidCode 28 Report post Posted March 20, 2017 Cool. I'll check it out. 0 Share this post Link to post Share on other sites
Fulzamoth 5 Report post Posted March 20, 2017 12 minutes ago, Bed said: Does this display when a spell is on cd? ( The hourglass on your action bars ) Not sure if your question is whether the addon still displays the tooltip if a spell is on cooldown (yes it does), or if you're asking if it displays the cooldown timer (no, it just shows the stock spell tooltip), but hopefully that answers it. 0 Share this post Link to post Share on other sites
HudsonHawk 1 Report post Posted March 20, 2017 Very cool idea. Gonna give it a try. Thanks for the contribution. 0 Share this post Link to post Share on other sites
Owondyah 8 Report post Posted March 20, 2017 on my TO TRY list... going to check asap and coming back with feedback! Sure does seem amazing addon! 0 Share this post Link to post Share on other sites
Mr_Rosh 7 Report post Posted March 22, 2017 Looks great, I'll give it a try. 0 Share this post Link to post Share on other sites
Shmigy429 1 Report post Posted March 24, 2017 Fantastic addon, just what I was looking for; one thing though. I have a Macro set up for my hunter: /mtts Raptor Strike /cast Mongoose Bite /cast Raptor Strike So it casts Mongoose Bite/Raptor Strike accordingly and the tooltip lists Raptor Strike with all the TheoryCraft info which is really all I wanted, when I get in melee range I just mash it a couple time to start up my Auto Attack and each press brings up the yellow 'use the /help command' system text and floods the general window. The '/mtts Raptor Strike' part is causing this message spam, can it be removed? 0 Share this post Link to post Share on other sites
Fulzamoth 5 Report post Posted March 25, 2017 Good catch! I forgot to add the slash command registration. It's fixed in v.1.0.1. Thanks. 0 Share this post Link to post Share on other sites
Shmigy429 1 Report post Posted March 27, 2017 On 3/25/2017 at 5:03 PM, Fulzamoth said: Good catch! I forgot to add the slash command registration. It's fixed in v.1.0.1. Thanks. I'll check out the update tonight, looks like a pretty straightforward fix; I found you can switch to a channel that doesn't display system messages but where's the fun in that :p 0 Share this post Link to post Share on other sites
Sokar408 0 Report post Posted May 28, 2017 Fantastic AddOn! SuperMacro doesn't show tooltips, so this was much needed. 0 Share this post Link to post Share on other sites
Jeff_block 0 Report post Posted June 6, 2017 Very nice 0 Share this post Link to post Share on other sites
apw63 0 Report post Posted June 8, 2017 I can not get this to show up in my addons menu. When I clone it in to my interface/addons folder it shows up as MacroTT-V. Named this way its a not show, if I remove the -V ii is still a no show. What am I doing wrong? Thank you for any help Ok don't know what i did but is showing up as MacroTT-V and working. 0 Share this post Link to post Share on other sites
altoholic 2 Report post Posted June 8, 2017 It's not working for me. The /mtta part is working, not the /mtts (the spell launch, but the icon is still the generic one i choose when i create the macro). 0 Share this post Link to post Share on other sites
Nihlo 0 Report post Posted June 9, 2017 Thank you for this gread addon Fulz, I do have some problems I can't explain. I made a bunch of macros and everything was fine. I noticed that my "Abolish Poison" Spell had the tooltip of Regrowth. After a while though, every button showed the same tooltip, of Thorns. I added some screenshots. I'm using another addon "Doctor Druid" for spellfunctions but it doesn't usually modifies tooltips. Also another question, since macrobuttons are not compatible with cooldown-timer-addons like omnicc, is there maybe a way to display the cooldown in the tooltip ? 0 Share this post Link to post Share on other sites
Fulzamoth 5 Report post Posted April 8, 2018 MacroTT-V now supports Discord Action Bars A bit of Discord Action Bars code has been added into MacroTT, and the DAB_ActionButton_OnEnter() will be wrapped if DAB is active. DAB features supported: Modify Tooltip global option works Disable Tooltip on a specific action bar works DAB on event scripts should work (needs more testing to confirm) 0 Share this post Link to post Share on other sites