[AH Bot] HappyAuction menu

Shout-Out

User Tag List

Page 73 of 149 FirstFirst ... 23697071727374757677123 ... LastLast
Results 1,081 to 1,095 of 2227
  1. #1081
    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
    whats your locale? RU?

    also anyone else having this prob?
    it's korean

    [AH Bot] HappyAuction
  2. #1082
    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)
    for me haLogout() works correctly

  3. #1083
    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)
    As apparently the issue with the search is a blizzard thing, the workaround it is just - make delays so no ïnput limit"is reached.. At least that's the only way it works so far

  4. #1084
    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)
    it may be more efficient than doing the full relogin sequence anyway... and possibly lead to less bans.

    Originally Posted by ztnko View Post
    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...
    anything different about those situations? the fix for that last stall bug was simple to make it click not mouse over (like what i did with regular search results)... apparently it just ignores mouseovers when an item is sold at the same time as scanning sell list (dam bliz!)

    Originally Posted by RodeoRaider View Post
    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!
    k ill try a variation of your version. also i added a new function you can use in the mean time if restarting your script upon relogin isnt an issue:
    see haSetLoginReset. this also simplifies and speeds up the relogin sequence

  5. #1085
    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
    anything different about those situations?
    don't understand question so i write in details what was before and what is now:

    1. before: haSellIterate() do haSellCancel() end can stop on 1st item and waiting 3mins before it pass it. then waiting 3mins on next item etc... if it bugs on 1st item - then it bugs for all items. if it cancell 1st item as intended - then it cancell all items.

    2. now: haSellIterate() do haSellCancel() end never stops as before but it can pass over random items. it can cancell 1st item, 2nd item, and then leave 3d and 4th item and then cancell all other items... this behavior is much rare than it was "stop behavior" in p.1 - now i use bot for full day and see such behavior only 2 times.

  6. #1086
    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 think that the best working script is one that never hits input limit, thus a delay and good placed sleeps are the way now.
    Last edited by Sehae; 02-15-2013 at 05:46 AM.

  7. #1087
    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 Sehae View Post
    I think that the best working script is one that never hits input limit, thus a delay and good placed sleeps are the way now.
    best script is one that never hits input limit, without delay

  8. #1088
    fnkdoc's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My simple script was working flawlesly in previous version. It searches 2 variants of the same item. One dex + vit, 2nd with crit.
    Dunno why but it bought items without any of mentioned stats, i lost 100m cuz it bought worthless Int items.

  9. #1089
    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)
    Originally Posted by Sehae View Post
    I think that the best working script is one that never hits input limit, thus a delay and good placed sleeps are the way now.
    Completely agree here.

  10. #1090
    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)
    Bypass new "input limit" method without delay/sleeps is very easy, you only need a brain...

    New version is working flawlesly ChuiChu and with the new input limit method I have less competition without delay/sleeps

    Thx very much.

  11. #1091
    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 spammero View Post
    Bypass new "input limit" method without delay/sleeps is very easy, you only need a brain...

    New version is working flawlesly ChuiChu and with the new input limit method I have less competition without delay/sleeps

    Thx very much.
    Completely agree here.

  12. #1092
    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 ill try a variation of your version. also i added a new function you can use in the mean time if restarting your script upon relogin isnt an issue:
    see haSetLoginReset. this also simplifies and speeds up the relogin sequence
    Hi Chuichu, I have just tried haSetLoginReset and the result is: after relogging, bot opens AH and then the HA icon turns from red to green rightaway.

  13. #1093
    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)
    Awesome bot Chuichu!

    Chuichu > Batman > Robin Hood > Mother Teresa > Nobel
    Last edited by knightxii; 02-15-2013 at 11:18 AM.

  14. #1094
    marcyman's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How much the chance to get banned if I use this program?

  15. #1095
    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 knightxii View Post
    Awesome bot Chuichu!

    Chuichu > Batman > Robin Hood > Mother Teresa > Nobel
    hahaha xDD

    Originally Posted by marcyman View Post
    How much the chance to get banned if I use this program?
    100% ban every 1-2 weeks... this bot is for advanced users only.

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 07:27 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