Okay i used this command #showtooltip in Macro’s for many years, past 2 years its been sort of broken… is it me or why wont it show the tool tip anymore?
Works fine for me
Whats your macro?
if its like
#showtooltip
/use Healing Potion
and you dont have any healing potions, it will just be a ? icon
Alternatively, you can force it with
#showtooltip Healing Potion
/use Healing Potion
#Showtooltip
/cast Corruption
/petattack
#Showtooltip
/cast Curse of Agony
/petattack
even tried to forced it to show… nothing
#showtooltip should not have a Capital S
I think you need to include the rank you are using as well.
Naw, Itll default to max rank if you dont explicitly state it
wow… it all came down to capital s… thats really stupid… ty, I must of forgot about that when I quit actually playing wow and sitting in capital cities between 2013-2019
Two ways you can go about using that function.
#showtooltip (spell name here)
(function of macro here)
or you can do it a little differently.
#showtooltip
(function of macro here)
Doing it this way leaves the system to workout what tooltip it will show based on what’s in the macro.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.