[AH Bot] HappyAuction menu

User Tag List

Page 62 of 149 FirstFirst ... 12585960616263646566112 ... LastLast
Results 916 to 930 of 2227
  1. #916
    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 kajo6 View Post
    Hi, sorry for off, but i have a question with botting/banning:
    How many times can I rebuy a diablo 3 cd key for the same account if I'm getting banned for botting? Is there any limit to rebuy the cd key on battle.net?
    I doubt anyone can answer this question with any kind of honesty - why would you want to continually rebuy on your banned accounts? Convenience?

    [AH Bot] HappyAuction
  2. #917
    ntn3333's Avatar Private
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i can't bot for 2 account on 1 computer...help me

  3. #918
    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 ztnko View Post
    and now when i start to use haExec in loops with about thousand iterations - i start receive this error on 2nd start of script... i use haExec to work with psql utility to connect to PostgreSQL database... explain pls how to avoid this problem and what's the source of this problem? it seems there is counter of haExec function starts and after some amount bot stops...

    p.s. my tests shows that bot stopps after 509 haExecs. this number repeats test after test...

    p.p.s.

    good test example to ChuiChu

    Code:
    haConsole()
    
    for z = 1,300 do
    	print(z)
    	for i = 1,10 do
    		l=haExec('dir')
    	end
    end
    every time on 50 digit it's skyrocket speed. it means that it stop working...
    sweet thanks... i love bug reports i can reproduce right away

  4. #919
    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)
    waiting for your reply if it's possible to fix this error! now i stop learning databases, sql etc coz of error but if it's possible to fix this in near future - i'll continue to study!

  5. #920
    Mad man's Avatar Member
    Reputation
    10
    Join Date
    Jul 2008
    Posts
    106
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why the first time I try to add critical hit chance, it fails and leave it as none (lost many millions to this).

    haFilterStat(5, 'Critical Hit Chance', 5)

  6. #921
    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)
    Mad man, if you don't understand that you don't post enough info to receive answer - then this bot is not for you... with info that you post there are 50 possible ways it fails. for example one way is "you forget to insert this line in your script"... this example seem stupid yes? your question is 50x more stupid...

  7. #922
    Mad man's Avatar Member
    Reputation
    10
    Join Date
    Jul 2008
    Posts
    106
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There's no stupid question. only stupid people.

    here's more info

    haFilterUnique('')
    haFilterSecondary('Amulet')

    haFilterBuyout(MAX_BUYOUT, true)
    haFilterStatClear()

    haFilterLevel(58,60)

    haFilterStat(2, 'Critical Hit Damage', 60)
    haFilterStat(3, 'Attack Speed %', 9)
    haFilterStat(4, 'Dexterity', 100)
    haFilterStat(5, 'Critical Hit Chance', 5)
    haSearch()

    I tried adding it first, or last ( like in this exemple), it still wont work.

    My second search is a copy paste of this one, only i'm looking for str, and the critical hit chance is added into filter. Also, when the script starts over, it does apply Critical hit chance.

    Doing one research before starting the bot fix this.

    'nuff infos ?

  8. #923
    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)
    if you use haFilterSecondary('Amulet') then you must use haFilterPrimary('Armor') before or simply use haFilterType('Amulet') instead of haFilterSecondary('Amulet') and all will be ok... you must 1st swich category type before you can enter crit chance because for weapons there is no such variant as crit chance...
    Last edited by ztnko; 01-05-2013 at 11:04 AM.

  9. #924
    Mad man's Avatar Member
    Reputation
    10
    Join Date
    Jul 2008
    Posts
    106
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    oh, that make sense. thank you !

  10. #925
    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)
    no banwave yet lol, more crit mempos for me xD

  11. #926
    Turo's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can we buy secret tome with it ?

  12. #927
    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 ztnko View Post
    waiting for your reply if it's possible to fix this error! now i stop learning databases, sql etc coz of error but if it's possible to fix this in near future - i'll continue to study!
    already have it fixed... trying to reproduce a few reported bugs now and then looking at the completed items improvements

  13. #928
    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)
    thank you!

  14. #929
    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?
    ok i think i found it... is this what you see before a succesful auction?


    still not sure how to get that popup but knowing that it happens i can blind fix it now where ill require the text of the final dialog message before hitting ok

  15. #930
    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)
    ChuiChu, i am sure Sehae speaks about buying items - not selling as in your screenshot. and i think there is no bug with buying items at all. his main argument that after he failed to buy item - there must be faild line in log or succesfull buy item. but it's not the truth. failed appears only if both competitors was in photofinish - in most cases it's not the true - everybody can test this by starting 2 bot's for searching very specific item and then post this item on auction and see what happend.

    1. in 70% cases both bot's will see item, 1 bot buy it and no failed line in log on 2nd bot
    2. in 20% cases both bot' will see item, 1 bot buy it and there is failed line in log in 2nd bot
    3. in 10% cases only 1 bot will see item (because bot's works asynchronous and 1st bot is enogh lucky to press haSearch() milliseconds after item appears and buy it before 2nd bot even see it)

    p.s. it's only my vision and i don't have any real provements that there is no bug with buying items... i also see extremly low number of buying items last weeks but i think it's only because of nobody plays diablo now after blizz announce of killing pvp...
    Last edited by ztnko; 01-08-2013 at 04:01 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 12:05 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