[AH Bot] HappyAuction menu

User Tag List

Page 89 of 149 FirstFirst ... 39858687888990919293139 ... LastLast
Results 1,321 to 1,335 of 2227
  1. #1321
    tealikesme's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    heya, so its being updated or something?
    cuz im just getting script fail now saying either d3 not running or minimized or HA not latest version or not at auction house.
    unless its because i reainstalled to windows 8 but i tested it yesterday and everything worked fine, today i'm getting the error.

    [AH Bot] HappyAuction
  2. #1322
    tealikesme's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    o.o you guys alive here?

    yesterday, the bot worked perfectly, I assume it is being updated or something? but then i started to wonder how the hell would the bot know that its out of date, i didnt notice thats its connecting to any server online or sending any info.

    anyway! this is the error I got when trying make my scripts work. the scripts that worked just fine until today.

    [AH Bot] HappyAuction-haderp-jpg

  3. #1323
    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)
    send pm to spammero - he is expert in such problems and surely can help you!

  4. #1324
    alanrl05's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can someone help me or teach me how to use this thing? any easy to learn tutorial or videos on how to use this thing? il be gladly be happy if any friends out there can help. thanks.

  5. #1325
    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)
    Originally Posted by alanrl05 View Post
    can someone help me or teach me how to use this thing? any easy to learn tutorial or videos on how to use this thing? il be gladly be happy if any friends out there can help. thanks.
    How about
    [AH Bot] HappyAuction-31943910-jpg

  6. #1326
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    121
    Join Date
    Oct 2008
    Posts
    325
    Thanks G/R
    11/66
    Trade Feedback
    7 (100%)
    Mentioned
    3 Post(s)
    Tagged
    2 Thread(s)
    Well.. this thread can seem a little uncommunicative, but you must understand that noone is going to share you the way they make money, this is a tool, you can ask how to perform a particular action or ask help on a piece of code, but noone here, with a little brain, will share their secrets.
    that said, i like the micro community this thread has, and their inner war

  7. #1327
    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)
    Hey guys,
    I wanted to ask do you use scan logs to regulate the prices since they are changing frequently? Can I write a script, which scans each given criteria and logs the first buyout result - for example - the lowest priced item for certain criteria?
    Cheers

  8. #1328
    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 bug with haGetGold() - it returns uncorrect amount for summs upper then about 4.3b... may be it's because of UINT maximum is 4,294,967,295... sometimes it's a porblem - i think everybody have a check like "if item.buyout > haGetGold()" befory buying item and with buggy haGetGold() script will sometimes pass items if gold amount exceed 4.3b...
    Last edited by ztnko; 05-03-2013 at 03:25 AM.

  9. #1329
    alcor75's Avatar Site Donator CoreCoins Purchaser
    Reputation
    121
    Join Date
    Oct 2008
    Posts
    325
    Thanks G/R
    11/66
    Trade Feedback
    7 (100%)
    Mentioned
    3 Post(s)
    Tagged
    2 Thread(s)
    Originally Posted by ztnko View Post
    find bug with haGetGold() - it returns uncorrect amount for summs upper then about 4.3b... may be it's because of UINT maximum is 4,294,967,295... sometimes it's a porblem - i think everybody have a check like "if item.buyout > haGetGold()" befory buying item and with buggy haGetGold() script will sometimes pass items if gold amount exceed 4.3b...
    Big hug to you for sharing this, tnx alot friend.

  10. #1330
    B0wZ0oL's Avatar Member
    Reputation
    1
    Join Date
    May 2010
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, i just install AH Bot, set a buyout price and some filters, than it returns to me :

    Lua Fail :
    SnipeBuyout.lua:11: attempt to compare a boolean with a number

    This is my snipeBuyout.lua :
    Code:
    --[[
    	Simple traditional buyout bot that will buyout loop first item. User will
    	be prompt to set buyout if not already set. It will then adjust the buyout
    	each loop by a small random margin.
    ]]--
    
    -- get user buyout
    local buyout = haFilterBuyout (3000000, randomize)
    
    -- check input
    if buyout <= 0 then
    	haAlert('Set some filters and a low buyout')
    else
    	while true do
    		-- update buyout with randomize
    		haFilterBuyout(buyout, true)
    		haFilterLevel(60,  60)
    		-- search and select first item in list
    		if haSearch() and haListSelect(1) then
    
    			-- get item object
    			local item = haItem()
    
    			-- prompt to confirm buyout. this is purely so new users dont
    			-- lose $$$. remove otherwise.
    			if haPrompt('buy "' .. item.name .. '" for ' .. item.buyout .. '?\n\n(CTRL-F12 to stop script)') then
    				haBuyout()
    			end
    		end
    	end
    end

  11. #1331
    longerianin's Avatar Member
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone tell me why but is breaking game? Im geting max searches on ah and game is ending

  12. #1332
    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)
    while haSendToStash() do end <-- this does not seem to work on 39 version.

  13. #1333
    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 msk380 View Post
    while haSendToStash() do end <-- this does not seem to work on 39 version.
    /Clap Einstein, I claimed this a few days ago. READ comments...

    Originally Posted by ChuiChu View Post
    im looking into using the auction log instead now and plan on restoring sendtostash to its original state

    or maybe have both work idk.... blizzard sure has some bad engineers now. couldve made this alot better.

    funny thing, bad engineers also make hacking games harder... because theres a lot more to wasted memory/steps to sift through.

    Patch 1.0.8 going live today.

    Patch 1.0.8 should now be downloading on Live US clients!
    Last edited by spammero; 05-07-2013 at 08:04 AM.

  14. #1334
    longerianin's Avatar Member
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guys noob question. Is there any searching cap, because im geting kicked from game after hiting certain number of searches. Im not programer so please give me some tip ;p

  15. #1335
    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 spammero View Post
    /Clap Einstein, I claimed this a few days ago. READ comments...
    lol - you was the last who mention this bug in this thread 4 days after everybody discuss it and forget so it's you who need to READ comments...

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