[Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080] menu

User Tag List

Page 56 of 300 FirstFirst ... 6525354555657585960106156 ... LastLast
Results 826 to 840 of 4489
  1. #826
    exit2212's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When im in windowed he dont see it, when im in normal he see it. but dont enter in it
    http://img41.imageshack.us/img41/520...shot003uhd.jpg --> he see it but after puting arrow on it, he juste tp and remake game.

    And when im in windowed mode, he do that : http://img809.imageshack.us/img809/3...nshot004qf.jpg
    i near dont see the cellar... and he dont see it eighter ^^ ..

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #827
    Blazertoo'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)
    People who are having problems with the cellar door, may be due to the fact that they are not using the tactical advantage passive.

  3. #828
    greenxeyezz's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    asusROB

    I did all your changes with DLL and editing the ImageSearch.au3 file just the way you have it....including that msg box....


    I compiled in x64 and now i get an error msg box "01"

    I will try it under x86 but I believe I got the same result...

    my understanding is it isn't finding an IMAGE so its returning an ERROR....now this can be due to the dll file correct? or something else?

  4. #829
    mahirzukic2's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by exit2212 View Post
    When im in windowed he dont see it, when im in normal he see it. but dont enter in it
    http://img41.imageshack.us/img41/520...shot003uhd.jpg --> he see it but after puting arrow on it, he juste tp and remake game..
    I added this code to fix it, had the same problem

    ;added
    MouseClick("middle",Round(48*$x_ratio),Round(280*$y_ratio))
    sleep(3000)
    MouseClick("left",Round(1241*$x_ratio),Round(443*$y_ratio))
    ;added
    ;MouseClick("left",Round(300*$x_ratio),Round(100*$y_ratio)) ;Entrance to cellar

    EDIT: forgot to add that I used 1920x1080 res for these 2 new points, and also that i have 23% movespeed, if u dont get it in time increase that sleep over there.
    EDIT2: made it viable for all resolutions, and don't forget to comment that last line out and add those 3 before the commented one.
    Last edited by mahirzukic2; 06-10-2012 at 07:55 PM.

  5. #830
    richardmh's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have an error, I've looked through the last 20 pages and haven't found it so I'll just ask.

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-error-line-353-png

    Any help appreciated.

  6. #831
    sqwat112's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)


    I've read a lot of pages and really tried to troubleshoot it myself but no luck..

    Any help will be rewarded in-game.

  7. #832
    Shimizoki's Avatar Knight-Lieutenant
    Reputation
    32
    Join Date
    Jun 2012
    Posts
    358
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by richardmh View Post
    I have an error, I've looked through the last 20 pages and haven't found it so I'll just ask.
    Any help appreciated.
    do you have the DLL and the ImageSearch.au3?


    Originally Posted by sqwat112 View Post
    I've read a lot of pages and really tried to troubleshoot it myself but no luck..
    Any help will be rewarded in-game.
    Make sure that $totalItems is set in the script to the amount of items you want it to pick up... If its set to 3 and you only have 2 you can get that error.

  8. #833
    meta23's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there an updated loot function already? I want the bot to pick up/sell magic items.

  9. #834
    richardmh's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shimizoki View Post
    do you have the DLL and the ImageSearch.au3?
    I do have both, placed where they were supposed to be
    (Program Files for ImageSearch and syswyw64 for DLL right?)
    I also had an error before that for #include <ImageSearch.au3> and from what i read putting a ; infront of it was the fix, or did that just break something else?

  10. #835
    sqwat112's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shimizoki View Post
    do you have the DLL and the ImageSearch.au3?



    Make sure that $totalItems is set in the script to the amount of items you want it to pick up... If its set to 3 and you only have 2 you can get that error.
    $totalItems = 20 ; This needs to match the number of pngs you are loading
    Global $pick[$totalItems]
    $pick[0] = "uare.png" ; Matches "Square"
    $pick[1] = "tome.png" ; Matches "Tome"
    $pick[2] = "legendaryA.png"
    $pick[3] = "legendaryE.png"
    $pick[4] = "legendaryI.png"
    $pick[5] = "legendaryO.png"
    $pick[6] = "legendaryU.png"
    $pick[7] = "legendaryY.png"
    $pick[8] = "rareA.png"
    $pick[9] = "rareE.png"
    $pick[10] = "rareI.png"
    $pick[11] = "rareO.png"
    $pick[12] = "rareU.png"
    $pick[13] = "rareY.png"
    $pick[14] = "setA.png"
    $pick[15] = "setE.png"
    $pick[16] = "setI.png"
    $pick[17] = "setO.png"
    $pick[18] = "setU.png"
    $pick[19] = "setY.png"

    Is what I've got.

  11. #836
    sqwat112's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by richardmh View Post
    I do have both, placed where they were supposed to be
    (Program Files for ImageSearch and syswyw64 for DLL right?)
    I also had an error before that for #include <ImageSearch.au3> and from what i read putting a ; infront of it was the fix, or did that just break something else?
    The ';' just changes it to a comment and makes it not load.

  12. #837
    Shimizoki's Avatar Knight-Lieutenant
    Reputation
    32
    Join Date
    Jun 2012
    Posts
    358
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by richardmh View Post
    I do have both, placed where they were supposed to be
    (Program Files for ImageSearch and syswyw64 for DLL right?)
    I also had an error before that for #include <ImageSearch.au3> and from what i read putting a ; infront of it was the fix, or did that just break something else?
    You need to remove the ; That was only helpful when you didnt have the files. Now that you have them you dont want the ; there anymore

    EDIT::
    Ninja'd

    Originally Posted by sqwat112 View Post
    $totalItems = 20 ; This needs to match the number of pngs you are loading
    Is what I've got.
    Yea, that should do it. As I am no longer using notAres's latest builds I cannot be sure. Personally I think looking for that many items is crazy. (Do you just stand there for 20 seconds scanning the screen after a kill?)

    Best of luck, sorry I couldnt be of more help.
    Last edited by Shimizoki; 06-10-2012 at 08:08 PM.

  13. #838
    pokergu's Avatar Corporal
    Reputation
    7
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sqwat112 View Post


    I've read a lot of pages and really tried to troubleshoot it myself but no luck..

    Any help will be rewarded in-game.
    use this: ImageSearch.rar

    it was linked earlier.

  14. #839
    richardmh's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just changed to match yours and same error, just on a different line (since I added more items to the list and all.)

    How can I fix this:

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-error-line-19-png

    ?
    Last edited by richardmh; 06-10-2012 at 08:18 PM.

  15. #840
    notAres's Avatar Knight-Lieutenant
    Reputation
    124
    Join Date
    Jun 2012
    Posts
    318
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1.3c has been uploaded. Working perfectly and looting everything 100% of the time.

Similar Threads

  1. Replies: 17
    Last Post: 12-14-2012, 07:21 PM
  2. Replies: 108
    Last Post: 07-03-2012, 02:39 PM
  3. Auto IT Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
    By Peterk426 in forum Diablo 3 Bots Questions & Requests
    Replies: 5
    Last Post: 07-02-2012, 03:05 PM
  4. Replies: 5
    Last Post: 06-19-2012, 01:36 PM
  5. [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
    By notAres in forum Diablo 3 Bots and Programs
    Replies: 1118
    Last Post: 06-11-2012, 10:32 AM
All times are GMT -5. The time now is 03:58 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