Patrykiel 0 Report post Posted March 23, 2017 (edited) Since #showtooltip is certainly not working with 1.12.1 I wanted to ask if there's any way to enable it in Supermacro? Let's say I just wanna make myself something simple like: /cast Shadow Bolt But with a custom icon and... of course since #showtooltip does not work I was wondering what would I need to do to have a tooltip on my macro? Also, another quick question: /script if not buffed ("Siphon Life", 'target') then cast("Siphon Life") end /script if not buffed ("Corruption", 'target') then cast("Corruption") end This script is good for affliction warlocks but there is MAJOR problem with it, it detects everyone's Siphon Life and Corruption spells, so if there is another warlock in the group (or raid) with siphon life or using corruption the macro fails to work and thinks I already debuffed the target, so how do I make it ignore the debuffs inflicted by other warlocks in the party? Not applying those dots really hurts the damage output (it also doesn't show the tooltip for some reason). And one final little thing, can supermacro cast a specific spell depending on the target's class or race? Like for example - if target is "x" (let's say priest) class then cast drain mana and if not cast drain life. Edited March 23, 2017 by Patrykiel 0 Share this post Link to post Share on other sites
Patrykiel 0 Report post Posted March 23, 2017 Still struggling with this... 0 Share this post Link to post Share on other sites
Fulzamoth 5 Report post Posted March 24, 2017 20 hours ago, Patrykiel said: Since #showtooltip is certainly not working with 1.12.1 I wanted to ask if there's any way to enable it in Supermacro? Shameless plug here for MacroTT, which lets you add tooltips to your macros. No icons yet, though 0 Share this post Link to post Share on other sites
Patrykiel 0 Report post Posted March 24, 2017 55 minutes ago, Fulzamoth said: Shameless plug here for MacroTT, which lets you add tooltips to your macros. No icons yet, though Will it work with supermacro? I got kinda used to it by now and it lets you makes some pretty good stuff. I'm really surprised that no one managed to come up with some solutions yet. I have tried: /script CastSpellByName But that did not work either. 0 Share this post Link to post Share on other sites
Fulzamoth 5 Report post Posted March 25, 2017 Test it and see what happens. 0 Share this post Link to post Share on other sites