Not signed in (Sign In)
  1.  
    I have an odd problem/question. I have 5 different characters ... on 4 of them, when I load Auctioneer and click Scan, I get a message along the lines of ... Scanning Auction Page 1 of 67 ... along with the estimated time left. On my 5th character, when I click Scan, I get a verbose, page by page showing of what's being scanned.

    I've reinstalled WOW, checked the settings 50 times over and everything is exactly the same. Its only on this one character that I have the verbose issue. Is there something I'm missing? What variable is responsible for showing the estimated completion time of the scan?

    Otherwise, everything works fine. It's more annoying that anything else as I'd like to see how long I have to go do whatever before I come back to check the results. Any help would be appreciated.

    Thanks!
  2.  
    Posted by: Hurax on Feb 2 2006, 06:57 PM
    I have an odd problem/question. I have 5 different characters ... on 4 of them, when I load Auctioneer and click Scan, I get a message along the lines of ... Scanning Auction Page 1 of 67 ... along with the estimated time left. On my 5th character, when I click Scan, I get a verbose, page by page showing of what's being scanned.

    I've reinstalled WOW, checked the settings 50 times over and everything is exactly the same. Its only on this one character that I have the verbose issue. Is there something I'm missing? What variable is responsible for showing the estimated completion time of the scan?

    Otherwise, everything works fine. It's more annoying that anything else as I'd like to see how long I have to go do whatever before I come back to check the results. Any help would be appreciated.

    Thanks!

    This is a mod conflict. Please check what other Auction mods you run.
  3.  
    Yeap, that was it. I was running AuctionFilterPlus and while it didn't effect my other characters, the last one on my list was always hosed.

    Sad to see that mod go, but Auctioneer is a must.

    Thanks for the fast reply MentalPower.

    *edit, found the fix to make them compatible over on Curse-Gaming
    For anyone interested ...

    1. Edit AuctionFilterPlus.lua (with any text editor, such as Notepad).

    2. Locate this line (search for it):
    if (Auctioneer_isScanningRequested and Auctioneer_isScanningRequested==true) then

    3. Replace that line with this:
    if ((Auctioneer_isScanningRequested and Auctioneer_isScanningRequested==true) or (Auctioneer and Auctioneer.Scanning and Auctioneer.Scanning.IsScanningRequested and Auctioneer.Scanning.IsScanningRequested==true)) then
  4.  
    Posted by: Hurax on Feb 2 2006, 07:25 PM
    Yeap, that was it. I was running AuctionFilterPlus and while it didn't effect my other characters, the last one on my list was always hosed.

    Sad to see that mod go, but Auctioneer is a must.

    Thanks for the fast reply MentalPower.

    *edit, found the fix to make them compatible over on Curse-Gaming
    For anyone interested ...

    1. Edit AuctionFilterPlus.lua (with any text editor, such as Notepad).

    2. Locate this line (search for it):
    if (Auctioneer_isScanningRequested and Auctioneer_isScanningRequested==true) then

    3. Replace that line with this:
    if ((Auctioneer_isScanningRequested and Auctioneer_isScanningRequested==true) or (Auctioneer and Auctioneer.Scanning and Auctioneer.Scanning.IsScanningRequested and Auctioneer.Scanning.IsScanningRequested==true)) then

    Thanks for the work-around, I'll keep that in mind.
World of Warcraft™ and Blizzard Entertainment™ are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.