Download
(253Kb)
Download
Updated: 10-27-13 08:29 AM
Pictures
File Info
Updated:10-27-13 08:29 AM
Created:08-09-12 03:11 AM
Downloads:4,373
Favorites:21
MD5:

bTooltip

Version: 1
by: Wildbreath [More]

Lightweight tooltips replacement

features:

  • symbiosis
  • reforge
  • achievement icons
  • spell, item, quest ID's
  • health, mana bars
  • restyling
work on live and MoP

added a itemlevel and spec features, fixed bugs
Optional Files (0)


Post A Reply Comment Options
Unread 08-10-12, 02:40 AM  
eiszeit
A Chromatic Dragonspawn
 
eiszeit's Avatar
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 448
Uploads: 7
Does your health bar changes it's color to basic health green or so, when you have your mouse on a unit while it loses health? Or does it stay class colored? That's a problem I have currently.
__________________
Lyn • I'm a mess of unfinished thoughts
Report comment to moderator  
Reply With Quote
Unread 08-12-12, 02:06 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Code:
GameTooltipStatusBar:HookScript('OnValueChanged', function(self)
    -- Update colors here
end)
Report comment to moderator  
Reply With Quote
Unread 08-12-12, 02:22 PM  
eiszeit
A Chromatic Dragonspawn
 
eiszeit's Avatar
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 448
Uploads: 7
I'll try that. Last time I did change the statusbar inside that OnValueChanged script it crashed. Thanks in advance, p3lim.
__________________
Lyn • I'm a mess of unfinished thoughts
Report comment to moderator  
Reply With Quote
Unread 08-27-12, 03:54 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Currently on the beta servers on a druid without any spec.

Getting
Lua Code:
  1. Message: Interface\AddOns\bTooltip\bTooltip.lua:420: Usage: GetSpecializationInfo(specIndex[, isInspect[, isPet]])
  2. Time: 08/27/12 23:53:15
  3. Count: 5
  4. Stack: [C]: in function `GetSpecializationInfo'
  5. Interface\AddOns\bTooltip\bTooltip.lua:420: in function <Interface\AddOns\bTooltip\bTooltip.lua:252>
  6. [C]: ?
  7. [C]: in function `SetUnit'
  8. Interface\FrameXML\UnitFrame.lua:224: in function `UnitFrame_UpdateTooltip'
  9. Interface\FrameXML\UnitFrame.lua:211: in function <Interface\FrameXML\UnitFrame.lua:198>
  10.  
  11. Locals: (*temporary) = nil

The problem is that "GetSpecialization()" returns nil.
__________________
| 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 : 08-27-12 at 03:59 PM.
Report comment to moderator  
Reply With Quote
Unread 08-28-12, 01:00 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Originally Posted by zork
Currently on the beta servers on a druid without any spec.

Getting
Lua Code:
  1. Message: Interface\AddOns\bTooltip\bTooltip.lua:420: Usage: GetSpecializationInfo(specIndex[, isInspect[, isPet]])
  2. Time: 08/27/12 23:53:15
  3. Count: 5
  4. Stack: [C]: in function `GetSpecializationInfo'
  5. Interface\AddOns\bTooltip\bTooltip.lua:420: in function <Interface\AddOns\bTooltip\bTooltip.lua:252>
  6. [C]: ?
  7. [C]: in function `SetUnit'
  8. Interface\FrameXML\UnitFrame.lua:224: in function `UnitFrame_UpdateTooltip'
  9. Interface\FrameXML\UnitFrame.lua:211: in function <Interface\FrameXML\UnitFrame.lua:198>
  10.  
  11. Locals: (*temporary) = nil

The problem is that "GetSpecialization()" returns nil.
oh, i forgot about that, thanks
Report comment to moderator  
Reply With Quote
Unread 08-28-12, 02:17 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Actually I really like what you did. I hacked some parts of the code to apply backdropBackground and backdropBordercolor though. ( I needed a darker look for Roth UI)

