Download
(3Kb)
Download
Updated: 09-02-18 03:39 AM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:09-02-18 03:39 AM
Created:09-13-13 07:15 PM
Downloads:10,483
Favorites:39
MD5:

rTooltip  Popular! (More than 5000 hits)

Version: 800.20180901
by: zork [More]


Intro

rTooltip adjusts the graphical appearance of the game tooltip.
Git
https://github.com/zorker/rothui/tre...ow8.0/rTooltip

Optional Files (0)


Post A Reply Comment Options
Unread 11-23-14, 10:43 AM  
Turulo
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
There is one tooltip frame missing in the loop list, the tooltip that appears in the Map & Quest Log when the cursor is over the zone button above the quests names. The tooltip shows the story progress quests. I don't know the name of that tooltip frame.

I tweaked a lot so I'm not sure if I screwed it up but I noticed that the border size changes for some of the tooltips and also the copper coins icons are outside of the tooltip border.

And finally I used IsShiftKeyDown() to filter Spell ID and Caster rows because most of the time that information is not needed.

Awesome work as always, I use most of your stuff.
Report comment to moderator  
Reply With Quote
Unread 11-09-14, 08:18 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Re: Re: Re: background color

@Daikini
Thanks. Tested it. Gonna add it.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 11-08-14, 07:31 PM  
Dakini
A Defias Bandit
 
Dakini's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 7
Uploads: 1
Re: Re: Re: background color

Originally Posted by MoonWitch
Originally Posted by zork
@jack
I know! I tried to fix it but failed because I could not find the event that does the color change. Pretty wierd. I ignore it for now.
So I am not the only one stuck with that bug. I rewrote mine about 5 times now to fix it, but if you encountered the same - not likely I'll fix it. :P

ps. thank you for being inspiring as coder
I don't know if this is bad coding, but I changed this:
--HookScript GameTooltip OnTooltipCleared
GameTooltip:HookScript("OnTooltipCleared", function(self)
GameTooltip_ClearStatusBars(self)
end)

to this:
--HookScript GameTooltip OnTooltipCleared
GameTooltip:HookScript("OnTooltipCleared", function(self)
GameTooltip_ClearStatusBars(self)
self:SetBackdropColor(unpack(cfg.backdrop.bgColor))
end)

and it seems to work. World tips still change to blue, but it doesn't linger anymore.
Last edited by Dakini : 11-08-14 at 07:39 PM.
Report comment to moderator  
Reply With Quote
Unread 11-01-14, 11:25 AM  
MoonWitch
A Firelord
AddOn Author - Click to view AddOns

Forum posts: 455
File comments: 162
Uploads: 9
Re: Re: background color

Originally Posted by zork
@jack
I know! I tried to fix it but failed because I could not find the event that does the color change. Pretty wierd. I ignore it for now.
So I am not the only one stuck with that bug. I rewrote mine about 5 times now to fix it, but if you encountered the same - not likely I'll fix it. :P

ps. thank you for being inspiring as coder
__________________
Report comment to moderator  
Reply With Quote
Unread 10-26-14, 05:45 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: background color

@jack
I know! I tried to fix it but failed because I could not find the event that does the color change. Pretty wierd. I ignore it for now.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 10-26-14 at 05:46 AM.
Report comment to moderator  
Reply With Quote
Unread 10-26-14, 01:05 AM  
jacksdrunk
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
background color

When I mouseover things like the mailbox or a weapon rack twice it changes the tooltip background color to blue for that tip and any further tips until i let all tips completely fade out again. It's not a big problem but I cannot figure out why it does this.
Report comment to moderator  
Reply With Quote
Unread 10-21-14, 01:50 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Need to ANCHOR rToolTip to Mouse!

Just use a different tooltip mod that has what you need. rTooltip has no options and needs to be adjusted by code hacking.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 10-20-14, 07:57 PM  
raziki
A Kobold Labourer
 
raziki's Avatar

Forum posts: 1
File comments: 42
Uploads: 0
Need to ANCHOR rToolTip to Mouse!

I got an very annoying issue, after the 6.0 install of RoTH UI my mouse tooltip ended up bottomright-corner.
How do i make sure its BACK to my mouse again? Help!

Additional: How do i change the color of the "Faction" Alliance/Horde from Grey to a color i want, say Orange?
(Suffer from colorblind), having problem seeing grey color
Last edited by raziki : 10-20-14 at 08:05 PM.
Report comment to moderator  
Reply With Quote
Unread 09-08-14, 01:51 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 09-06-14, 09:01 PM  
Xully
A Cyclonian

Forum posts: 44
File comments: 180
Uploads: 0
hi, i have tooltip:SetOwner(parent, "ANCHOR_CURSOR") , but it doesn't want to be on top of the cursor, it is following the cursor height but stuck to the right of the screen :S
Report comment to moderator  
Reply With Quote
Unread 07-15-14, 01:59 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Edge Size / Texture

If you want to learn more about backdrop textures you can check out http://www.wowinterface.com/download...tBackdrop.html. You need to adjust the backdrop textures/values of the tooltip.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 07-15-14 at 01:59 AM.
Report comment to moderator  
Reply With Quote
Unread 07-13-14, 05:38 PM  
Danielps1
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Edge Size / Texture

Hey, I want to change the Size of the edges/the round of it. Where can I do that? You load some standard Edge Textures but If i change the settings of those, I don't get what i want.

Also is it possible to add Texture for the edges? I would like them to look like the rest of my edges
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 01-13-14, 12:26 PM  
Mirrikh
A Flamescale Wyrmkin
 
Mirrikh's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 111
File comments: 74
Uploads: 3
cool thank you zork.
Report comment to moderator  
Reply With Quote
Unread 01-13-14, 06:51 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Open rTooltip/core.lua and change the font variable to
Lua Code:
  1. cfg.font.family = "FONTS\\myfont" --or any other font path
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 01-13-14, 12:00 AM  
Mirrikh
A Flamescale Wyrmkin
 
Mirrikh's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 111
File comments: 74
Uploads: 3
Hey zork, love your tooltip, i was wondering how would i change the font for it? trying to make it fit with the rest of my Ui.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: