Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Posted by: rhiannon on Jan 6 2006, 07:29 PM
Hiya ... love auctioneer and all associated with it, but can I report a problem with the newly fixed EnhTooltip please? Yes it fixes the overlapping problem perfectly, thank you .... but now, when you (for example) go to the AH and select a new piece of armour, the pop-up box that did show you what you currently have equipped is now completely blank!
Any ideas, please? I've had to revert back to the overlapping version (and other members of my guild report the same thing, it's not just mine)
thanks
Posted by: Uther Lightbringer on Jan 7 2006, 06:37 AM
What happend to the Item Mesh Preview? http://auctioneeraddon.com/images/itempreview.jpg Can´t find it anymore.
Posted by: EkimRis on Jan 7 2006, 02:51 PM
I'm having the same problems as others, occasionally the overlap still happens but it is fixed by mousing over a working item and giong back to the original item. Sometimes I also get a blank tooltip, it seems to only happen when mousing over a special event item (mistletoe, snowball, Free Ticket Voucher).
EDIT:
Also having some blank tooltips when inspecting and mousing over trinkets, rings and chest armor.
Posted by: Zorex on Jan 7 2006, 07:43 PM
hum... I'm very sorry.... but I don't see fix of ANY kind after I installed new package...
But I found a way to fix this.. for me it works 100%.
I went into EnhTooltip folder and opened Tooltip.lua with my wordpad, searched line
if (enhTooltipParentRect.cy < sHeight/2) then
yAnchor = "TOP"
else
yAnchor = "BOTTOM"
end
from there and modified it to:
if (enhTooltipParentRect.cy < sHeight/200) then
yAnchor = "TOP"
else
yAnchor = "BOTTOM"
end
Posted by: Halaman on Jan 7 2006, 04:57 PM
ok, after reading what everyone else has posted on the update, which by the way thank you for all the hard work. One of the mods I miss the most, when Blizzard screws it up.
Anyway, after reading some of the problems everyone else is still having, I went back into the game and did a little testing with my toons and here is what I noticed so far.
Seams the overlap only happens in certain places on the screen..................................
Posted by: MentalPower on Jan 7 2006, 09:27 AM
That got eliminated a long time ago (circa version 3.0.11)
Posted by: chaste on Jan 10 2006, 10:34 AM
I'd like to say that mesh, I thought was pretty cool. I liked the way things would look as I would move my mouse over things, I actually miss seeing the mesh.
edit: English as my 2nd language, sorry if you dont understand.
Posted by: Rozze2 on Jan 9 2006, 01:38 PM
Hi,
Erm well sure it fixed the overlap but .. we had a wierd bug ( 3 ppl) - we lost ALL our rep screen/data (Couldnt use AD biscuits etc etc) - Disable Auctioneer and the rep comes back ...
Literlally the entire tab for Reputation was blank .. any ideas?
[Edit:]
It seems to be an initial bug once you gain some rep with someone everythign returns to normal -- still very wierd
Posted by: nannarb on Jan 10 2006, 06:24 PM
if (enhTooltipParentRect.cy < sHeight/2) then
yAnchor = "TOP"
else
yAnchor = "BOTTOM"
end
from there and modified it to:
if (enhTooltipParentRect.cy < sHeight/200) then
yAnchor = "TOP"
else
yAnchor = "BOTTOM"
end
Posted by: Zorex on Jan 8 2006, 12:43 AM
hum... I'm very sorry.... but I don't see fix of ANY kind after I installed new package...
But I found a way to fix this.. for me it works 100%.
I went into EnhTooltip folder and opened Tooltip.lua with my wordpad, searched line
if (enhTooltipParentRect.cy < sHeight/2) then
yAnchor = "TOP"
else
yAnchor = "BOTTOM"
end
from there and modified it to:
if (enhTooltipParentRect.cy < sHeight/200) then
yAnchor = "TOP"
else
yAnchor = "BOTTOM"
end
Posted by: Weezel on Jan 27 2006, 11:25 PM
Tried this method, after experiencing some overlaps still with trade goods (dark runes, bandages, runecloth) even keys O_O
that edit to the lua file worked a treat, all the tooltips display as intended so far
1 to 40 of 40