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

User Tag List

Page 40 of 300 FirstFirst ... 36373839404142434490140 ... LastLast
Results 586 to 600 of 4489
  1. #586
    rvbfreak's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by skatlyup View Post
    Does anyone know what part of the script is when after cellar detection and there is no cellar open, the player moves a few feet south-east then casts tp.

    I'm looking in the script and can't seem to locate it.
    starts around line 158

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #587
    goofinator's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rvbfreak View Post
    not transparent, just black. I took a screenshot with the print screen key, pasted it into paint, used the pencil tool to color all of the pixels black, and saved it as a png. You *may* need to mess with the tolerance a bit to get it to register.
    ok i have it picking up tomes now, i haven't tested it much further and i didn't clean the code up
    Code:
    Func tome()
    	$gX = 0
            $gY = 0
            $Start = 0
            ;variables are all set, now onto the scan.
     
            $start = _ImageSearchArea('C:\Users\Chris\Desktop\tome.png',1,0,0,@DesktopWidth,@DesktopHeight,$gX,$gY,120)
            While $start = 1
                    MouseMove($gX,$gY,3)
                    Sleep(100)
                    MouseClick("left",$gX,$gY)
                    Sleep(1200)
                    $start = _ImageSearchArea('C:\Users\Chris\Desktop\tome.png',1,0,0,@DesktopWidth,@DesktopHeight,$gX,$gY,120)
                    WEnd
    EndFunc
    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-tome-png

    And a working image of 'uare' which works better then the whole word
    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-uare-png

    PasteBin
    i left the original headers to place credit where its needed,
    and posted this if anyone is interested in what i've done to the original code
    Last edited by goofinator; 06-09-2012 at 06:46 PM. Reason: Added Pastebin

  3. #588
    orion0212's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm having a problem with resuming after a death.

    If I die, it successfully recognizes that and logs me out, then resumes but after the Resume it will Logout again at the spawn-point immediately, then it will try to click the Resume game button too quickly and continue with the script. This puts me in a menu loop and ends up with the banner screen.

    I've tried to extend some of the timers I thought were the right one but I can't seem to find the correct timer.

    Thanks for any help.

    (Maybe got it figured out- I had Close All Windows remapped in my settings so that might have thrown off the Window Check)
    Last edited by orion0212; 06-09-2012 at 06:56 PM.

  4. #589
    Dartan's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by goofinator View Post
    ok i have it picking up tomes now, i haven't tested it much further and i didn't clean the code up
    Code:
    Func tome()
        $gX = 0
            $gY = 0
            $Start = 0
            ;variables are all set, now onto the scan.
     
            $start = _ImageSearchArea('C:\Users\Chris\Desktop\tome.png',1,0,0,@DesktopWidth,@DesktopHeight,$gX,$gY,120)
            While $start = 1
                    MouseMove($gX,$gY,3)
                    Sleep(100)
                    MouseClick("left",$gX,$gY)
                    Sleep(1200)
                    $start = _ImageSearchArea('C:\Users\Chris\Desktop\tome.png',1,0,0,@DesktopWidth,@DesktopHeight,$gX,$gY,120)
                    WEnd
    EndFunc
    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-tome-png

    And a working image of 'uare' which works better then the whole word
    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-uare-png

    PasteBin
    i left the original headers to place credit where its needed,
    and posted this if anyone is interested in what i've done to the original code
    Any idea on how to make a loop function for the gem and tome pickup when there's more than 1 "quare"? Also, could just focus on flawless instead to prioritize the better gems.

  5. #590
    yamahacore's Avatar Member
    Reputation
    6
    Join Date
    Mar 2009
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there a 1980x1020 16:9 widescreen script available?

    cant seem to get widescreen off..

  6. #591
    goofinator's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dartan View Post
    Any idea on how to make a loop function for the gem and tome pickup when there's more than 1 "quare"? Also, could just focus on flawless instead to prioritize the better gems.
    wouldn't be too hard, just crop the image so that it displays 'lawl' (from flawless) i can't see many other blues having that in it.

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-flawless-png

    Edit, i haven't tested it but it should work
    Last edited by goofinator; 06-09-2012 at 07:01 PM.

  7. #592
    Dartan's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea should work. I made the tome and quare one already but did the function a little different. Are you seeing that your script accidently picks up a blue next to the gem instead of the actual gem? Can't figure out why I am having this issue.

  8. #593
    rvbfreak's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dartan View Post
    Yea should work. I made the tome and quare one already but did the function a little different. Are you seeing that your script accidently picks up a blue next to the gem instead of the actual gem? Can't figure out why I am having this issue.
    The script is written so it clicks the middle of the image that it finds. Picking up the wrong thing is a problem with the game.

  9. #594
    goofinator's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dartan View Post
    Yea should work. I made the tome and quare one already but did the function a little different. Are you seeing that your script accidently picks up a blue next to the gem instead of the actual gem? Can't figure out why I am having this issue.
    Haven't had any problem like that, i dropped a bunch of tomes and gems on the ground and ran just the CheckLoot part of the script and it picked up everything, so i think all of that is working fine, as far as the script not working for you i'm not sure, its not my code i'm just playing around with it to get it working on my computer and thought i'd share some info.

  10. #595
    kallellkryptonite's Avatar Knight
    Reputation
    60
    Join Date
    Jan 2012
    Posts
    202
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dartan View Post
    Any idea on how to make a loop function for the gem and tome pickup when there's more than 1 "quare"? Also, could just focus on flawless instead to prioritize the better gems.

    Just going to point out something, in the event people don't catch it.

    "C:\Users\Chris\Desktop\tome.png"

    Needs to be changed per user...unless of course your user profile is indeed Chris.

  11. #596
    jm68's Avatar Sergeant
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm running this on win7 64 bit, 1920x1080, fullscreen windowed. When I start script, the mouse moves but it never joins a game... Looks like the resolution isnt right, but i KNOW my desktop and my game resolution are 1920x1080. Any one had this issue?

  12. #597
    pharry's Avatar Banned
    Reputation
    19
    Join Date
    Jun 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Really good shit! Many +++++++++

  13. #598
    MonsterMMORPG's Avatar Active Member
    Reputation
    71
    Join Date
    Jun 2012
    Posts
    461
    Thanks G/R
    44/48
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @goofinator i am going to try your code

    can you also modify it to pick up pages as well ? thank you . like jewelcraft page

  14. #599
    orion0212's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jm68 View Post
    I'm running this on win7 64 bit, 1920x1080, fullscreen windowed. When I start script, the mouse moves but it never joins a game... Looks like the resolution isnt right, but i KNOW my desktop and my game resolution are 1920x1080. Any one had this issue?
    Yeah, start the script when you're in the game not from the menu.

  15. #600
    skatlyup's Avatar Sergeant
    Reputation
    9
    Join Date
    May 2012
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone know if I can move the mouse automatically in D3 and autoit will record my actions in the script?

    I've got wormhole working great but trying to put it into the script.

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 05:29 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