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

Shout-Out

User Tag List

Page 86 of 300 FirstFirst ... 36828384858687888990136186 ... LastLast
Results 1,276 to 1,290 of 4489
  1. #1276
    iMozzy's Avatar Member
    Reputation
    11
    Join Date
    Sep 2010
    Posts
    188
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    In the options menu, to get item pickup to work, does it have to say "1920x1080" under resolution? Mind is faded out and says 1280x800 but under D3Pref.txt I'm told it's 1920x1080...

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #1277
    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 Dice117 View Post
    Update: Got it to work, he picks up rares and gems! Only thing is he only picks up gems *sometimes*... Why is this?

    PMs no longer full, sry!
    Try adjusting the tolerance on the gems to pick them up more often. Its difficult to be perfect as lighting and other items can interfere with the image search.
    -Darkling Lord

  3. #1278
    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)
    Originally Posted by iMozzy View Post
    In the options menu, to get item pickup to work, does it have to say "1920x1080" under resolution? Mind is faded out and says 1280x800 but under D3Pref.txt I'm told it's 1920x1080...
    No.

    Originally Posted by Hodari View Post
    Would it fix the problem of sometimes missing stuff if I add a sleep and call the loot function again?
    No.

  4. #1279
    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 Hodari View Post
    Would it fix the problem of sometimes missing stuff if I add a sleep and call the loot function again?
    That may be a way to fix it, another method would be to adjust the tolerances until you pick up items more often. Chances are though if you missed it once, you will miss it again.

    Originally Posted by iMozzy View Post
    In the options menu, to get item pickup to work, does it have to say "1920x1080" under resolution? Mind is faded out and says 1280x800 but under D3Pref.txt I'm told it's 1920x1080...
    1920x1080 is the only supported resolution for item pickup (If you are running a smaller resolution it may not work). However if you make your own PNGs on your native resolution and replace the ones you downloaded... it should work.
    -Darkling Lord

  5. #1280
    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)
    Does anyone has this new script version working with 1280x780 resolution?

  6. #1281
    iMozzy's Avatar Member
    Reputation
    11
    Join Date
    Sep 2010
    Posts
    188
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shimizoki View Post
    1920x1080 is the only supported resolution for item pickup (If you are running a smaller resolution it may not work). However if you make your own PNGs on your native resolution and replace the ones you downloaded... it should work.
    My monitor resolution is 1920x1080, my D3Pref.txt shows 1920x1080, however in-game it shows another value and it's grayed out. I'm not able to pick up gems whatsoever. I would make my own PNGs but I'm not sure how. To my understanding I have to zoom in and do something pixel-by-pixel

  7. #1282
    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 iMozzy View Post
    My monitor resolution is 1920x1080, my D3Pref.txt shows 1920x1080, however in-game it shows another value and it's grayed out. I'm not able to pick up gems whatsoever. I would make my own PNGs but I'm not sure how. To my understanding I have to zoom in and do something pixel-by-pixel
    Thats odd... you could always try switching it to fullscreen 1920x1080, then changing it to "Fullscreen Windowed" Just to see if maybe it is doing something wierd.
    -Darkling Lord

  8. #1283
    Angrycoder's Avatar Knight-Lieutenant
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    370
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @notAres

    Have you tested the random sleep chance? I cant seem to get it to work for some reason, it just never does the long sleep.

    $Timer = True


    Func RandomSleep()
    If $Timer And Random(1,20) = 20 Then
    Sleep(Random(30000,60000)
    EndIf
    EndFunc

    I changed it to Random (1,2) = 2 and Random(1,1) = 1 to try and force it to fire, just not happening.

  9. #1284
    Dice117's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Angrycoder View Post
    @notAres

    Have you tested the random sleep chance? I cant seem to get it to work for some reason, it just never does the long sleep.

    $Timer = True


    Func RandomSleep()
    If $Timer And Random(1,20) = 20 Then
    Sleep(Random(30000,60000)
    EndIf
    EndFunc

    I changed it to Random (1,2) = 2 and Random(1,1) = 1 to try and force it to fire, just not happening.
    Instead of having a function for random sleep just individually set each sleep at random times. Should fix it.

  10. #1285
    pierre23's Avatar Active Member
    Reputation
    17
    Join Date
    Jun 2012
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notAres View Post
    That check is already done in CheckWindow(), you just need to tweak it for your resolution. I need to update the entire script to use multiples of 16 and 9 so it scales perfectly.

    I further optimized the transparency for gems. It was skipping some for me too. Use attached pic instead.

    Attachment 8059
    Ah right, I'll give it a crack at changing the values for my 1600x900 res. Thanks

  11. #1286
    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 Angrycoder View Post
    Have you tested the random sleep chance? I cant seem to get it to work for some reason, it just never does the long sleep.

    Func RandomSleep()
    If $Timer And Random(1,20) = 20 Then
    Sleep(Random(30000,60000)
    EndIf
    EndFunc

    I changed it to Random (1,2) = 2 and Random(1,1) = 1 to try and force it to fire, just not happening.
    Try changing it to
    Round(Random(1,20)) == 20

    Originally Posted by Dice117 View Post
    Instead of having a function for random sleep just individually set each sleep at random times. Should fix it.
    While this will help, RandomSleep has more functionality than Sleep(Random(30000, 60000)) because it will do that only 5% of the time
    Last edited by Shimizoki; 06-11-2012 at 10:28 PM.
    -Darkling Lord

  12. #1287
    Angrycoder's Avatar Knight-Lieutenant
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    370
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shimizoki View Post
    Try changing it to

    Round(Random(1,20)) == 20
    Still a no go

  13. #1288
    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 Angrycoder View Post
    Still a no go
    Ehhh, I've edited mine to:
    Round(Random(1, 100)) <= 5

    I know that works.

    Well, to be more specific mine is
    Code:
    Func RandSleep($min = 30, $max = 60, $chance = 5)
         If $Timer And Round(Random(1, 100)) <= $chance Then
              Sleep(Random($min*1000, $max*1000))
         EndIf
    EndFunc
    Last edited by Shimizoki; 06-11-2012 at 10:59 PM.
    -Darkling Lord

  14. #1289
    Angrycoder's Avatar Knight-Lieutenant
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    370
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shimizoki View Post
    Ehhh, I've edited mine to

    Round(Random(1, 100)) <= 5

    I know that works.
    Will this have it fire at 5%? Meaning if i change the 5 to 100, it should fire every loop?

  15. #1290
    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)
    Theoretically yes, if the 5 is a 100it should always run. the 5 represents the % chance. 5 = 5%, 100 = 100% chance

    EDIT::
    I am very prone to editing my previous post 100 times within 3 minutes of posting it. I like getting basic details out there quickly, then coming back and giving the long response. I think it helps other people... maybe not.
    Last edited by Shimizoki; 06-11-2012 at 10:41 PM.
    -Darkling Lord

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 01:35 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