Thread Tools Display Modes
06-22-06, 11:48 AM   #1
Geza
A Deviate Faerie Dragon
Join Date: Sep 2005
Posts: 13
Chester/Tipbuddy on hiatus?

I hope he is just taking a small break, but if he is gone, I plead with the community to pick this mod up and keep it alive. This is one of the mods I feel is vital until blizzard implements the draggable tooltip and makes theirs more useful. It has not been working great since patch 1.10 and is worse in 1.11. Rather than applying various hacks to get it somewhat stable, it would be nice to have a new working version.
  Reply With Quote
06-24-06, 10:21 AM   #2
fred
A Cobalt Mageweaver
Join Date: Mar 2006
Posts: 208
I too have noticed the funky behavior. On one of the pc's I play on Tip Buddy stays on the screen until I manually go in to reset it..
  Reply With Quote
06-24-06, 11:49 AM   #3
BTShrump
A Cyclonian
 
BTShrump's Avatar
Join Date: Mar 2006
Posts: 46
yea im getting two tooltips right now, the blizz default + tipbuddey, luckly blizz defult is stuck in the lower left of my screen & I dont notice it much, unless i'm looking at my rep monitor
__________________

Time Spent in WOW:
3 hours a night to raid
2 hours a day to farm
300 hours a day to work on UI
>_<
  Reply With Quote
06-24-06, 12:42 PM   #4
Kyahx
A Wyrmkin Dreamwalker
 
Kyahx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 52
Quick Fix:

Line 269 : Add
Code:
GameTooltip:SetAlpha(0)
Line 268-272 should now be:
Code:
function TipBuddy_ShowUnitTooltip(unit, refresh)
	GameTooltip:SetAlpha(0)
	if (not unit) then
		unit = "mouseover";	
	end
  Reply With Quote
06-24-06, 01:19 PM   #5
Theondry
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Jul 2005
Posts: 11
Kyahx:
Thank you.
  Reply With Quote
06-24-06, 01:55 PM   #6
Aigor
A Murloc Raider
Join Date: Feb 2005
Posts: 6
sorry but how find the number of line?^^
  Reply With Quote
06-24-06, 02:19 PM   #7
BTShrump
A Cyclonian
 
BTShrump's Avatar
Join Date: Mar 2006
Posts: 46
Originally Posted by Aigor
sorry but how find the number of line?^^

use notepad & under view make sure status bar is checked & dont use full screen (well at least for me) it wont show what line you are on

& thnx for the quick fix =)
__________________

Time Spent in WOW:
3 hours a night to raid
2 hours a day to farm
300 hours a day to work on UI
>_<
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Chester/Tipbuddy on hiatus?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off