[Autoit] Auction House bot 1024x768 only menu

Shout-Out

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 35
  1. #16
    kevilay's Avatar Member
    Reputation
    4
    Join Date
    Jun 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yeerk View Post
    hmm i tried, but the bot basically just sits around and presses the esc button randomly. an y idea why?
    Same issue, trying to figure it out

    [Autoit] Auction House bot 1024x768 only
  2. #17
    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)
    Works fine but doesn't loop, it stop on class selection.

    Thx in advance.

  3. #18
    AstralWarior's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello qwerz123. What did not try to make it work, it didn't lead to success, pictures altered 3 times and Jpg and Bmp tried, everything is ineffectual, totally spent 7 hours. But it still goes to the main menu and presses ESC. = (
    I understand that this is my problem, but maybe you'll be kind enough to cut a piece of script is responsible only for entering numbers in the price and buy the lot when it appears? And all search options, were introduced to direct by hands in the game. If not difficult, please do.
    With respect.
    P.S. sorry for mistakes, English is't my native language.

  4. #19
    qwerz123's Avatar Member
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    function checkIfWeInMenu:
    Code:
    Func checkIfWeInMenu()   WinActivate("Diablo III")
       Sleep(200)
       $x=0
       $y=0
       While 1
          $res= _ImageSearch("D3AHImages\AuctionHouse.jpg",0,$x,$y,100)
          If $res=1 Then
             ExitLoop
          Else 
             Send("{ESC}")
             Sleep(200)
          EndIf
       WEnd
    EndFunc
    The only thing bot does is checks for AuctionHouse.jpg and if it is not found presses ESC button. So the problem is only that bot can't find the picture. Try different pictures. If "AUCTION HOUSE" picture is not working then try "UCTION HOU" or "CTION HOUSE" or "AUCTIO". Just something that is unique on the page. And use my script to check the images you made. Use Snipping Tools from Windows (Start-All Programs-Accessories).
    I uploaded the video: how to make imagesearch work - YouTube
    Well... i can't really say more. Just make sure that test script is finding the picture. That's it.

  5. #20
    vorn10's Avatar Active Member
    Reputation
    75
    Join Date
    Nov 2010
    Posts
    303
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So this is based on ppl mistake while they posting items or they set low price cuz they are noobs? or what? i dont get it from videos.

  6. #21
    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 qwerz123 View Post
    function checkIfWeInMenu:
    Code:
    Func checkIfWeInMenu()   WinActivate("Diablo III")
       Sleep(200)
       $x=0
       $y=0
       While 1
          $res= _ImageSearch("D3AHImages\AuctionHouse.jpg",0,$x,$y,100)
          If $res=1 Then
             ExitLoop
          Else 
             Send("{ESC}")
             Sleep(200)
          EndIf
       WEnd
    EndFunc
    The only thing bot does is checks for AuctionHouse.jpg and if it is not found presses ESC button. So the problem is only that bot can't find the picture. Try different pictures. If "AUCTION HOUSE" picture is not working then try "UCTION HOU" or "CTION HOUSE" or "AUCTIO". Just something that is unique on the page. And use my script to check the images you made. Use Snipping Tools from Windows (Start-All Programs-Accessories).
    I uploaded the video: how to make imagesearch work - YouTube
    Well... i can't really say more. Just make sure that test script is finding the picture. That's it.
    I have your AH bot working (I remade and checked new screenshots for me), is amazing and works but i have a problem. When bot finish check all items in AH from INI read (item1, item2, etc), bot don't start again and stop working and close :S. I would like looping again AHoptions.ini.

    Code:
        While 1
           logStart()
           $abc=0
           Do
                  $abc=$abc+1
                  If ProcessExists("Diablo III.exe") Then
                         CheckItem($abc)
                  Else
                         Exit 0
                  EndIf
           Until $abc=$itemsCount
           logEnd()
           Sleep(Random(10000,60000)) ;Random time to sleep between checking
        WEnd
    What is the problem here closing bot after finish search in AH? Thx in advance.

    Sorry for my english.

  7. #22
    AstralWarior's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    qwerz123, thanks a lot! All turned.After four attempt began to see AuctionHouse.jpg
    One more question if it is possible.
    The script does't specify such parameters as lvlitem and Rarity.
    How it can be realized?
    P.S. Hoping for an answer.

  8. #23
    TehVoyager's Avatar I just love KuRIoS
    Reputation
    1282
    Join Date
    Nov 2010
    Posts
    2,733
    Thanks G/R
    85/470
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    This is a bawt i could get behind. i'll start poking around with this after raid tonight.


    (don't post things I post to Patreon.)

  9. #24
    zewt's Avatar Member
    Reputation
    13
    Join Date
    Nov 2008
    Posts
    127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yah I'm gonna remake this thanks for inspiration.

  10. #25
    Gardettos's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I finally got the images to detect. I turned up my brightness and gamma. The only problem now is that after it detects auctionhouse it just opens up the quest page. So I guess all the cord are off for some reason. I am running 1024x768 Fullscreen Windowed. Might because my desktop resolution is not that though. I am currently going through and changing coordinates. Making some progress.
    Last edited by Gardettos; 06-13-2012 at 03:09 PM.

  11. #26
    Gardettos's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So after messing with the coordinates I realize this might not be worth it. Would be easiest if your post your D3Pref exactly like this

    PreferencesVersion "42"
    PlayedCutscene0 "1"
    PlayedCutscene1 "0"
    PlayedCutscene2 "0"
    PlayedCutscene3 "0"
    DisplayModeFlags "0"
    DisplayModeWindowMode "1"
    DisplayModeWinLeft "584"
    DisplayModeWinTop "246"
    DisplayModeWinWidth "816"
    DisplayModeWinHeight "638"
    DisplayModeUIOptWidth "1280"
    DisplayModeUIOptHeight "768"
    DisplayModeWidth "1680"
    DisplayModeHeight "1050"
    DisplayModeRefreshRate "75"
    DisplayModeBitDepth "32"
    Gamma "1.100000"
    MipOffset "0"
    ShadowQuality "3"
    PhysicsQuality "1"
    ClutterQuality "3"
    Vsync "1"
    Letterbox "0"
    Antialiasing "1"
    LowFX "0"

  12. #27
    m0llef0ot's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    The snipping tool wont work..

    EDIT: I found out how it worked.. but im still only getting a lot of ESC's... if anyone have some other pictures that works it would be appreciated!
    Last edited by m0llef0ot; 06-13-2012 at 08:05 PM.

  13. #28
    TehVoyager's Avatar I just love KuRIoS
    Reputation
    1282
    Join Date
    Nov 2010
    Posts
    2,733
    Thanks G/R
    85/470
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Does not work. presses Escape alot. I R Teh Disappoint.


    (don't post things I post to Patreon.)

  14. #29
    qwerz123's Avatar Member
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by spammero View Post
    I have your AH bot working (I remade and checked new screenshots for me), is amazing and works but i have a problem. When bot finish check all items in AH from INI read (item1, item2, etc), bot don't start again and stop working and close :S. I would like looping again AHoptions.ini.

    Code:
        While 1
           logStart()
           $abc=0
           Do
                  $abc=$abc+1
                  If ProcessExists("Diablo III.exe") Then
                         CheckItem($abc)
                  Else
                         Exit 0
                  EndIf
           Until $abc=$itemsCount
           logEnd()
           Sleep(Random(10000,60000)) ;Random time to sleep between checking
        WEnd
    What is the problem here closing bot after finish search in AH? Thx in advance.

    Sorry for my english.
    Strange. The loop in infinite, so the bot must be checking items until you will turn it off. Or if it totally quits then some error occurs. Do you have correct number in "Options .ini":
    Code:
    [general]
    HowManyItems="21"
    So if you have the last one "item21" then in "HowManyItems" variable must be 21. Also check all "Exit 0" functions in the script. Lines are 34, 165, 189, 669. Try raise checks on 165,189 and 669 lines. For example not
    Code:
     If $a=10 Then
          exit 0
    but:
    Code:
     If $a=20 Then
          exit 0
    Maybe bot can't find the stuff on 10 checks and quits. All exit functions are made to prevent errors. Because this is auction and if bot does something stupid (like buying useless things for 10 mil.) by clicking randomly... maybe you will have different opinion about me You can also comment Exit functions and look if bot continues the loop and then try to find the error.

  15. #30
    ForGold's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks very much for your contribution.

    I have stripped your code down to its bare functions and am using it as buying machine while I'm sitting at the computer.

    The only problem I've had is that when an item does appear to buy, it takes forever to actually purchase it. Normally it's sold before the script can even click it.

    I've tried reducing the sleep before the image check for NoItemsFound.jpg and it seems it doesn't give imagesearch enough time to look for the jpg.

    Any ideas on why imagesearch would be so slow?

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Anyone know of a good auction house bot that isn't autoit?
    By IcyBlueHell in forum Diablo 3 Bots Questions & Requests
    Replies: 1
    Last Post: 07-15-2012, 09:40 PM
  2. [Autoit] Auction House bot 1024x768 only
    By qwerz123 in forum Diablo 3 Bots and Programs
    Replies: 12
    Last Post: 06-11-2012, 11:03 AM
  3. [Mangos] Enabling Auction House Bot
    By Torpid in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 04-25-2010, 03:06 PM
  4. Auction House Bot
    By danimal in forum World of Warcraft General
    Replies: 1
    Last Post: 02-03-2010, 02:10 PM
  5. [Beta Release] DrGoldbags Auction House Bot
    By vulcanaoc in forum World of Warcraft Bots and Programs
    Replies: 67
    Last Post: 08-11-2009, 02:32 PM
All times are GMT -5. The time now is 02:00 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