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

User Tag List

Page 184 of 300 FirstFirst ... 84134180181182183184185186187188234284 ... LastLast
Results 2,746 to 2,760 of 4489
  1. #2746
    skatermark420's Avatar Corporal
    Reputation
    1
    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 jjrsept View Post
    Yes it needs to, it figures out its open by looking for the name / color (not sure which)

    I'm running on 1600x900 fine atm.





    I having mine set to the pics\1600x900\ in the INI.
    Since theres more versions now you may have to set it like that as well.
    hmm will that stop it from picking up the rest? theres way more png's in my normal res

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #2747
    jjrsept's Avatar Member
    Reputation
    4
    Join Date
    May 2007
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by skatermark420 View Post
    hmm will that stop it from picking up the rest? theres way more png's in my normal res
    Rest of what?

    When you open the pics folder theres a 1600x900, a 1920x1080 and a high rest 1920x1080.

    In the INI folder set the folder to the one that applies to you.

    It needs all the PNGS in that folder.

  3. #2748
    skatermark420's Avatar Corporal
    Reputation
    1
    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 jjrsept View Post
    Rest of what?

    When you open the pics folder theres a 1600x900, a 1920x1080 and a high rest 1920x1080.

    In the INI folder set the folder to the one that applies to you.

    It needs all the PNGS in that folder.
    yes i understand that everything is set right. been running since 1.1ish. this is the first issue ive really had. its giving that error the moment i try and start it now o.0 its acting as if its not there and its there. i tried both pngs

  4. #2749
    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)
    Are you using @ScriptDir in your ini?

  5. #2750
    skatermark420's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok i figured it out lol noob move. i edited to dir lower then the top one. going back in i change top one also


    52 $pngLoc = "EXAMPLE - BotFiles\pics\" ;Location of the .PNGs (NO SUBFOLDERS - ALL PNGS GO HERE)


    112 If $pngLoc == "@ScriptDir" Then $pngLoc = @ScriptDir & "\pics\" i changed this one lol opps DONT TOUCH THIS PEOPLE!


    also big props and huge thanks notAres this is awesome work u got. Kinda mind blowing how fast u are at this. Best support ive ever dealt with!

  6. #2751
    MasqLB's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Angrycoder View Post
    Line 200ish.

    Code:
     $Pixel2 = PixelSearch(0, 0, Round(600 * $x_ratio), Round(600 * $y_ratio), 0x334FB7, 3)
    This is creating a boxed area to search for that pixel.

    There are 4 coords in the above code that create the box. It goes Left -> Top -> Bottom -> Right. So 0,0, 600, 600 would be a 600 by 600 pixel search in the top corner left corner of your screen. Adjust your box size, and you probably need to find a new pixel color (maybe).

    I made this screenshot https://dl.dropbox.com/u/41022690/D3...201440x900.jpg to show my cellar cords.

    So since hte PixelSearch is just 2 digits, how do I include the cords into that line of text?

  7. #2752
    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)
    It checks the entire top left, just try increasing the 600 * x_ratios to 800 or something. I don't know why its not detecting

  8. #2753
    MasqLB's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notAres View Post
    It checks the entire top left, just try increasing the 600 * x_ratios to 800 or something. I don't know why its not detecting
    i tried, no luck. boo

  9. #2754
    qasdfr's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Time can be shaved off by logging out faster after killing Sarkoth.

    The bot stands around for about 5-7 seconds after killing Sarkoth. I'm not sure if this time is necessary to scan for loot or something but it could be a bit quicker.

    Also I'm not sure what the point of breaking the table is as I've never seen anything drop from it.

    Shaved seconds off the run = more gold

    I'm nit-picking but that's about all this script needs.

  10. #2755
    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)
    Table is for ferret pathing. Sleep after looting can be disabled by setting Timer=False.

    I've shaved so many seconds off the original script you wouldn't believe it. 16 or less seconds for a closed run is great.

  11. #2756
    MasqLB's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notAres View Post
    It checks the entire top left, just try increasing the 600 * x_ratios to 800 or something. I don't know why its not detecting
    do you mind me asking what your video settings are? I'm trying to make a port for 1440x900 resolution but its troublesome getting the script to detect the cellar. I'm wondering if its something to do with my video settings

    I'm using:
    Texture Quality: Low
    Shadow Quality: Off
    Physics: Low
    Clutter Density: Low
    Anti-aliasing: Off
    LowFX: On

    Max Foreground FPS: 75
    Max Background FPS: 8

  12. #2757
    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)
    High, high, high, high, HighFX, no fps cap but vsync

  13. #2758
    70th's Avatar Sergeant
    Reputation
    8
    Join Date
    Jun 2012
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My closed runs are 13 seconds, its very good.

    Originally Posted by notAres View Post
    Table is for ferret pathing. Sleep after looting can be disabled by setting Timer=False.

    I've shaved so many seconds off the original script you wouldn't believe it. 16 or less seconds for a closed run is great.

  14. #2759
    JarellNewwin's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    These random sleep times of 30-45 seconds are very annoying. I set my $timer to "False" instead of "True" and it still gives me random sleeps. Any way to fix this?

  15. #2760
    timperd's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notAres View Post
    Change both Moving(2600) in vendorloot to Moving(3000) [sorry]
    it now talks to the dude (not a trader) in front of the trader and then tries to log out but preeses twice on esc?

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:03 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