Modifying Auctionator for faster scanning & buying menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    Lemour's Avatar Elite User CoreCoins Purchaser
    Reputation
    354
    Join Date
    Apr 2009
    Posts
    335
    Thanks G/R
    27/53
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Modifying Auctionator for faster scanning & buying

    Im a lurker @reddit myself and I found this awesome tip by AugustinCauchy!

    Okay so basically you want to edit three files in the Auctionator addon in order for this to work! Head into the addon thats located in your addon folder (\Interface\AddOns\Auctionator) and locate three files, these are the ones you're going to edit.

    AuctionatorScan.lua
    AuctionatorQuery.lua
    AuctionatorBuy.lua


    Two Parts: First, faster listing in the "Buy" tab: In AuctionatorScan.lua, line 504 replace

    local done = self.query.curPageInfo.numOnPage < 50

    with

    local done = self.current_page > 0

    and in line 735

    QueryAuctionItems (queryString, minLevel, maxLevel, self.current_page, nil, nil, false, exactMatch, filter )

    with

    QueryAuctionItems (queryString, minLevel, maxLevel, self.current_page, true, nil, false, exactMatch, filter )
    Second, faster "rescan" when buying: In AuctionatorBuy.lua, line 158 replace
    QueryAuctionItems( queryString, nil, nil, gAtr_Buy_CurPage, nil, nil, false, false, nil )

    with

    QueryAuctionItems( queryString, nil, nil, gAtr_Buy_CurPage, true, nil, false, false, nil )
    and in AuctionatorQuery.lua line 122 replace
    return (((pagenum + 1) * 50) >= self.totalAuctions);

    with

    return true;

    Here is the link if you wanna look into it!


    [Broken link] is the edited files if you dont want or have problems to get it to work! Just drag and drop them into your \Interface\AddOns\Auctionator folder!

    Here is a link to virustotal if you dont really trust the link!
    Last edited by Lemour; 01-23-2022 at 05:31 PM.

    Modifying Auctionator for faster scanning &amp; buying
  2. Thanks TommyT, moonk1n, vvvat, Neer, j0eL, Psyop, Gigalord (7 members gave Thanks to Lemour for this useful post)
  3. #2
    Lbniese's Avatar Active Member
    CoreCoins Purchaser
    Reputation
    51
    Join Date
    Sep 2009
    Posts
    346
    Thanks G/R
    1/22
    Trade Feedback
    13 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lemour View Post
    Im a lurker @reddit myself and I found this awesome tip by AugustinCauchy!

    Two Parts: First, faster listing in the "Buy" tab: In AuctionatorScan.lua(Located in your \Interface\AddOns\Auctionator), line 504 replace

    local done = self.query.curPageInfo.numOnPage < 50

    with

    local done = self.current_page > 0

    and in line 735

    QueryAuctionItems (queryString, minLevel, maxLevel, self.current_page, nil, nil, false, exactMatch, filter )

    with

    QueryAuctionItems (queryString, minLevel, maxLevel, self.current_page, true, nil, false, exactMatch, filter )
    Second, faster "rescan" when buying: In AuctionatorBuy.lua, line 158 replace
    QueryAuctionItems( queryString, nil, nil, gAtr_Buy_CurPage, nil, nil, false, false, nil )

    with

    QueryAuctionItems( queryString, nil, nil, gAtr_Buy_CurPage, true, nil, false, false, nil )
    and in AuctionatorQuery.lua line 122 replace
    return (((pagenum + 1) * 50) >= self.totalAuctions);

    with

    return true;

    Here is the link if you wanna look into it!


    Here is the edited files if you dont want or have problems to get it to work! Just drag and drop them into your \Interface\AddOns\Auctionator folder!
    Any explanation behind what this new code does? pros and cons?

  4. #3
    TommyT's Avatar Contributor
    Reputation
    137
    Join Date
    Jul 2007
    Posts
    850
    Thanks G/R
    17/54
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I love you i really hate the amount of time it takes to buy stuff

  5. #4
    Ashbringer2099's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    16
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The linked files are safe, thanks for sharing them.

  6. #5
    Ausgebombt's Avatar Member
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Where do I even replace this? Poor explanation, good find!

  7. #6
    JannikAhoi's Avatar Member
    Reputation
    1
    Join Date
    Nov 2015
    Posts
    17
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    works perfect thanks but after some time you get blocked from the auctions house that means you cant search for like 10 mins maybe because you are making too many inhuman calls on the api

  8. #7
    vvvat's Avatar Contributor
    Reputation
    263
    Join Date
    May 2008
    Posts
    521
    Thanks G/R
    144/51
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Big thanks. It's extact what I search.

  9. #8
    HunterHero's Avatar Legendary
    Reputation
    656
    Join Date
    Jun 2006
    Posts
    879
    Thanks G/R
    150/230
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lbniese View Post
    Any explanation behind what this new code does? pros and cons?
    It makes your searches faster..

  10. Thanks Lemour (1 members gave Thanks to HunterHero for this useful post)
  11. #9
    rep09's Avatar Member
    Reputation
    10
    Join Date
    Mar 2007
    Posts
    146
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice thanks for sharing

  12. #10
    Psyop's Avatar Contributor
    Reputation
    103
    Join Date
    Jul 2016
    Posts
    98
    Thanks G/R
    17/38
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lemour View Post
    Im a lurker @reddit myself and I found this awesome tip by AugustinCauchy!

    Okay so basically you want to edit three files in the Auctionator addon in order for this to work! Head into the addon thats located in your addon folder (\Interface\AddOns\Auctionator) and locate three files, these are the ones you're going to edit.

    AuctionatorScan.lua
    AuctionatorQuery.lua
    AuctionatorBuy.lua


    Two Parts: First, faster listing in the "Buy" tab: In AuctionatorScan.lua, line 504 replace

    local done = self.query.curPageInfo.numOnPage < 50

    with

    local done = self.current_page > 0

    and in line 735

    QueryAuctionItems (queryString, minLevel, maxLevel, self.current_page, nil, nil, false, exactMatch, filter )

    with

    QueryAuctionItems (queryString, minLevel, maxLevel, self.current_page, true, nil, false, exactMatch, filter )
    Second, faster "rescan" when buying: In AuctionatorBuy.lua, line 158 replace
    QueryAuctionItems( queryString, nil, nil, gAtr_Buy_CurPage, nil, nil, false, false, nil )

    with

    QueryAuctionItems( queryString, nil, nil, gAtr_Buy_CurPage, true, nil, false, false, nil )
    and in AuctionatorQuery.lua line 122 replace
    return (((pagenum + 1) * 50) >= self.totalAuctions);

    with

    return true;

    Here is the link if you wanna look into it!


    Here is the edited files if you dont want or have problems to get it to work! Just drag and drop them into your \Interface\AddOns\Auctionator folder!

    Here is a link to virustotal if you dont really trust the link!
    i hope this works !! been having issue w/ the addon..this will be very nice.

  13. #11
    Psyop's Avatar Contributor
    Reputation
    103
    Join Date
    Jul 2016
    Posts
    98
    Thanks G/R
    17/38
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i cant access the files..best i could do was view them via notepad & that was not at all the same. ;(

  14. #12
    Lemour's Avatar Elite User CoreCoins Purchaser
    Reputation
    354
    Join Date
    Apr 2009
    Posts
    335
    Thanks G/R
    27/53
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just click on the right hand side, "downlad".

  15. #13
    solshine2510's Avatar Active Member
    Reputation
    69
    Join Date
    Mar 2012
    Posts
    114
    Thanks G/R
    14/12
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Applying those files made my auctionator behave oddly, showing zero search result although item was present on AH. I almost lost a great bargain after I receiving TSM notification email, so I thought someone was faster, but then searched in the main default AH window and bam, the item was still there. I reinstalled default Auctionator from curse and this time search worked ok.
    For this reason I won't be risking getting unerliable search results for this marginal gain.

  16. Thanks Parog (1 members gave Thanks to solshine2510 for this useful post)
  17. #14
    rusleape's Avatar Member
    Reputation
    2
    Join Date
    Oct 2006
    Posts
    14
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I second that. Applying those "fixes" also removes some items from searches. Dont apply them.

  18. Thanks Parog (1 members gave Thanks to rusleape for this useful post)
  19. #15
    LeetHaxor's Avatar Active Member
    Reputation
    23
    Join Date
    Jan 2008
    Posts
    123
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rusleape View Post
    I second that. Applying those "fixes" also removes some items from searches. Dont apply them.
    Same here. I noticed a few comments on reddit with the same info also.

Page 1 of 2 12 LastLast

Similar Threads

  1. Modifying Auctionator for faster scanning & buying
    By Lemour in forum WoW UI, Macros and Talent Specs
    Replies: 0
    Last Post: 09-20-2016, 02:40 PM
  2. [Selling] WTS: Ebay auction for wildstar beta key Buy it now 190
    By wildstarebay in forum General Trading Buy Sell Trade
    Replies: 0
    Last Post: 12-06-2013, 09:19 PM
  3. [Release] Modified Auctioneer for 4.3.4
    By mhollier117 in forum World of Warcraft Bots and Programs
    Replies: 66
    Last Post: 08-23-2013, 02:20 PM
  4. [Release] Modified Auctioneer for 5.0.5
    By nazgul111 in forum World of Warcraft Bots and Programs
    Replies: 7
    Last Post: 09-25-2012, 04:51 PM
All times are GMT -5. The time now is 11:01 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search