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,801
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 11-03-10, 03:41 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 BSE97
I've got the same problem. Any solution?
It can't find the font you specified.

Where is the new font? If it's not in freebtip media folder, the mediapath variable needs to be replaced with the correct path.
Report comment to moderator  
Reply With Quote
Unread 11-03-10, 03:36 PM  
BSE97
A Kobold Labourer

Forum posts: 0
File comments: 22
Uploads: 0
Originally posted by Lastbreath
Hey m8 every time i change font it gives me:

Code:
1x FreebTip-1.5.2\tip.lua:187: <unnamed>:SetText(): Font not set
FreebTip-1.5.2\tip.lua:187: in function <FreebTip\tip.lua:169>
any idea why?
I've got the same problem. Any solution?
Report comment to moderator  
Reply With Quote
Unread 10-28-10, 11:30 AM  
Lastbreath
A Defias Bandit

Forum posts: 3
File comments: 77
Uploads: 0
Hey m8 every time i change font it gives me:

Code:
1x FreebTip-1.5.2\tip.lua:187: <unnamed>:SetText(): Font not set
FreebTip-1.5.2\tip.lua:187: in function <FreebTip\tip.lua:169>
any idea why?
Report comment to moderator  
Reply With Quote
Unread 10-28-10, 07:16 AM  
neverg
A Frostmaul Preserver
 
neverg's Avatar
AddOn Author - Click to view AddOns

Forum posts: 268
File comments: 498
Uploads: 2
Class Color Border

I also changed something if someone is interested. Free has all the functions, just need to call them in the right place!

In style() function...

lua Code:
  1. local function style(frame)
  2. (...)
  3.  
  4. -- Color Border by Class (greven)
  5. local _, unit = GameTooltip:GetUnit()
  6. if UnitIsPlayer(unit) then
  7.     frame:SetBackdropBorderColor(GameTooltip_UnitColor(unit))
  8. end
  9.  
  10. (...)
  11. end
__________________
My oUF Layout: oUF Lumen
Last edited by neverg : 10-28-10 at 07:17 AM.
Report comment to moderator  
Reply With Quote
Unread 10-19-10, 03:53 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Freeb I LOOOOVE this mod. It's nearly perfect. Only had to do this
Code:
    if frame.NumLines then
        for index=1, frame:NumLines() do
            if index == 1 then
              _G[frame:GetName()..'TextLeft'..index]:SetFont(cfg.font, cfg.fontsize+4, cfg.outline)
            else
              _G[frame:GetName()..'TextLeft'..index]:SetFont(cfg.font, cfg.fontsize, cfg.outline)
            end
            _G[frame:GetName()..'TextRight'..index]:SetFont(cfg.font, cfg.fontsize, cfg.outline)
        end
    end
Makes names much bigger and more enjoyable lol



Oh and I resized the ricon from 22 to 14...man that was huge!
__________________
| 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-19-10 at 03:55 PM.
Report comment to moderator  
Reply With Quote
Unread 10-15-10, 12:19 PM  
Skylinee
A Murloc Raider

Forum posts: 5
File comments: 371
Uploads: 0
Thanks for updating, found a bug though:

http://img830.imageshack.us/img830/2685/adsdsaads.jpg


Basically lots of transparent black boxes popping up over the tooltip, it's gone after re-mousing over the unit.
Report comment to moderator  
Reply With Quote
Unread 07-16-10, 01:34 AM  
phornk
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
i like this addon very much, but i'm trying to figure out how to outline all the text, so it could go with the rest of my ui.
Report comment to moderator  
Reply With Quote
Unread 01-16-10, 09:58 AM  
Lastbreath
A Defias Bandit

Forum posts: 3
File comments: 77
Uploads: 0
Originally posted by Gubbel
hey, nice addon, i have one question, i would like to see under the healtbar a manabar? is it possible? thx for your help
I would like to see mana or ingeneral say energy bar under HP bar, pls say how to?
Report comment to moderator  
Reply With Quote
Unread 12-03-09, 02:16 AM  
Gubbel
A Kobold Labourer

Forum posts: 0
File comments: 74
Uploads: 0
free, are you alive ?? ;D
Report comment to moderator  
Reply With Quote
Unread 11-27-09, 07:50 AM  
Gubbel
A Kobold Labourer

Forum posts: 0
File comments: 74
Uploads: 0
hey, nice addon, i have one question, i would like to see under the healtbar a manabar? is it possible? thx for your help
Last edited by Gubbel : 11-30-09 at 11:57 AM.
Report comment to moderator  
Reply With Quote
Unread 11-20-09, 10:51 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 richerich
Strange, works on TipTac...
TipTac creates a dummy anchor and a lot of extra code to achieve this. Its more involved than what I intended this mod to do. Keep it simple and just modify the look.
Report comment to moderator  
Reply With Quote
Unread 11-20-09, 09:28 PM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Originally posted by Freebaser
Blizzard's API doesnt allow any setpoint modifications when its anchored to the cursor.
Strange, works on TipTac...
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Unread 11-07-09, 08:28 AM  
KleinerMink
A Deviate Faerie Dragon

Forum posts: 11
File comments: 70
Uploads: 0
It does not work at all on my german client...
Report comment to moderator  
Reply With Quote
Unread 09-06-09, 07:22 PM  
xJ3x
A Kobold Labourer
 
xJ3x's Avatar

Forum posts: 0
File comments: 8
Uploads: 0
Would I be able to make the tooltip fade out faster. I don't know where to look if it's there. Thanks.
Report comment to moderator  
Reply With Quote
Unread 09-01-09, 04:38 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 amox
Great addon, I've got almost everything the way I like it. I'm still learning to work with LUA (learned a lot on your grid) Question is, how can I anchor it around the cursor? All tooltips are set to the cursor thanks to a previous question but how can I move it around the cursor?
Blizzard's API doesnt allow any setpoint modifications when its anchored to the cursor.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: