[AH Bot] HappyAuction menu

Shout-Out

User Tag List

Page 113 of 149 FirstFirst ... 1363109110111112113114115116117 ... LastLast
Results 1,681 to 1,695 of 2227
  1. #1681
    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)
    Thx Chui! You Are the Best!!!!

    [AH Bot] HappyAuction
  2. #1682
    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)
    Originally Posted by ChuiChu View Post
    lol whats been happening here? CN uber hax?

    update: i have HA fully reworked now and mostly tested (all functions) except it still needs a retest on multiclient and in different locales. also haFilterType is currently disabled until i redo it to be locale-indep

    if anyone needs it as i describe let me know and ill post an update... otherwise ill keep plugging away
    Thx Chui! upload new version plz, I want test this :P

  3. #1683
    RodeoRaider's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by msk380 View Post
    Thx Chui! You Are the Best!!!!
    Any update on the chinese uber hacker topic? Has any of you tried putting some valuable items on AH to test as I mentioned?

  4. #1684
    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)
    k beta 43 posted...

    whats the uber hacker stuff? i dont follow diablo news much other than patch notes :P

  5. #1685
    RodeoRaider's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ChuiChu View Post
    k beta 43 posted...

    whats the uber hacker stuff? i dont follow diablo news much other than patch notes :P
    Well, there is a rumor that the chinese found a way to buy items when they are still in their 1st 5 minutes, thus the buy in rate of everyone is reduced a lot these days :P.

  6. #1686
    RodeoRaider's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    101
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Chuichu,

    Initial testing for me shows that the bot bought an item that is not specified in my script.

  7. #1687
    Fgura's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Same results as the previous beta version:

    1. haListIterate() doesnt work correctly. It Iterates random instead as I set.
    2. Snipe items with wrong stats which are not added to my script.
    3. Can't start from the menu.

    Thank you Chui for your great work!
    Last edited by Fgura; 07-28-2013 at 01:25 PM.

  8. #1688
    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)
    1. random in what way? also note that haListIterate is now a lua function... it wraps around the new manual control api (see Core/Old.lua).
    2. let me know a specific item+stats so i know if its stat specific or general. ill setup a script now to hunt for certain stat items to test this.
    - some sample script code would help greatly here too
    3 you mean from the main lobby screen?
    4. ill give this some more testing... i thought bliz changed it so you just cant query as often eliminating input limits.

    reason for rework is to fix a bunch of issues, performance, stability, and make future features+updates much simpler. i do expect a few kinks however since its nearly all new code

    edit: one more question... which language is this? i havent tested outside en much. thats probably the reason
    Last edited by ChuiChu; 07-14-2013 at 04:15 AM.

  9. #1689
    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)
    -reloging doesn't work, it just relogs and script is not restarted (old version did this too if i tried to force starting the script over instead of continuing)

    -it is not faster imo, only filling/switching of filters is faster , otherwise the old bot is faster for me (more searches per given period of time with the same script)

    -it is returning nil instead of 0 if the value on item is not found? i have some of my scripts constructed around 0 if item has no stat i am searching for, now i get error that i do some operations with nil values, i was not used to get that error and my scripts worked, now they are not working ...

    -buying of wrong items was there before, now it does it more often, if you touch/move the window it sometimes misses some filters... it is more buggy than before due to faster fliters (probably), old bot did this too + it did it sometimes after reloging (just missed 1 filter after reloging from time to time), i have this solved in my scripts so it can never buy the wrong item, but it slows my buying down by checking the stats on items before buying them

  10. #1690
    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)
    - i want to know how u guys get the input limits now. i tried to just loop on search and list iterate but it just slows down eventually, but doesnt input limit out. my only way to test this now is to force a disconnect error instead (very similar to input limit condition)

    - whats the specific case script style... a set filters + buyout loop? like SnipeBuyout? i plan to do performance comparison tests next between this version and old one.

    - if you mean with haFilterStat() it will only return nil if the last item operation failed. i can change it to the original however

    - touching the window WILL mess it up and theres noway around it. im planning on simply halting the bot if any user input is detected... but if thats not the only case for it getting wrong items let me know if its something consistent or random. as long as the filters are set correctly it should have no affect on the rest of the bots operation.


    as always plz send/pm scripts (or specific sections) that are misbehaving its the best way for me to reproduce

  11. #1691
    a1rborne's Avatar Member
    Reputation
    2
    Join Date
    Apr 2013
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Trying to start the bot i get derp error
    LUA Fail:
    Lua/Main.lua.2: attempt to call global 'HaSetGlobalDelay' (a nil value)

    I tried with
    haSetGlobalDelay()
    haSetGlobalDelay(0)
    haSetGlobalDelay(n) n - any number, same result, bot wont start

  12. #1692
    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)
    HA43b Bugreport:

    If i run diablo 3 client, then run HA then hit Ctrl-F12 (the one i use to start) the client will not log me in, i need to log in manually at least once to start the bot, previous version was able to log me in stright on, and i believe it is the way we all wish you will make at release..

    Something tell me this is something me and you have already discussed, something about memory not loaded at begin, but i really hope you find a more cool solution, like a first log in and log out...


    Still digging other stuffs.....

  13. #1693
    unrealaz's Avatar Member
    Reputation
    1
    Join Date
    May 2013
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Chui Chui to get input limit reached do this:
    while true
    hasearch()
    haListSelect(1)
    end

    It should get you disconected after 20 searches. Also global delay = 0

  14. #1694
    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)
    Originally Posted by a1rborne View Post
    Trying to start the bot i get derp error
    LUA Fail:
    Lua/Main.lua.2: attempt to call global 'HaSetGlobalDelay' (a nil value)

    I tried with
    haSetGlobalDelay()
    haSetGlobalDelay(0)
    haSetGlobalDelay(n) n - any number, same result, bot wont start
    make sure lowercase h

    Originally Posted by unrealaz View Post
    Chui Chui to get input limit reached do this:
    while true
    hasearch()
    haListSelect(1)
    end

    It should get you disconected after 20 searches. Also global delay = 0
    hmm i wonder what the difference for me is. i simply get "no items found" and a longer delay and never input limit

    also when this happens does it just get stuck at the error message... or does it get to the login screen? if so do you see an error message? i just got that to happen with a forced disconnect (similar to input limit condition)

    Originally Posted by alcor75 View Post
    HA43b Bugreport:

    If i run diablo 3 client, then run HA then hit Ctrl-F12 (the one i use to start) the client will not log me in, i need to log in manually at least once to start the bot, previous version was able to log me in stright on, and i believe it is the way we all wish you will make at release..

    Something tell me this is something me and you have already discussed, something about memory not loaded at begin, but i really hope you find a more cool solution, like a first log in and log out...


    Still digging other stuffs.....
    its meant to start from login or from lobby now. does it not work at all from login screen or does it only go a certain way?
    Last edited by ChuiChu; 07-14-2013 at 03:59 PM.

  15. #1695
    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 a1rborne View Post
    Trying to start the bot i get derp error
    LUA Fail:
    Lua/Main.lua.2: attempt to call global 'HaSetGlobalDelay' (a nil value)

    I tried with
    haSetGlobalDelay()
    haSetGlobalDelay(0)
    haSetGlobalDelay(n) n - any number, same result, bot wont start
    I think i got this error too when i wanted to test it, you may need to include these new core. things to main.lua, worked for me when i added them:
    require('Core.Api')
    require('Core.Events')
    require('Core.Old')

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:07 AM. 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