[AH Bot] HappyAuction menu

User Tag List

Page 72 of 149 FirstFirst ... 22686970717273747576122 ... LastLast
Results 1,066 to 1,080 of 2227
  1. #1066
    samuraiofu's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Chiu,
    I found in this version haListIterate() will move the cursor to the d3 window and give it focus . Is this a bug or else? Thank you in advance. If you need details I can ping you and send you my scripts to reproduce bug. We always want the D3 window to be backgrounded.

    [AH Bot] HappyAuction
  2. #1067
    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)
    The bid problem is there too.
    Last edited by Sehae; 02-14-2013 at 12:53 PM.

  3. #1068
    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)
    man those are wierd bugs... in areas i didnt even touch. guess bliz changed a few things lol. ill try to get another deal going soon

    for that listiterate focus one make sure youre not starting the bot with d3 focused, or it will stay wanting to focus. this is a restriction im meaning to remove however... since the change to clicks from mouseovers obsoletes it.
    Last edited by ChuiChu; 02-14-2013 at 04:13 PM.

  4. #1069
    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)
    nothing....
    Last edited by RodeoRaider; 02-14-2013 at 08:10 PM.

  5. #1070
    BebbeD3's Avatar Private
    Reputation
    1
    Join Date
    Feb 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello i got the problem that i cant make a script that works can anyone give me a complet scripe so i can see how it should look like

  6. #1071
    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
    man those are wierd bugs... in areas i didnt even touch. guess bliz changed a few things lol. ill try to get another deal going soon

    for that listiterate focus one make sure youre not starting the bot with d3 focused, or it will stay wanting to focus. this is a restriction im meaning to remove however... since the change to clicks from mouseovers obsoletes it.
    It happens basically when the input limit error wouldve occurred.
    Can you please fix haLogout please? It logs out and closes the window lol.
    Decent leechers will find a way to tackle this search problem with it. Currently using macro to do that function

  7. #1072
    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,

    There is one proplem I would like to report: After relogging, the bot opens AH, sets all the filters like previously set, click on Search button once and then stops (the HA icon turns from red to green).

  8. #1073
    samuraiofu's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you Chiu I understand it now. But one thing I can't make sure is how you distinguish the instance number of each D3 window, from PID ?

    Originally Posted by ChuiChu View Post
    man those are wierd bugs... in areas i didnt even touch. guess bliz changed a few things lol. ill try to get another deal going soon

    for that listiterate focus one make sure youre not starting the bot with d3 focused, or it will stay wanting to focus. this is a restriction im meaning to remove however... since the change to clicks from mouseovers obsoletes it.

  9. #1074
    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)
    ok so what ive found so far...

    1. search/pagenext/pagelast returning no results
    - this happens, as some already stated, when input limit error would normally happen. its clearly a new bnet thing since stopping the bot and searching/paging right after continues to have the same effect unless you wait a little. odds are i cant do anything about this... (besides hacking into bnet servers lol). it just means delays are necessary between searches.

    2. because of #1 i cant reproduce an input error -> relogin sequence. so i cant comment on Rodeo's relogin issue yet. unless you mean you started the script at the login screen? using manual haLogout with the following script seemed to work fine so i need samples that cause failure. i tested with the following:

    haSetLogin(...)
    haAlert('logging out!')
    haLogout()
    -- relogs in
    require('Bots.LogAuctions') -- runs a bot

    as a reminder: make sure vsync is on!

    3. regarding the random bid/buyout deal. i ran the default sample bot and bought out a bunch of items without fail. so i need details/samples to reproduce as well


    Originally Posted by samuraiofu View Post
    Thank you Chiu I understand it now. But one thing I can't make sure is how you distinguish the instance number of each D3 window, from PID ?
    use your login name with if haGetLogin() == '[email protected]' then ... end. if youre using the same login on multiple regions i dont have support for that yet. haGetRegion is on todo list

  10. #1075
    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)
    Chuichu, as i mentioned earlier,
    haLogout closes the window instead of just logging out.
    Maybe it's because of locale.

    My code looks like

    haSetLogin
    My code
    haLogout
    Last edited by msk380; 02-15-2013 at 12:02 AM.

  11. #1076
    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)
    find another bug:
    while haSellIterate() do haSellCancel() end

    sometimes cancell not all items and pass over several items... in prev version it can stack on 1st item and wait 3 mins to pass item - in this version it pass over item and don't cancel it...

  12. #1077
    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

    2. because of #1 i cant reproduce an input error -> relogin sequence. so i cant comment on Rodeo's relogin issue yet. unless you mean you started the script at the login screen? using manual haLogout with the following script seemed to work fine so i need samples that cause failure. i tested with the following:

    haSetLogin(...)
    haAlert('logging out!')
    haLogout()
    -- relogs in
    require('Bots.LogAuctions') -- runs a bot

    as a reminder: make sure vsync is on!
    Hi Chuichu,

    Thank you very much for replying. My script is written as followed:
    Main.lua:
    haSetLogin(...)
    require(Bots.Mybot)
    Mybot.lua:
    Set all types of filters
    While loop

    So my bot runs for a while, get an Input limit error, logs out, sets the filters back again (I think the bot can remember the filters and automatically set it back even if I comment out the Set filters section) and I think it click on Search button once, then the HA icon turns from red to green.

    I start my bot from the Auction House -> Equipment screen. And my Vsync is on.

    Looking forward to your reply!

  13. #1078
    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 just bought a couple of items for my main and in active auctions tab they appeared as items i maked bid so it is blizzard auction fail not ChuiChui/HappyAuction

  14. #1079
    DoichinMitrev's Avatar Member
    Reputation
    3
    Join Date
    Aug 2012
    Posts
    62
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I put decent delays and the bot works perfeclty now, I'm even buying lots of items as I don't hit the new limit. As chui said this seems to be the best solution. Also vsync has to be on, the bot is really buggy without it.

  15. #1080
    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 msk380 View Post
    Chuichu, as i mentioned earlier,
    haLogout closes the window instead of just logging out.
    Maybe it's because of locale.

    My code looks like

    haSetLogin
    My code
    haLogout
    whats your locale? RU?

    also anyone else having this prob?

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 03:15 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