But all in all really nice work. Currently the best looking tooltip mod I ever used.
__________________
| 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 : 08-28-12 at 07:36 AM.
Report comment to moderator  
Reply With Quote
Unread 08-31-12, 07:39 AM  
Micmac
A Kobold Labourer

Forum posts: 1
File comments: 11
Uploads: 0
Love this tooltip mod, is there a way to get it to anchor to the cursor?
Report comment to moderator  
Reply With Quote
Unread 08-31-12, 11:37 AM  
freshworks
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
I think it's one of the best tooltip addon. But When I try to inspect to other player. Sometimes it was occurred huge delay with high cpu usage and inspect window or tooltip data is not displayed.

p.s. I'm playing on korea realms with koKR client.
Last edited by freshworks : 08-31-12 at 11:42 AM.
Report comment to moderator  
Reply With Quote
Unread 08-31-12, 12:20 PM  
freshworks
A Kobold Labourer

Forum posts: 0
File comments: 19
Uploads: 0
Originally Posted by freshworks
I think it's one of the best tooltip addon. But When I try to inspect to other player. Sometimes it was occurred huge delay with high cpu usage and inspect window or tooltip data is not displayed.

p.s. I'm playing on korea realms with koKR client.
I temporary fixed this problem with commented this codes and inspect is working correctly.

Code:
if CanInspect(unit) then
	NotifyInspect(unit)
end
Last edited by freshworks : 08-31-12 at 12:22 PM.
Report comment to moderator  
Reply With Quote
Unread 09-04-12, 08:44 AM  
karmamuscle
A Cobalt Mageweaver
 
karmamuscle's Avatar
AddOn Author - Click to view AddOns

Forum posts: 205
File comments: 173
Uploads: 1
Not that significant, but I still get the GetSpecializationInfo nil error when on a lowlevel character.
__________________
55 89 144 233 377 610 987 1597 2584 4181 6765
Last edited by karmamuscle : 09-04-12 at 08:49 AM.
Report comment to moderator  
Reply With Quote
Unread 09-04-12, 11:41 PM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Originally Posted by ckramme
Not that significant, but I still get the GetSpecializationInfo nil error when on a lowlevel character.
i know, i modified addon and work on new feature. i'll reupload soon
Report comment to moderator  
Reply With Quote
Unread 09-05-12, 10:23 PM  
Lemon
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
I like this tooltip, but how can i disable the spell/item ID ? I would like to hide this.
Report comment to moderator  
Reply With Quote
Unread 09-16-12, 02:19 PM  
Zathan666
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 64
Uploads: 4
I like it but I'm using Aurora addon and the background frame (thin gray line) around the tooltip is bothering me a bit. If you could point how to remove it in the code I would appreciate.

ty
Report comment to moderator  
Reply With Quote
Unread 09-16-12, 02:55 PM  
Divinehope
A Kobold Labourer
 
Divinehope's Avatar

Forum posts: 0
File comments: 10
Uploads: 0
Originally Posted by Zathan666
I like it but I'm using Aurora addon and the background frame (thin gray line) around the tooltip is bothering me a bit. If you could point how to remove it in the code I would appreciate.

ty
Yeah it would be fantastic to be able to forgo the border! Otherwise love the addon.
Report comment to moderator  
Reply With Quote
Unread 09-16-12, 08:35 PM  
Zathan666
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 64
Uploads: 4
Originally Posted by Divinehope
Originally Posted by Zathan666
I like it but I'm using Aurora addon and the background frame (thin gray line) around the tooltip is bothering me a bit. If you could point how to remove it in the code I would appreciate.

ty
Yeah it would be fantastic to be able to forgo the border! Otherwise love the addon.
I found a way to remove the border in the LUA code:

Code:
Background', edgeFile = 'Interface\\Tooltips\\UI-Tooltip-Border',  tiled = false, edgeSize = 1
uploaded here with the modified change: http://glumbouploads.com/bus212s6d5tn.html
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: