Not signed in (Sign In)
  1.  
    I love this program, since starting WoW in early Sept. 05 i was doing pretty well on my own according to my friends, but when i got this Addon, i blew up. i have all the top gear when i want it and plenty of gold to my disposal...that being said....


    I can't use it anymore!!!!!! with the new 1.9 patch that was just implemented, Auctioneer doesn't load anymore and i'm dying here!!! just was wondering what's going on with a patch update?

    Wormtail
  2.  
    I installed the beta last night after I got the 1.9 patch and it seemed to generally work fine. There are a few bugs but for the most part, it does what it's supposed to be doing.
  3.  
    Posted by: Wormtail on Jan 4 2006, 03:48 PM
    I love this program, since starting WoW in early Sept. 05 i was doing pretty well on my own according to my friends, but when i got this Addon, i blew up. i have all the top gear when i want it and plenty of gold to my disposal...that being said....
    I can't use it anymore!!!!!! with the new 1.9 patch that was just implemented, Auctioneer doesn't load anymore and i'm dying here!!! just was wondering what's going on with a patch update?

    Wormtail


    When you are at the character selection, click in the lower left corner on "add-ons" and then select (I have it in french so I don't know the exact translation) "launch outdated or out-of-date addons"

    Then you can select your character and the add-on will load automatically...
  4.  
    Posted by: Guest_Gesk_* on Jan 4 2006, 05:37 PM
    When you are at the character selection, click in the lower left corner on "add-ons" and then select (I have it in french so I don't know the exact translation) "launch outdated or out-of-date addons"

    Then you can select your character and the add-on will load automatically...



    I confirm...you just have to load "Add ons" on character menu and tick the "Launch out-of-date addons"

    then it works

    Happy Gaming
  5.  
    Posted by: Guest_Gesk_* on Jan 4 2006, 05:37 PM
    When you are at the character selection, click in the lower left corner on "add-ons" and then select (I have it in french so I don't know the exact translation) "launch outdated or out-of-date addons"

    Then you can select your character and the add-on will load automatically...



    I swear i had tried this before, i was facing some lag and thought it might have to do with my memory so i know i changed that and i could have sworn loaded out of date....

    Anyway, long story longer, it worked. thanks

    happy Crafting

    Wormtail
  6.  
    using the beta build or the current release i get the same results multiple info/tooltip windows overlapping so that i can't read any of them. if i enable embeded on auctioneer informant and enchantrix i can see some of the data in a crude format. i want the nice pretty interface back. can someone please fix this?
  7.  
    Just installed this with Enchantrix as well. The only tool tip that is showing up is the enchantrix tooltip. Dosnt show the Ah info for an item. synced the ah and auctioneer, its on and always loading.
  8.  
    I've gotten the auctioneer scan to load with the new 1.9 patch, but i am having a few bugs still. when i mouse over an item in the bottom halve of my screen, instead of the item info being under the normal info part, it is actually overlapping the normal info. If the item is in the top halve of my screen, everything is normal.

    Any fixes?
    This wasnt an issue before the new 1.9 patch. BTW - I love acutioneer scan. Keep up the good work
  9.  
    I have the current release and the tooltip and auctioneer info overlap on the loot that is below half way down the screen.
    It works ok if its in the top part of the screen so I think it just gets pushed up over each other.

    Please adjust it so we can get the full use of auctioneer. I can't live without it for long.

    Thank You
  10.  
    Having the same troubles with tooltip overlap in the lower half of screen as mentioned previously.

    I removed just Auctioneer, but the overlap was still there, so I had to remove Enchantrix as well.

    Please mention any updates or workarounds, these are both great addons and I'm going to have a tough time in WoW without them! Thanks for the work on them.
  11.  
    Having the same problems with overlap here, but i think, they'll fix it fast ...
  12.  
    Posted by: iKArus on Jan 5 2006, 08:12 AM
    Having the same problems with overlap here, but i think, they'll fix it fast ...


    I got the same problem, but maybe this will help you: in my bagy number 3 and 4 (counted from right on) it works properly. In the other bags the normal info window is in the bottom of the auctionstats window and overlaps it.
  13.  
    Yeah, same siuation here... odd that it is only at the top of the screen... perhaps just a simple recode could correct? Even a copy/paste into the code on our end, or a single LUA download.

    However the new search auctions tab is absolutely the best code ever written for a UI in this game, so handy...
  14.  
    Posted by: Overlap Again on Jan 4 2006, 11:55 PM
    Having the same troubles with tooltip overlap in the lower half of screen as mentioned previously.

    I removed just Auctioneer, but the overlap was still there, so I had to remove Enchantrix as well.

    Please mention any updates or workarounds, these are both great addons and I'm going to have a tough time in WoW without them! Thanks for the work on them.



    The overlapping tooltip problem with 1.9 has been percolating in other threads. Assuming you don't want to start tampering with lua code, the following worked fine for me. Not pretty but it got the job done for me on the overlap problem.


    /Auctioneer embed on
    /Enchantrix embed on
    /Informant embed on


    Genseric
    Rome Sacker
  15.  
    Posted by: Genseric on Jan 5 2006, 06:35 AM
    The overlapping tooltip problem with 1.9 has been percolating in other threads. Assuming you don't want to start tampering with lua code, the following worked fine for me. Not pretty but it got the job done for me on the overlap problem.
    /Auctioneer embed on
    /Enchantrix embed on
    /Informant embed on
    Genseric
    Rome Sacker


    This is confirmed to work for me as well.
  16.  
    Posted by: RedLegg on Jan 5 2006, 11:49 AM
    This is confirmed to work for me as well.


    Turning enchantrix embed on does solve the overlap problem. The overlap returns when I turn the embed off again though. I would like to get the enchantrix window seperate (and not overlapping) like it used to do before the patch. Is there any way to accomplish this?
  17.  
    The newest Version released for 1.9 on 04.01 also contains texts like "Undercutting by 5%" in the tooltip - did't find a command to turn it off - is there any?
  18.  
    ok, that works for me too, any way to make the window smaller, that's massive!
    but it's not going to stop me using my beloved auctioneer
  19.  
    Changing EnhTooltip\Tooltip.lua from this:

    if (enhTooltipParentRect.cy < sHeight/2) then

    to this:

    if (enhTooltipParentRect.cy < sHeight/200) then

    Worked perfectly!
  20.  
    So glad you fixed that up
World of Warcraft™ and Blizzard Entertainment™ are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.