| Tested: | Hour of Twilight 4.3 |
| Updated: | 11-28-11 04:48 AM |
| Created: | 04-12-09 12:25 AM |
| Downloads: | 2,710 |
| Favorites: | 13 |
| MD5: |
File Name |
Version |
Size |
Author |
Date |
Type |
1.0004 Fix2 |
2kB |
04-18-10 09:43 PM |
Patch |
File Name |
Version |
Size |
Author |
Date |
1.0010 |
3kB |
cca220v |
04-28-11 10:18 AM |
|
1.0009 |
3kB |
cca220v |
04-22-11 12:29 AM |
|
1.0009 |
3kB |
cca220v |
03-10-11 10:55 PM |
|
1.0008 |
3kB |
cca220v |
12-13-10 11:44 AM |
|
1.0005 |
3kB |
cca220v |
07-29-10 11:11 AM |
|
1.0004 |
3kB |
cca220v |
08-15-09 12:13 PM |
|
1.0003 |
2kB |
cca220v |
08-10-09 01:29 AM |
|
1.0002 |
3kB |
cca220v |
06-06-09 03:25 AM |
|
1.0001 |
2kB |
cca220v |
04-13-09 03:38 PM |
|
1 |
2kB |
cca220v |
04-12-09 12:25 AM |
![]() |
Comment Options |
|
|
||
But wont be able to loot based on monetary value. |
||
|
|
|
|
|
|
A Murloc Raider
Forum posts: 6
File comments: 55
Uploads: 0
|
It says that the dependency Informant is missing.
|
|
|
|
|
|
|
Re: Bug Report!
Version: 1.0008 should be bugfree and working as intended. please send more feedback
|
|
|
|
|
|
|
|
EDIT: I uploaded my fixed version to this web site. See the 'Optional Files' section, or just go HERE.
--- Using the Dalaran Jewelcrafter vendor Timothy Jones, Vendor Buy does not work, and recipes that I already known are not dimmed. If I modify the following code, starting at line 174... Code:
if(itemType=="Recipe")then VendorBuyTooltip:ClearLines(); VendorBuyTooltip:SetHyperlink(GetMerchantItemLink(index)); local a,b,c = _G["VendorBuyTooltipTextLeft3"]:GetTextColor(); local text = _G["VendorBuyTooltipTextLeft3"]:GetText(); if ((text=="Already known")and((a>b)and(b==c))) then item:SetAlpha(0.5); end end Code:
if(itemType=="Recipe")then
VendorBuyTooltip:ClearLines();
VendorBuyTooltip:SetHyperlink(GetMerchantItemLink(index));
-- Below code is a fix for 'Already known' appearing on different lines, depending on which vendor
for i = 1, VendorBuyTooltip:NumLines() do
local text = _G["VendorBuyTooltipTextLeft"..i]:GetText();
if(text)then
local a,b,c = _G["VendorBuyTooltipTextLeft"..i]:GetTextColor();
if ((text=="Already known")and((a>b)and(b==c))) then
item:SetAlpha(0.5);
end
end
end
-- Above code is a fix for 'Already known' appearing on different lines, depending on which vendor
end
The code assumes that the 5th left tooltip text is always the "Already known" text (or not). Great add-on, thank you for creating it!
Last edited by Cosmic Cleric : 04-18-10 at 10:00 PM.
|
|
|
|
|
|
||
|
||
|
|
|
|
|
|
Hello ^_^
Was wondering what your addon in the tooltip is that is that is putting this: Market Price: Not Available Simple Auction: (blah blah lol) And more importantly: Suggestion: Vendor This Item Thank you ![]()
__________________
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Words to Remember: "You never really learn much from hearing yourself talk." ~ George Clooney **Jeania/Anjelie ~ Dalaran** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
|
|
|
|
|
|
I installed it for my warrior. I guess since a warrior can equip any armor nothing is faded out. Would be nice if it faded out armor that is below what the toon can use.
|
|
|
|
![]() |