Blizzard Tooltip

Blizzard Tooltip

by Doomstriker » Sat Dec 26, 2015 3:05 am

Hi there,

So I've been trying to hide blizzard's tooltip (that window you normally see at the bottom right of the screen that display info about the target you hover over) and I've tried doing it with Moveanything first (I can hide my player frame...but not my tooltip), then I tried it with Bartender2 and that still didn't hide it. Finally I tried it with DiscordActionBars and it still didn't hide the tooltip. I also tried to disable all my addon except Moveanything and I still couldn't hide the tooltip. Any solutions?
Doomstriker
Private
Private
 

Re: Blizzard Tooltip

by Stark » Sat Dec 26, 2015 3:48 am

This is something that's annoyed me for years. Could never figure it out myself but if anyone does know I am interested in at least moving it.
User avatar
Stark
Sergeant
Sergeant
 

Re: Blizzard Tooltip

by Geigerkind » Sat Dec 26, 2015 11:03 am

Hook the GameTooltip:Show() function and add a GameTooltip:Hide() into it. Thats a bit hacky bit the show function is called everywhere which is why that may be the only solution
My Addons:
DPSMate - A combat analyzation tool (/viewtopic.php?f=63&t=38042)
Vanilla Consolidated Buff-Frames (/viewtopic.php?f=63&t=18189)
Modified Power Auras (/viewtopic.php?f=63&t=18251)
User avatar
Geigerkind
Senior Sergeant
Senior Sergeant
 

Re: Blizzard Tooltip

by schaka » Sat Dec 26, 2015 12:29 pm

You can just do "/run GameTooltip.Show = function() end"
Technically you could also set it to nil, but that might lead to errors.
schaka
Senior Sergeant
Senior Sergeant
 

Re: Blizzard Tooltip

by Doomstriker » Sun Dec 27, 2015 6:42 am

I tried the two below commands ingame

/run GameTooltip.Hide = function() end

/run GameTooltip.Show = function() end

Neither hid the tooltip :(

I even tried each command by itself repeatedly and still no luck... :(
Doomstriker
Private
Private
 


Return to Addons & macros

cron