Modified Auctioneer - Automated Neutral AH Buyout Ninja menu

Shout-Out

User Tag List

Page 32 of 32 FirstFirst ... 2829303132
Results 466 to 480 of 480
  1. #466
    mhollier117's Avatar Active Member
    Reputation
    38
    Join Date
    May 2011
    Posts
    109
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ive been using OHACK for lua, but i dont know if i have the default profile set correctly. check pm ill let you test :P

    Modified Auctioneer - Automated Neutral AH Buyout Ninja
  2. #467
    mhollier117's Avatar Active Member
    Reputation
    38
    Join Date
    May 2011
    Posts
    109
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if anyone else wants to help me test please send a pm and ill be glad to let you help!

  3. #468
    wy1436's Avatar Banned
    Reputation
    13
    Join Date
    Jan 2009
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lets bump this to get someone to fix this shit

  4. #469
    Eman's Avatar Active Member
    Reputation
    16
    Join Date
    Dec 2007
    Posts
    66
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It can only scan every six seconds for some reason, what happened to the 1 second scan interval?

    EDIT: Also, this isn't working. 100% sure the LUA unlocker is fine Ohack's been updated for 5.0.4 and is running fine. ran multiple scans on main AH, tested with a epic level 85 item and it won't buy.
    Last edited by Eman; 09-05-2012 at 10:20 PM.

  5. #470
    Jacob2332's Avatar Member
    Reputation
    2
    Join Date
    Jul 2011
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As I mentioned above, the default minimum search time by Auctioneer is 6 seconds. However you can manually change that.
    1) Go back to your WoW Root Folder
    2) Interface ---> Addons
    3) Go into Auc-Advanced Folder, then into Modules Folder, then into Auc-Util-SearchUI Folder then into SearchRealTime.lua File.
    4) Open it up with Notepad (right click > open with > notpad)
    5) Press CTRL + H which opens the Replace Function.
    6) Type in
    Code:
    gui:AddControl(id, "Slider", 0, 2, "realtime.reload.interval", 6, 60, 1, "Reload interval: %s seconds") Into the Find What section
    7) Type in
    Code:
    gui:AddControl(id, "Slider", 0, 2, "realtime.reload.interval", 1, 60, 1, "Reload interval: %s seconds") Into the Replace With section and press Replace.

  6. #471
    trexya's Avatar Member
    Reputation
    10
    Join Date
    May 2006
    Posts
    130
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jacob2332 View Post
    As I mentioned above, the default minimum search time by Auctioneer is 6 seconds. However you can manually change that.
    1) Go back to your WoW Root Folder
    2) Interface ---> Addons
    3) Go into Auc-Advanced Folder, then into Modules Folder, then into Auc-Util-SearchUI Folder then into SearchRealTime.lua File.
    4) Open it up with Notepad (right click > open with > notpad)
    5) Press CTRL + H which opens the Replace Function.
    6) Type in
    Code:
    gui:AddControl(id, "Slider", 0, 2, "realtime.reload.interval", 6, 60, 1, "Reload interval: %s seconds") Into the Find What section
    7) Type in
    Code:
    gui:AddControl(id, "Slider", 0, 2, "realtime.reload.interval", 1, 60, 1, "Reload interval: %s seconds") Into the Replace With section and press Replace.
    Still doesnt work for me :X

  7. #472
    Eman's Avatar Active Member
    Reputation
    16
    Join Date
    Dec 2007
    Posts
    66
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Doesn't work for me as well, the auctioneer addon refuses to actually display the prompt to buy things right now with the original version.

  8. #473
    christiantroy's Avatar Private
    Reputation
    28
    Join Date
    Feb 2011
    Posts
    2
    Thanks G/R
    5/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no updates yet?

  9. #474
    zirc's Avatar Private
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to set prices for different epics instead of just setting a price for all items of epic quality?

  10. #475
    sinomyth's Avatar Member
    Reputation
    2
    Join Date
    Sep 2006
    Posts
    18
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can someone please fix this? i want to snipe some epics!

  11. #476
    Unholyshaman's Avatar ★ Elder ★
    Reputation
    1517
    Join Date
    Jun 2007
    Posts
    2,827
    Thanks G/R
    20/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jacob2332 View Post
    As I mentioned above, the default minimum search time by Auctioneer is 6 seconds. However you can manually change that.
    1) Go back to your WoW Root Folder
    2) Interface ---> Addons
    3) Go into Auc-Advanced Folder, then into Modules Folder, then into Auc-Util-SearchUI Folder then into SearchRealTime.lua File.
    4) Open it up with Notepad (right click > open with > notpad)
    5) Press CTRL + H which opens the Replace Function.
    6) Type in
    Code:
    gui:AddControl(id, "Slider", 0, 2, "realtime.reload.interval", 6, 60, 1, "Reload interval: %s seconds") Into the Find What section
    7) Type in
    Code:
    gui:AddControl(id, "Slider", 0, 2, "realtime.reload.interval", 1, 60, 1, "Reload interval: %s seconds") Into the Replace With section and press Replace.
    For those wondering, even after changing this in the lua file you still need to go back in game and change the options to use 1 second (there is a slide-bar that you move left and right) under the RealTime search settings.

    Last edited by Unholyshaman; 02-05-2013 at 12:26 PM.

  12. #477
    Meumenino's Avatar Member
    Reputation
    2
    Join Date
    Sep 2012
    Posts
    97
    Thanks G/R
    0/0
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    still working?

  13. #478
    Saronite's Avatar Active Member
    Reputation
    26
    Join Date
    Mar 2010
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes this is stil working, thanks to unholy shaman i can now scan every 1 second again.
    I do have a question i hope someone can solve.
    when there is something added to the ah i used to hear a bell and a prompt to buy the item.

    Its nice i can scan every second now, but its useless if i dont hear the bell wile playing on my main account.
    So i stil have to keep an eye on that account becouse i dont rly know when something is added.

  14. #479
    Sensisativa's Avatar Contributor
    Reputation
    151
    Join Date
    Feb 2008
    Posts
    551
    Thanks G/R
    1/7
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Saronite View Post
    Yes this is stil working, thanks to unholy shaman i can now scan every 1 second again.
    I do have a question i hope someone can solve.
    when there is something added to the ah i used to hear a bell and a prompt to buy the item.

    Its nice i can scan every second now, but its useless if i dont hear the bell wile playing on my main account.
    So i stil have to keep an eye on that account becouse i dont rly know when something is added.
    Make sure you have the "Sound on in Background" option checked under the Sound settings.
    "A friend in need is a friend indeed, but a friend with weed is better"

  15. #480
    Saronite's Avatar Active Member
    Reputation
    26
    Join Date
    Mar 2010
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thats not what i asked.
    I want to know how i get the doorbell back becouse it just dont pick up the item i post with another account, it just doesnt find bargains anymore
    It worked fine in cataclysm, i would just tab to the other account when i heared the doorbell and click the buyout manually.

    So if anyone know all the right settings and would like to post here, by looking at all the namings and all the sliders etc etc in the options giving me a headache.

Page 32 of 32 FirstFirst ... 2829303132

Similar Threads

  1. [How-To] Modifying Auctionator for faster scanning & buying
    By Lemour in forum World of Warcraft Guides
    Replies: 19
    Last Post: 11-01-2016, 05:53 AM
  2. 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
  3. Diablo 3 - Auction House - Win any auction with out a BuyOut
    By Randomizer in forum Diablo 3 Exploits
    Replies: 3
    Last Post: 02-25-2014, 06:58 PM
  4. [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
  5. [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 07:25 PM. 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