[AH Bot] HappyAuction menu

User Tag List

Page 59 of 149 FirstFirst ... 9555657585960616263109 ... LastLast
Results 871 to 885 of 2227
  1. #871
    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 ztnko View Post
    when you cancell items - you must save an array of item.hash and item.buyout and then when you resell these items - you must take buyouts from this array...

    for example: (it cancell all items and resell them with 85% price)

    Code:
    function zResell()
    	local zp=0.85
    	local ii=0
    	zitems3={
    	{0,0},
    	{0,0},
    	{0,0},
    	{0,0},
    	{0,0},
    	{0,0},
    	{0,0},
    	{0,0},
    	{0,0},
    	{0,0}
    	}
    	while haSellIterate() do
    	ii=ii+1
    		local item = haItem()
    		zitems3[ii][1]=item.hash
    		zitems3[ii][2]=item.buyout
    		haSellCancel()
    	end
    	haSleep(1100)
    	while haSendToStash() do end
    	while haSendToStash() do end
    	haSetGlobalDelay(100)
    	local zf = true
    	for zrow = 1,10 do
    	if zf == false then break end
    	for zcol = 1,7 do
    	if zf == false then break end
    		haStashSelect(zcol, zrow, 1)
    		local item = haItem()
    		for j=1,10 do
    			if item.hash == zitems3[j][1] then
    				price = math.floor((zitems3[j][2])*zp)
    				zf = haSell (price, price)
    				break
    			end
    
    		end
    	end
    	end
    end
    
    zResell()
    Wow that was FAST!!! thank you so much!

    p.s. works like a charm. thanks, again.
    Last edited by msk380; 12-26-2012 at 03:51 AM.

    [AH Bot] HappyAuction
  2. #872
    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 would like to ask ChuiChu to give "- provide more information about send-to-stash in completed tab" in TODO list the highest priority. I can explain why. Now we have full control of buying items, full controll of selling items and full control of stash items. with new hash function we can do ALL what we want. Of cause it's some small "bugs" like item.type etc but it's not really prevent coding smth. Now there is only one problem - we can't get buy statistic and we can't get sell statistic. Of couse we can log item that we find but we don't know if we really bought it. The same story with sell - we can log what we put on auction but we can't understand if it sold or not. And it's really problem when i have several hundreds items a day. I need that info to analyze the effectivness of each of my buying filters. I don't speak now about "auction log" tab. I speak about "completed items" tab. I really need that combination like

    haListIterate()
    item=haItem()

    works for comleted items tab. and i need there additional fields like:
    1. to detect it's new item or unsold or it's gold for sold items or it's gold for failed item that you pay gold but somebody else buy it etc
    2. if it's gold - item=haItem() also must return item so i can use all common fields of item and item.hash

    i understand that average user of this bot don't need all these functions but i think you don't make your bot for them because you even don't want money for your work. But i think you make this bot for advanced users who understand full potential and i assure you - i am not alone - these advanced users really luck of fucntions to work with completed tab!

    p.s. i know that now comes "spammero&K" and say that his snipebot on 2 accs don't need all these, so i ask everybody who understand what i am talking about and need it - support my petition...
    Last edited by ztnko; 12-26-2012 at 05:54 AM.

  3. #873
    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)
    is anyone still making 50-100m+ pr day stable?

  4. #874
    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 ztnko View Post
    I would like to ask ChuiChu to give "- provide more information about send-to-stash in completed tab" in TODO list the highest priority. I can explain why. Now we have full control of buying items, full controll of selling items and full control of stash items. with new hash function we can do ALL what we want. Of cause it's some small "bugs" like item.type etc but it's not really prevent coding smth. Now there is only one problem - we can't get buy statistic and we can't get sell statistic. Of couse we can log item that we find but we don't know if we really bought it. The same story with sell - we can log what we put on auction but we can't understand if it sold or not. And it's really problem when i have several hundreds items a day. I need that info to analyze the effectivness of each of my buying filters. I don't speak now about "auction log" tab. I speak about "completed items" tab. I really need that combination like

    haListIterate()
    item=haItem()

    works for comleted items tab. and i need there additional fields like:
    1. to detect it's new item or unsold or it's gold for sold items or it's gold for failed item that you pay gold but somebody else buy it etc
    2. if it's gold - item=haItem() also must return item so i can use all common fields of item and item.hash

    i understand that average user of this bot don't need all these functions but i think you don't make your bot for them because you even don't want money for your work. But i think you make this bot for advanced users who understand full potential and i assure you - i am not alone - these advanced users really luck of fucntions to work with completed tab!

    p.s. i know that now comes "spammero&K" and say that his snipebot on 2 accs don't need all these, so i ask everybody who understand what i am talking about and need it - support my petition...
    I support your petition!

  5. #875
    SEllGoldMMO's Avatar Private
    Reputation
    2
    Join Date
    Dec 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    got banned

  6. #876
    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 ztnko View Post
    i ask everybody who understand what i am talking about and need it - support my petition...
    I support your petition.

  7. #877
    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)
    hi guys... finally finished major stuff at work. have time to work on this again... ill make that last one high priority. was justa bout to ask what you guys want most first

    and yes, i made this bot for advanced use... unlike all the other bots who simply checked/bought first item of search results.
    Last edited by ChuiChu; 12-27-2012 at 04:10 AM.

  8. #878
    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 Sehae View Post
    Hi Chui,I have a problem with the bot - I see it as it finds the item, tries to buy it and then as it is processing the auction it either cancels it after 1 second waiting or the item suddenly becomes unavailable, but there is no failed auction ( IF it was a clear outsnipe, it would have been a FAILEd and would return the money) so I guess it just doesn't wait until the end of the processing and presses the cancel button. Is this possible, because since the last few patches I got severely reduced failed ammounts and bought amounts of items, so I guess it is a button problem, when the processing goes a little bit longer and the bot doesn't wait for it to complete, otherwise it would give the auction as a failed. Is this possible?
    Chand sent me same bug. since i dont actually do heavy botting to run into (therefore test) these issues. i just need help how to reproduce this without spending too much gold. is this a new patch thing?

  9. #879
    laddidaddi's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ChuiChu View Post
    Chand sent me same bug. since i dont actually do heavy botting to run into (therefore test) these issues. i just need help how to reproduce this without spending too much gold. is this a new patch thing?
    My impression was that it simply read that item was unavailable (outsniped) and thereby unable to buy and not producing any failed log and your gold sent to completed tab.

  10. #880
    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 laddidaddi View Post
    My impression was that it simply read that item was unavailable (outsniped) and thereby unable to buy and not producing any failed log and your gold sent to completed tab.
    Yes. Approx. 30% of the time the auction fails, the failure log is not created. I don't think it's a major problem.

  11. #881
    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)
    Another suggestion to further improvements is to optimize the bot running fullscreen windowed mode smoother. If we can get the bot working properly in this particular mode we would be able to run serveral D3 accounts in smaller scales than 800x600 on one PC without using that much CPU power (using ISBoxer).

    If this method already works then I'm sorry :-)

  12. #882
    Zealoter's Avatar Banned
    Reputation
    5
    Join Date
    Dec 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lossing alot of auctions atm :/

  13. #883
    juliet's Avatar Banned
    Reputation
    5
    Join Date
    Dec 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yep, same here, but you cant win every auction

  14. #884
    mrslug's Avatar Member
    Reputation
    2
    Join Date
    May 2012
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CHandest View Post
    Another suggestion to further improvements is to optimize the bot running fullscreen windowed mode smoother. If we can get the bot working properly in this particular mode we would be able to run serveral D3 accounts in smaller scales than 800x600 on one PC without using that much CPU power (using ISBoxer).

    If this method already works then I'm sorry :-)
    Just run D3 in windowed mode and scale the windows to the smallest size and run HA - no idea why you would run it in fullscreen mode.

  15. #885
    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)
    I got a question. How do you make your code to run during a specified time? For example, can u make it to run from 7pm and 11pm and then stop or run another code? Is there a way to get the computer clock? Thx a lot, in advance!

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 11:20 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