[Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080] menu

Shout-Out

User Tag List

Page 211 of 298 FirstFirst ... 111161207208209210211212213214215261 ... LastLast
Results 3,151 to 3,165 of 4467
  1. #3151
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Korstan2 View Post
    I appreciate the help. I am no longer getting that error anymore, but now it isn't picking up any of the gems.
    Retake your picture and try raising the number 40

    Sent from my DROID RAZR using Tapatalk 2

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #3152
    Korstan2's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    Retake your picture and try raising the number 40

    Sent from my DROID RAZR using Tapatalk 2
    Alright thanks. I'll let you know how it works. May I ask what the number 40 is and how high it can go?

  3. #3153
    trevl's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by trevl View Post
    Thx, I'll give it a try
    Got an error "func statement has no matching endfunc" ? Thought i could guess it out but, a bit more in-depth explanation of where to put everything would be cool xD

  4. #3154
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Korstan2 View Post
    Alright thanks. I'll let you know how it works. May I ask what the number 40 is and how high it can go?
    255, higher means less accuracy.

    Sent from my DROID RAZR using Tapatalk 2

  5. #3155
    frankdahtank's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sorry sorry sorry sorry
    Last edited by frankdahtank; 07-11-2012 at 10:37 AM. Reason: i'm dumb

  6. #3156
    KinKi's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How does the script work out if this is a Legendary/Set/Rare item exactly? I'm just wondering if the script is actually picking up what it is suppose to pick up? I was keeping an eye on it and one time a rare item dropped and the script didn't pick it up!! If it missed this item, then who know what else the script is missing while we're away!!

    Thanks

  7. #3157
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KinKi View Post
    How does the script work out if this is a Legendary/Set/Rare item exactly? I'm just wondering if the script is actually picking up what it is suppose to pick up? I was keeping an eye on it and one time a rare item dropped and the script didn't pick it up!! If it missed this item, then who know what else the script is missing while we're away!!

    Thanks
    Pixel searching, change the shade variation in the loot function.

    Sent from my DROID RAZR using Tapatalk 2

  8. #3158
    jcunit's Avatar Knight
    Reputation
    19
    Join Date
    Jun 2012
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by trevl View Post
    Got an error "func statement has no matching endfunc" ? Thought i could guess it out but, a bit more in-depth explanation of where to put everything would be cool xD
    Add the function at the bottom of the script.

    At the top where all variables are declared put $runPause = 0.

    Then write the following line at the part in the code where you want it to pause, for example while it's in the menu or when it's in town:

    Code:
    call("RandomPause", $run)
    made a little typo in the function, here is the correct 1:

    Code:
    func RandomPause($run)
       if $runPause = 0 then
    	  $runPause = $run + Round(Random(20,30))
    Elseif $runPause = $run Then
    	  sleep(Random(10000, 30000))
    	  $runPause = 0
       EndIf
    EndFunc
    Last edited by jcunit; 07-11-2012 at 11:57 AM.

  9. #3159
    trevl's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sweet thx, got no experience whatsoever in scripting/programming etc, just computer stuff in general so ^^ Thx for the clarifications, gonna give it another go.

  10. #3160
    jcunit's Avatar Knight
    Reputation
    19
    Join Date
    Jun 2012
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've been using a tolerance of |90 for picking up tomes and gems, it has been working out well.

    PixelSearch uses as default value of shade variation of 0 ( exact match), in the script you can see lootGear uses a default of 2. You could try raising that a little more if you're stil missing stuff.

  11. #3161
    Nablamax's Avatar Master Sergeant
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How much MS/ pickup radius do I need to max my gph? I'm currently at 25% and 20. 25% ms doesnt seem worth it since the bot mostly teleports.

  12. #3162
    HiFi's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jcunit View Post
    I've been using a tolerance of |90 for picking up tomes and gems, it has been working out well.

    PixelSearch uses as default value of shade variation of 0 ( exact match), in the script you can see lootGear uses a default of 2. You could try raising that a little more if you're stil missing stuff.
    Thanks, will try.

  13. #3163
    mynameisjon's Avatar Corporal
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Chancity, just wondering if you noticed, but the Exit Game button's text has been changed to Exit Diablo III. :s

  14. #3164
    jcunit's Avatar Knight
    Reputation
    19
    Join Date
    Jun 2012
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Nablamax View Post
    How much MS/ pickup radius do I need to max my gph? I'm currently at 25% and 20. 25% ms doesnt seem worth it since the bot mostly teleports.
    20 Pickup radius is enough, to max GPH you're gonna have to max Gold find, so 300%+. Some people have been experimenting with combining GF/MF and have been reporting good results.

  15. #3165
    Nablamax's Avatar Master Sergeant
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i've got 298gf, can't seem to do more than that without reducing my movement speed. Is 25% ms really necesary?

Similar Threads

  1. Replies: 440
    Last Post: 10-31-2012, 11:00 AM
  2. Replies: 272
    Last Post: 08-14-2012, 03:33 PM
  3. Replies: 3
    Last Post: 07-31-2012, 06:54 PM
  4. Replies: 37
    Last Post: 07-18-2012, 02:37 PM
  5. Replies: 164
    Last Post: 07-01-2012, 02:37 PM
All times are GMT -5. The time now is 06:33 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