[AH Bot] HappyAuction menu

Shout-Out

User Tag List

Page 50 of 149 FirstFirst ... 464748495051525354100 ... LastLast
Results 736 to 750 of 2227
  1. #736
    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)
    So does everyone have this problem with the input limit reaches? If you don't, please share Chui, please check out what might be the cause.
    PS: It doesn't seem to be in diablo/core since with old versions of the files, it does the same thing :/
    Last edited by Sehae; 11-28-2012 at 10:14 AM.

    [AH Bot] HappyAuction
  2. #737
    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 CHandest View Post
    Any others having problems after input limit reaches? Mine won't click "OK" and use haSetLogin with the new version
    Same problem.

  3. #738
    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)
    why all worry about input limit? if this limit ever reached than it's bad script and you need ajust delay in sycle... of couse it's a bug but it's not critical... critical is haSell bug, haSellCancel bug - there is no way to use these functions now...

  4. #739
    CHandest's Avatar Knight-Lieutenant CoreCoins Purchaser
    Reputation
    19
    Join Date
    Aug 2012
    Posts
    275
    Thanks G/R
    0/0
    Trade Feedback
    5 (80%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Critical would be if buying didn't work ^^

  5. #740
    fessomanen's Avatar Private
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i wanna know how to search for max 2 pages and not the entire list.
    ive tried with haListAt(), and haListSelect but it does strange things :/

    Function:
    if haSearch() then

    --haListSelect(index)
    --haListNext()

    -- for every item
    while haListNext() do
    local total_value = 0
    local item = haItem()

    -- calculate total gem value
    for j, socket in pairs(item.sockets) do
    if socket.rank > 0 then
    local prices = GEM_PRICES[socket.gem]
    if prices ~= nil then
    total_value = total_value + prices[socket.rank]
    end
    end
    end

  6. #741
    slained's Avatar Master Sergeant
    Reputation
    22
    Join Date
    May 2012
    Posts
    121
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea not clicking the input limit reach.

    @ztnko - doesn't mean script is bad, sometimes i get input limit reached for no reason.. One of the most common dcs.

    Anyways none of my bots have been banned for 2 months.

  7. #742
    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)
    sry guys... missaved a file which broke relogin and haSell. fix posted

    Originally Posted by ztnko View Post
    haSellCancel() doesn't work at all
    i just tested with a 40 int item in my list (8th item out of 10) using following code:

    Code:
    while haSellIterate() do
    	if haItemStat('int').value1 == 40 then
    		haSellCancel()
    	end
    end

  8. #743
    CHandest's Avatar Knight-Lieutenant CoreCoins Purchaser
    Reputation
    19
    Join Date
    Aug 2012
    Posts
    275
    Thanks G/R
    0/0
    Trade Feedback
    5 (80%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bot relogins now, but doesn't enter auction house and searches.

    Edit added: If I manually click on the auction house button when in the main menu, it automaticly starts searching.
    Last edited by CHandest; 11-28-2012 at 04:16 PM.

  9. #744
    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 CHandest View Post
    Bot relogins now, but doesn't enter auction house and searches. It has stayed in the menu for 10 minutes now doing nothing.

    Edit added: If I manually click on the auction house button when in the main menu, it automaticly starts searching.
    Yep, same problem here.

  10. #745
    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)
    same here, it does click ah sometimes after relog but usually bot screw up and afk after few minutes or few relogs if you dont manually click the ah interface often.

  11. #746
    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
    i just tested with a 40 int item in my list (8th item out of 10) using following code:

    Code:
    while haSellIterate() do
    	if haItemStat('int').value1 == 40 then
    		haSellCancel()
    	end
    end
    my code is more simple: while haSellIterate() do haSellCancel() end
    don't know what happened but it not work for me on first 3 machines and then i don't test it more - simly exclude it from script. now i test it on both last versions and all worked as intened. don't know what happend 1st time. sorry.

  12. #747
    slained's Avatar Master Sergeant
    Reputation
    22
    Join Date
    May 2012
    Posts
    121
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    when it sells more than 10 items, i get the popup and it doesnt close the message. Didn't do it last patch

  13. #748
    fessomanen's Avatar Private
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    pls anybody... do you know how to only search the first 2 pages?

    code:

    function GemMiner()
    -- search
    if haSearch() then
    --haListNext() do
    -- for every item
    while haListNext() do
    local total_value = 0
    local item = haItem()

    -- calculate total gem value
    for j, socket in pairs(item.sockets) do
    if socket.rank > 0 then
    local prices = GEM_PRICES[socket.gem]
    if prices ~= nil then
    total_value = total_value + prices[socket.rank]
    end
    end
    end

  14. #749
    fessomanen's Avatar Private
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why im asking is because the threshold bidding system doesnt work for me so its no point going threw all the items in list..

    or i ill be happy too if you know only how to search 1 page.
    Last edited by fessomanen; 11-28-2012 at 06:55 PM.

  15. #750
    orionfragances's Avatar Private
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CHandest View Post
    Bot relogins now, but doesn't enter auction house and searches.

    Edit added: If I manually click on the auction house button when in the main menu, it automaticly starts searching.
    I have the same problem too

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