Download
(393Kb)
Download
Updated: 08-19-18 09:57 AM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:08-19-18 09:57 AM
Created:03-26-09 11:25 PM
Downloads:35,869
Favorites:132
MD5:

FreebTip  Popular! (More than 5000 hits)

Version: 8.0.1a
by: Freebaser [More]

Changes the look of the game tooltip. There is no in-game configuration. Check FreebTip.lua for options.

"/freebtip" - Slash command for in-game anchor

Some Features:
-- Item rarity border color
-- Unit's target
-- Class colored names
-- Guild tag coloring
-- Guild ranks
-- health bar values
-- level difficulty coloring
-- hide titles and realms
-- Mutiple linked item tooltips

8.0.1a
-- update for 8.0

7.1.0b
-- itemRef fix

7.1.0a
-- chat hover tip
-- fixes

7.0.3c
-- another artifact ilvl fix

7.0.3b
-- fix for world map tooltips
-- fix for incorrect ilvl on artifact off-hand weapon
-- show player title option
Post A Reply Comment Options
Unread 09-25-11, 08:42 PM  
Freebaser
A Molten Kobold Bandit
 
Freebaser's Avatar
AddOn Author - Click to view AddOns

Forum posts: 135
File comments: 307
Uploads: 10
Originally posted by Maxen
Can't left click (ie on name in chat to whisper people) with 2.0.1 ...

edit: setting multiTip = false fixed my problem...
shift-LeftClick, should work until I can fix it.
Report comment to moderator  
Reply With Quote
Unread 09-25-11, 08:22 PM  
Maxen
A Fallenroot Satyr

Forum posts: 23
File comments: 235
Uploads: 0
Can't left click (ie on name in chat to whisper people) with 2.0.1 ...

edit: setting multiTip = false fixed my problem...
Last edited by Maxen : 09-25-11 at 08:27 PM.
Report comment to moderator  
Reply With Quote
Unread 09-25-11, 03:30 PM  
Freebaser
A Molten Kobold Bandit
 
Freebaser's Avatar
AddOn Author - Click to view AddOns

Forum posts: 135
File comments: 307
Uploads: 10
Originally posted by Saith90
Thanks for the fix

But, if i put 'powerbar = true' to 'false', i still can see the powerbar ingame
Settings "powerbar = false" hides it for me.
Report comment to moderator  
Reply With Quote
Unread 09-25-11, 01:03 PM  
Saith90
A Murloc Raider

Forum posts: 4
File comments: 20
Uploads: 0
Thanks for the fix

But, if i put 'powerbar = true' to 'false', i still can see the powerbar ingame
Report comment to moderator  
Reply With Quote
Unread 09-24-11, 03:36 PM  
Saith90
A Murloc Raider

Forum posts: 4
File comments: 20
Uploads: 0
Can't make a right click anymore in the chat with the new version.
Report comment to moderator  
Reply With Quote
Unread 09-22-11, 06:21 PM  
monkey5206
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
How can I change the color of the rare, elite and rareelite?
Report comment to moderator  
Reply With Quote
Unread 09-18-11, 07:28 AM  
bizzy100
A Kobold Labourer

Forum posts: 0
File comments: 29
Uploads: 1
How can I change the font? I tried changing it but it either bugged out and had the wow default font or the health bar suddenly disappeared.

EDIT: Never mind, solution on page 2. Changed the outline from OUTLINEMONOCHROME to just OUTLINE and it worked.
Last edited by bizzy100 : 09-18-11 at 07:42 AM.
Report comment to moderator  
Reply With Quote
Unread 08-25-11, 08:23 AM  
Raq
A Defias Bandit

Forum posts: 2
File comments: 52
Uploads: 0
Where is the Mana/Energy/Rage/etc bar underneath the Health bar??
I have no change to see how much Mana that my Target or whoever i mouse-over got, and that is sort of annoying :P

WOULD LOVE TO GET A MANA BAR!!
As other has requested as well
Other than that, lovley design..!
Report comment to moderator  
Reply With Quote
Unread 08-15-11, 11:57 PM  
Custombear
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Is there a way to add a 1 pixel black border around the tooltip? (Maybe have the background extend 1 pixel further outside?) At the moment i have no border and it doesn't really fit 100% with my UI.

Also is there any way to remove the health bar entirely? I've found it to be a rather pointless feature.

Great add on though
Report comment to moderator  
Reply With Quote
Unread 08-12-11, 02:59 AM  
xMAWLx
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Originally posted by Crapa
Thanks a lot Freeb for the new "hide in combat" option !
For all those interested in disabling ALL tooltips in combat; insert the following code near line 241:

Code:
    if cfg.combathide and InCombatLockdown() then
        return frame:Hide()
    end
It should look like this when done:

Code:
local function style(frame)
    if cfg.combathide and InCombatLockdown() then
        return frame:Hide()
    end
    if not frame.freebBak then
        setBakdrop(frame)
    end

    frame:SetBackdropColor(cfg.bgcolor.r, cfg.bgcolor.g, cfg.bgcolor.b, cfg.bgcolor.t)
    frame:SetBackdropBorderColor(cfg.bdrcolor.r, cfg.bdrcolor.g, cfg.bdrcolor.b)
Last edited by xMAWLx : 08-16-11 at 01:40 PM.
Report comment to moderator  
Reply With Quote
Unread 07-28-11, 06:16 AM  
Maxen
A Fallenroot Satyr

Forum posts: 23
File comments: 235
Uploads: 0
Works for 4.2 :P
Report comment to moderator  
Reply With Quote
Unread 07-28-11, 06:00 AM  
L3n1n
A Fallenroot Satyr
 
L3n1n's Avatar
AddOn Author - Click to view AddOns

Forum posts: 20
File comments: 86
Uploads: 2
Worked in firelands?
Report comment to moderator  
Reply With Quote
Unread 07-14-11, 12:57 PM  
Kazie
A Kobold Labourer

Forum posts: 1
File comments: 79
Uploads: 0
Is it possible to make an anchor for the mouse??
Report comment to moderator  
Reply With Quote
Unread 02-18-11, 05:10 PM  
Baeki
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Possible to make the tooltip instant hide instead of fading? If so, where? Thanks for the great addon
Report comment to moderator  
Reply With Quote
Unread 12-11-10, 07:15 PM  
flyg
A Kobold Labourer

Forum posts: 0
File comments: 16
Uploads: 0
Is it possible to remote the realm part? Trying to get it condensed in pvp -

Would also be great to edit the talents bit too so it was not quite as big (i.e Feral Combat could just be cat etc) but id settle for removing realm names
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: