[AH Bot] HappyAuction menu

Shout-Out

User Tag List

Page 22 of 149 FirstFirst ... 18192021222324252672122 ... LastLast
Results 316 to 330 of 2227
  1. #316
    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)
    if restoring stort state isnt happening correctly thats just a bug. its easy to keep track of cuz every search resets it... after that every time you call haListSort* i keep a counter and type state and restore accordingly when relogin happens.... unless of course youre sorting manually then itll screw up.

    [AH Bot] HappyAuction
  2. #317
    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)
    oh my bad... i didnt look at sorts after 1.0.4 lol, anyway updated to fix (+other stuff)

  3. #318
    iZiDuR's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Chuichu i love ur program, but i have one question. I would automatic-sell but my configuration dont work, can you tell me where I am wrong?

    while haStashNext(true) do
    if haItemType('Ring') and
    haItemStat('Magic Find').value16 then
    haSell(121111, 121111)
    end
    end

    Sorry i am spanish, and my english so bad

  4. #319
    Gunba's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think you broke hotkeys in this patch. Putting anything in hotkey #2 seems to cause it to refuse to run.

  5. #320
    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)
    Originally Posted by iZiDuR View Post
    Hi Chuichu i love ur program, but i have one question. I would automatic-sell but my configuration dont work, can you tell me where I am wrong?

    while haStashNext(true) do
    if haItemType('Ring') and
    haItemStat('Magic Find').value16 then
    haSell(121111, 121111)
    end
    end

    Sorry i am spanish, and my english so bad
    The part "haItemStat('Magic Find').value16 then" should be "haItemStat('Magic Find').value1>=16 then"
    Last edited by MATRASUS; 09-08-2012 at 09:21 AM.

  6. #321
    iZiDuR's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the problem does not really believe it to be there, because I've changed and still not get rings for sale, the program does not really give me error. He does everything he has to do, which is: Buy> Collect Gold> Rings Set 16 mf for sale, but it does not last.

  7. #322
    CrappyOne's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello,

    Is this bot capable of placing bids at the last second ?

    Btw nice work Chuichu! Keep it up!

  8. #323
    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)
    you can sort by time remaining, look at haItem().rtime and call haBid(your bid). if theres any detail missing let me know.

    Originally Posted by Gunba View Post
    I think you broke hotkeys in this patch. Putting anything in hotkey #2 seems to cause it to refuse to run.
    oops i made pausekeys a requirement for each hotkey... updated with fix
    Last edited by ChuiChu; 09-08-2012 at 01:49 PM.

  9. #324
    CrappyOne's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ChuiChu View Post
    you can sort by time remaining, look at haItem().rtime and call haBid(your bid). if theres any detail missing let me know.



    oops i made pausekeys a requirement for each hotkey... updated with fix
    Hello ChuiChu

    Thanks for your reply, i have missed that function in the readme. This answers my question perfectly.

    Cheers

  10. #325
    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)
    haSell doesn't work at all for me... even example from the readme
    while haStashIterate() do
    haSell(1000, 2000)
    end

    cursor pass over item and nothing happens... tested 19,20,21 version

  11. #326
    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)
    doh those are aligned wrong. see update for fix

  12. #327
    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)
    can you speed up haStashIterate() function? it takes too long to scan all bags.

    suggestion: may be it's better to force d3 window in front when operation with stash?
    Last edited by ztnko; 09-09-2012 at 08:37 AM.

  13. #328
    awp2004's Avatar Active Member
    Reputation
    34
    Join Date
    Jun 2012
    Posts
    631
    Thanks G/R
    0/4
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    IMPORTANT: Did anyone notice they be hitting input limit? Btw, what Sleep times are yall using? I hit input limit on both servers today! Dont know if they changed it. PLease report back

  14. #329
    1976cere's Avatar Private
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ztnko View Post
    can you speed up haStashIterate() function? it takes too long to scan all bags.

    suggestion: may be it's better to force d3 window in front when operation with stash?
    I need help looking even select any item, get a practical example...

    while true do

    if haFilterType('XXX') and
    haFilterRarity('XXX') and
    haFilterLevel('60, 60') and
    haFilterStat(1, 'XXX', 16) and
    haFilterBuyout(XXX, true) and
    haActionSearch() then
    haListSelect(1)
    haActionBuyout()

    end

    haSendToStash(true)

    end

    while haStashIterate() do
    if haItemType('XXX') and
    haItemStat('XXX').value1>=16 then

    haSell(121111, 121111)


    end

    end

    .............................


    I actually tested this filter but still does not work for me does not even intend to seek objects with those stats, any solution?

  15. #330
    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)
    i see in TODO list: -add support for active auctions list

    it's good but i think it's need time to implement full control... may be 1st implement haCancelall() function? It will be great help for sell-scripts.
    Last edited by ztnko; 09-10-2012 at 02:17 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 04: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