[AH Bot] HappyAuction menu

User Tag List

Page 127 of 149 FirstFirst ... 2777123124125126127128129130131 ... LastLast
Results 1,891 to 1,905 of 2227
  1. #1891
    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)
    Anyone tried the new HappyAuction .51 yet? What's your impression of it comparing to .42 ? in term of speed and complexity. Did you have to rework a lot of your script?

    I added a bunch of custom codes to .42 so I guess I'm gonna be stuck with it for a while until I migrate over.

    Can someone can point me to a stable .4X version that has the ability to iterate the Completed Tab history and detect which item was sold? Thanks in advance! The new code look awesome btw. Thanks in advance!

    [AH Bot] HappyAuction
  2. #1892
    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)
    v51 stuck @lobby (sometimes - but comparatively often)
    which never happened in v50

    guess it happens during re-login sequence

    I use 4 clients per 1 computer, windows7



    edit:

    restart method - (simptom)

    pause -> start : doesn't work
    stop -> start : doesn't work
    stop -> manual log-out -> start : works



    edit2:

    correct info -
    I'd used v49, not v50
    Last edited by DripDropFun; 08-16-2013 at 04:18 AM.

  3. #1893
    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)
    My bots are stucking at lobby quite regularly. This does not happen when I test run v51 with only 1 client. It seems that the more bots I run, the more likely each bot will be stuck .

  4. #1894
    preto69's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can some one make a tutorial on the scripts that we need to change? plz

  5. #1895
    kingbbs's Avatar Member
    Reputation
    2
    Join Date
    May 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    when was the last ban guys? anyone remember?

  6. #1896
    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)
    so trying to test this parallel relogin crash...

    anyone know how to do multiclient on the same account (but different regions) without it switching back to the same region after logout?
    say i do

    1. asia login
    2. euro login
    1. asia logout
    1. asia instance will now be set to euro

    i figure its just a shared registry thing... but hoping for a quick workaround without hacking into it.

    tried with a starter acct but no ah lol.

  7. #1897
    quadfan75's Avatar Private
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello,
    I use the .51 Version. But get an Error when I start the Testsctipt.
    Set some Filters and a low Buyout.
    When I klick OK, than the Bot starts and change only the First Search Equipment Stats.
    But Level Range and Stats are untouched by the Bot.
    What is there wrong?
    Here my Testscript:

    -- Core
    require('Core.Api')
    require('Core.Events')
    require('Core.Old')

    -- Bots
    require('Bots.SnipeBuyout')
    require('Bots.SnipeDps')
    require('Bots.LogSearch')
    require('Bots.LogSelling')
    require('Bots.LogStash')
    require('Bots.LogHistory')

    -- Settings
    xSetLogin('[email protected]','ikilledblizzard')

    -- Start
    SnipeBuyout()


    -- get user buyout
    local buyout = 1200000
    --haFilterBuyout()

    if buyout < 0 then
    haAlert('Set some filters and a low buyout')
    else
    while true do
    --haFilterChar('Barbar')
    haFilterLevel(60,60)

    haFilterType('All Armor Item Types')
    haFilterBuyout(10000, true)
    haFilterStat(1,'Strength',120)
    haFilterStat(2,'Vitality',120)
    haFilterStat(3,'All Resistance',60)
    haFilterStat(4,'None',0)
    haFilterStat(5,'None',0)
    -- search and select first item in list
    if haSearch() and haListSelect(1) then
    haBuyout()
    --haAlert('Found Item')
    else
    haSleep(5913,4000)
    --haFilterChar('Barbar')
    haFilterLevel(60,60)

    haFilterType('Boots')
    haFilterBuyout(200000, true)
    haFilterStat(1,'Strength',100)
    haFilterStat(2,'Vitality',92)
    haFilterStat(3,'All Resistance',52)
    haFilterStat(4,'Movement Speed',10)
    haFilterStat(5,'None',0)
    -- search and select first item in list
    if haSearch() and haListSelect(1) then
    haBuyout()
    --haAlert('Found Item')
    else
    haSleep(7138,4000)
    --haFilterChar('Barbar')
    haFilterLevel(60,60)
    haFilterType('All Armor Item Types')
    haFilterBuyout(150000, true)
    haFilterStat(1,'Strength',100)
    haFilterStat(2,'Vitality',100)
    haFilterStat(3,'All Resistance',50)
    haFilterStat(4,'Critical Hit Chance',3)
    haFilterStat(5,'None',0)
    -- search and select first item in list
    if haSearch() and haListSelect(1) then
    haBuyout()
    --haAlert('Found Item')
    end
    end
    end
    haSleep(4987,4000)
    end
    end

  8. #1898
    preto69's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i got the same error can some one share a good script ?

  9. #1899
    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)
    remove the SnipeBuyout() part... youre running the default sample bot... instead of your own

  10. #1900
    Exclide's Avatar Active Member
    Reputation
    15
    Join Date
    Feb 2008
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is nice, but I'd rather kept it for myself and make thousands of euros!

    P.S. Didn't they remove search results caching?
    P.P.S. It doesn't set stats for some reason, even though I use delays:
    Code:
    xSetStat(1, 'dexterity', 290)
    xSleep(1000)
    xSetStat(2, 'critical hit damage', 170)
    xSleep(1000)
    It just opens and closes it, without choosing the stat or setting the value! (I'm running russian client (I tried both windowed and fullscreen mode with vsync off and on))
    Last edited by Exclide; 08-20-2013 at 06:45 PM.

  11. #1901
    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 confirm that 51 gets stuck at the lobby and turns itself off after a random time of working allright. This may be related to the resetting of the script or something with the relog sequence.

  12. #1902
    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)
    ^ I think it is more related to the number of bots running at the same time. When I tested with just 1 bot, everything ran seamlessly for hours but the more bots I ran, the worse the problem gets.

  13. #1903
    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)
    when you see it get stuck at the lobby does clicking the ah button manually work. also check the return status of xLocate('auction')... if that fails loop it until it succeeds. if it doesnt succeed... see if manually clicking the AH button works. sometimes it simply stops working for me... script or manual.

  14. #1904
    vjmap's Avatar Corporal
    Reputation
    1
    Join Date
    May 2013
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    haLogout() and xLogout() works differntly. If use xLogout it will continue work at code it stoped and haLogout() will reset all script and start from begining

  15. #1905
    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)
    If V51 stucks in the lobby, you can't to anything because it freezed out. It happens once maybe twice per day here (4 bots on the same computer) and the only thing I can do is start the task manager, and shut the freezed V51 down then start it again.
    CPU usage of V51 is 25% when it stucks in the lobby. There is no another way to solve this problem.
    All I can do is to change the version to V41 when I go to sleep.
    Last edited by Fgura; 08-21-2013 at 03:12 AM.

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:31 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