Jump to content
Sign in to follow this  
Patrykiel

Supermacro showtooltip?

Recommended Posts

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 by Patrykiel

Share this post


Link to post
Share on other sites
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

Share this post


Link to post
Share on other sites
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.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×