[AH Bot] HappyAuction menu

Shout-Out

User Tag List

Page 104 of 149 FirstFirst ... 454100101102103104105106107108 ... LastLast
Results 1,546 to 1,560 of 2227
  1. #1546
    MATRASUS's Avatar Member
    Reputation
    2
    Join Date
    Oct 2010
    Posts
    109
    Thanks G/R
    1/0
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I do not use it

    [AH Bot] HappyAuction
  2. #1547
    msk380's Avatar Member
    Reputation
    2
    Join Date
    Oct 2012
    Posts
    73
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ChuiChu View Post
    hey guys quick poll:

    do you still find the state restore upon relogin useful? i had several requests asking to just start the script over again (a feature added a few versions ago)

    i figure with that bnet change to not boot you on input limit so easily its no longer that important. and its a big mess of somewhat unstable code id like to remove
    My lord Chuichu, restore upon login takes up extra time before HA starts iterating the list.
    So, I think it is better to remove the function, please.

  3. #1548
    CHandest's Avatar Knight-Lieutenant CoreCoins Purchaser
    Reputation
    19
    Join Date
    Aug 2012
    Posts
    275
    Thanks G/R
    0/0
    Trade Feedback
    5 (80%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Remove it
    Read my ultimate guide on how to AH bot in the guide section here at ownedcore :-)

  4. #1549
    BlizzPaysMyBills's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    restore is buggy and slow imo and i can't get haSetLoginReset to work, it just halts the bot after second login if i use it

    state restore is the most annoying thing on this bot for me, haha

  5. #1550
    DripDropFun's Avatar Sergeant
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    then seperate it

    haSetLoginRestore()
    haSetLogin()

  6. #1551
    Sehae's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    141
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Chui,
    Lately I've been observing the strange pattern of the bot clicking buyout on an item and, as if nothing happened, not a fail, not anything appears in the complete tab. Sometimes it appears as a fail on another bot and on another - nothing appears. It just stays there and nothing happens. The thing is that I have observed this pattern regularly - and I wonder, is it only due to the fact of being outsniped( still- no failed, no any item or gold), ist it due to an auction house lag, or it is due to something in the buyout function or the whole code, which reacts in a way, that it does not trigger the AH that the item has been attempted for buying at all (I suspect something like this - due to the fast searches maybe it just doesn't click the buying properly, or cancels it on it's own. I have no explanation on this phenomenom, but it seems to me that the buyout function is sort of unstable and this is not only due to simply being outsniped - if the reaction of the bot was too late, it would have been a failed item in any way. It is just as if the bot clicks something, but no function of the AH is triggered. At least that's what it looks like to me. Maybe it is something from clicking the buyout button and then clicking again the buyout button on the popout > that;s my educated guess and that's what it looks like to me
    Please, others share your experience in the matter and chui please investigate that, since this is major

    Regards!
    Last edited by Sehae; 06-22-2013 at 11:49 AM.

  7. #1552
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    121
    Join Date
    Oct 2008
    Posts
    325
    Thanks G/R
    11/66
    Trade Feedback
    7 (100%)
    Mentioned
    3 Post(s)
    Tagged
    2 Thread(s)
    Sehae, that uppen when outspinned and wery late, most of time is failed, sometime you so late that nothing uppen.

    Inviato dal mio GT-I9300 con Tapatalk 2
    Alcor75
    Core Developer of DreamPoeBot and DreamPoeBot2

    DreamPoeBot1 Support Thread
    FollowBot1 Support Thread

  8. #1553
    n3ro's Avatar Private
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i use the restore login, but if you decide to remove it ill just have to adapt.
    as for the bot, i think what happened in sehae's case is item was already sniped by the time the bot pressed buyout.
    i think failed purchases only appear in the log if multiple people tried to buy it at almost exact time.

  9. #1554
    mulei's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Multiple clients

    Can someone get multiple bots to tell me how I run. I can isBoxer or D3starter.exe use.
    I did that.
    Code:
    MULTIPLE CLIENTS (tutorial)
    ------------------------------------------------------------------------------
    1. Edit settings.cfg and add a new hotkey for the 2nd D3 client (see HOTKEYS)
    2. Have 2 D3 clients running with both at the auction house
    3. Hit the configured hotkeys like you originally would a single one. They
       will each run bin/Main.lua independently for each D3 instance.
    4. The taskbar icon should contain a "2" indicating two sessions are running.
    5. Use haGetInstance() or haGetAccount() to distinguish clients. The
       following example will run Bot1 in [email protected]'s client and Bot2 in
       [email protected]'s client:
    
       if haGetAccount() == '[email protected]' then
           require('Bots.Bot1')
       elseif haGetAccount() == '[email protected]' then
           require('Bots.Bot2')
       end
    And I always get the error. [AH Bot] HappyAuction-haderp-jpg What am I doing wrong?

  10. #1555
    BlizzPaysMyBills's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mulei View Post
    Can someone get multiple bots to tell me how I run. I can isBoxer or D3starter.exe use.
    I did that.
    Code:
    MULTIPLE CLIENTS (tutorial)
    ------------------------------------------------------------------------------
    1. Edit settings.cfg and add a new hotkey for the 2nd D3 client (see HOTKEYS)
    2. Have 2 D3 clients running with both at the auction house
    3. Hit the configured hotkeys like you originally would a single one. They
       will each run bin/Main.lua independently for each D3 instance.
    4. The taskbar icon should contain a "2" indicating two sessions are running.
    5. Use haGetInstance() or haGetAccount() to distinguish clients. The
       following example will run Bot1 in [email protected]'s client and Bot2 in
       [email protected]'s client:
    
       if haGetAccount() == '[email protected]' then
           require('Bots.Bot1')
       elseif haGetAccount() == '[email protected]' then
           require('Bots.Bot2')
       end
    And I always get the error. [AH Bot] HappyAuction-haderp-jpg What am I doing wrong?
    short hint: you have to run multiple copies of diablo , not something that runs multiple copies
    edit: if you read like last 20 pages of this thread you should find it exactly...

  11. #1556
    BlizzPaysMyBills's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can Chinese guys snipe some of the best EU items with such latency? Or do they pay for something faster in EU and control it from China? Because that cool Manticore which appeared ~2 days ago on gold AH was sniped from China (was offered on Chinese forums only and nowhere else). Any idea?

  12. #1557
    MATRASUS's Avatar Member
    Reputation
    2
    Join Date
    Oct 2010
    Posts
    109
    Thanks G/R
    1/0
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think they use dedicated servers. Btw, can you provide a link to this forum?

  13. #1558
    msk380's Avatar Member
    Reputation
    2
    Join Date
    Oct 2012
    Posts
    73
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Chinese have been outsniping my ranker items for more than two months now. I sometimes get lucky, though. My guess is that they operate globally, having offices with hundreds of computers near diablo servers worldwide. Trust me it is a huge market (more than 10 grant a day all servers combined). If they are sure they can outsnipe any other bot (including HA), they sure have resources and will to invest so.
    I heard they have more than a thousand computers in their headquarter in China which they used to run for auto farming. Now they use them for AH sniping and bidding of 2 bil+ items. From my experience, I can tell you that their program or macro is not that efficient, meaning that one bot/computer covers only one legendary or only one criteria of rare items. But they are extremely fast.
    From time to time, you would observe zero gold bug (items that are worth more than 2 bil gold bid at zero gold and no one can bid further) on auction house. This bug happens when two or more bots/macroes/realfasthandsnipes bid at the same time the item becomes available on AH.
    Thank you ChuiChu for working hard on the new and faster HA. I wish the new HA would allow me to outsnipe the Chinese again and take back the glory days
    Last edited by msk380; 06-27-2013 at 04:49 AM.

  14. #1559
    Sehae's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    141
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have also problems with the strongest items in EUrope lately too. I hope that the new HA will be superior to all the other bots and the competition will just remain amongst our little community

  15. #1560
    knightxii's Avatar Sergeant
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do you sell items that are worth more than 2b or $250? It seems the moment an item is worth 25b, you have to start selling it manually via forums which is a very manual & involved process. Anyone has trouble with these type items?

Similar Threads

  1. World of Warcraft WoW!Bot (GetALifeBot) 0.61 for WoW 1.9.4 + FishBot
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 43
    Last Post: 04-18-2006, 04:55 AM
  2. WoWGlider and GALB Botting Locations
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 14
    Last Post: 04-11-2006, 08:01 PM
  3. Bot for gaining XP
    By JesseG18 in forum World of Warcraft General
    Replies: 1
    Last Post: 03-09-2006, 08:52 PM
  4. World of Warcraft Bot (GetALifeBot) 0.57 working with 1.9.4
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 7
    Last Post: 03-07-2006, 09:43 PM
  5. Best Botting/Grinding Locations
    By Matt in forum World of Warcraft Exploits
    Replies: 0
    Last Post: 02-27-2006, 12:39 AM
All times are GMT -5. The time now is 08:21 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search