[AH Bot] HappyAuction menu

User Tag List

Page 87 of 149 FirstFirst ... 37838485868788899091137 ... LastLast
Results 1,291 to 1,305 of 2227
  1. #1291
    ChuiChu's Avatar Contributor
    Reputation
    88
    Join Date
    Aug 2012
    Posts
    336
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    are you guys still finding issues with the accuracy of d3 auction log? i'd really prefer to use that one, it has all the necessary info + tooltips.

    if its still problematic ill stick to improving the complete items/send to stash deal. i figured i didnt cover all the cases...

    also how do you get a failed buyout to occur? can i simply try to buyout something that just expired a few secs ago or is that different?

    [AH Bot] HappyAuction
  2. #1292
    spammero's Avatar Contributor
    Reputation
    134
    Join Date
    Jun 2012
    Posts
    151
    Thanks G/R
    53/46
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    failed purchases occur when multiple bots simultaneously buying at same time and tie, winning only one and money is returned to stash to the other bots who have lost.

    Gold returned to stash from failed buyouts and/or successful sells is not taking now in v39 :S
    Last edited by spammero; 04-24-2013 at 06:27 PM.

  3. #1293
    Stanley41now's Avatar Private
    Reputation
    1
    Join Date
    Apr 2013
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this is exposes a little manual control some folks need to solve an issue before an update such as some button being at a different location on a different locale.

  4. #1294
    ztnko's Avatar Member
    Reputation
    9
    Join Date
    Jul 2012
    Posts
    237
    Thanks G/R
    5/1
    Trade Feedback
    15 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ChuiChu View Post
    are you guys still finding issues with the accuracy of d3 auction log? i'd really prefer to use that one, it has all the necessary info + tooltips.
    i don't see bugs with auction log for several month but i don't understand how to use this log correctly. with haSendToStash() you have only new portion of items/gold that u log to database. with auction log and function like haLogIterate() you need some algorithm to understand that this item is already logged and you need to stop. but with that tool i can use such script:

    Code:
    while haSendToStash() do
     item=haItem()
     while haLogIterate() do
      item2=haItem()
      if item.name==item2.name and item.sale==item2.sale and item.cash==item2.cash and item.xtime==item2.xtime then
       hash=item2.hash
       break
      end
     end
     print(hash)
    end
    so auction log may be realy good way to solve this problem
    Last edited by ztnko; 04-25-2013 at 05:29 AM.

  5. #1295
    strohhaar's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is it possible to provoke a diablo 3 crash for testing? any idea?

  6. #1296
    ztnko's Avatar Member
    Reputation
    9
    Join Date
    Jul 2012
    Posts
    237
    Thanks G/R
    5/1
    Trade Feedback
    15 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what?.....

  7. #1297
    strohhaar's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    diablo crashes sometimes and i can not find the cause. so i have a simple vba script for restart diablo etc... but for testing, i need a crash

  8. #1298
    ztnko's Avatar Member
    Reputation
    9
    Join Date
    Jul 2012
    Posts
    237
    Thanks G/R
    5/1
    Trade Feedback
    15 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    last time i see diablo crash was half a year ago and it was ru locale. eu locale never ever crash for me.

    p.s. win7x64pro on vmware 9
    Last edited by ztnko; 04-26-2013 at 07:45 AM.

  9. #1299
    strohhaar's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it happens on different systems :/
    1-2 times a day

  10. #1300
    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)
    strohhaar most probably your system failing, more specifically a failing memory bank, other reason could be a very bad script but i dubt about it.

    as ztnko said, i can't remember a diablo crash, win7 64bit euro.

  11. #1301
    spammero's Avatar Contributor
    Reputation
    134
    Join Date
    Jun 2012
    Posts
    151
    Thanks G/R
    53/46
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Chuichu fix gold taking from failed auctions in haSendtoStash() function plz. Sell log is not needed for many users... it is the worst idea ever. haSendtostash now only takes items from stash, not gold...

  12. #1302
    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)
    Originally Posted by spammero View Post
    it is the worst idea eve
    I do not agree, is a damn Milestone as soon as fully usable.

  13. #1303
    ztnko's Avatar Member
    Reputation
    9
    Join Date
    Jul 2012
    Posts
    237
    Thanks G/R
    5/1
    Trade Feedback
    15 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    every advanced user wait usable sell log. every noob can use previous version and don't cry...

  14. #1304
    spammero's Avatar Contributor
    Reputation
    134
    Join Date
    Jun 2012
    Posts
    151
    Thanks G/R
    53/46
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm advanced user with advanced scripts and I dont need sell log for earn 300€+/day. You dont need sell logs for earn huge profits.

    Sell log have broken other important features and only 3 or 4 elitists want this...

    haSendtostash function dont take gold from failed auctions now...
    Last edited by spammero; 04-28-2013 at 12:21 AM.

  15. #1305
    ztnko's Avatar Member
    Reputation
    9
    Join Date
    Jul 2012
    Posts
    237
    Thanks G/R
    5/1
    Trade Feedback
    15 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    use old version before it will be fixed. what's the problem? i think nobody use 39 version now... why are you crying at all? every new function was buggy first and we are here to test and report... don't want to test? ok. shut up and forget this thread... people wait this function since december and now when it's 90% done some random noob come and say that its worst idea lol... only because of some small bugs in beta version...
    Last edited by ztnko; 04-26-2013 at 01:23 PM.

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 01:09 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