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

Shout-Out

User Tag List

Page 87 of 298 FirstFirst ... 37838485868788899091137187 ... LastLast
Results 1,291 to 1,305 of 4467
  1. #1291
    blackbloc's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Script and version: 21s 2.0.1
    Help or request: help
    Desktop resolution: 1920 x 1080
    Diablo 3 window type: full screen window
    Operating system (32-bit or 64-bit): 64, windows 7
    Manual or auto install: auto
    Move bound to mouse3: yes
    Where are you starting the: start from main menu pressing =
    Game language: English
    proceeds to the Main menu. then seems to press "esc" and opens the exit submenu. and just idles there for the rest of the night.

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #1292
    6momo6's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm i dont understand why is move bound so important? The bot sells magic so why he cant sell whites ? the selling is working but only for MAGIC items

  3. #1293
    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)
    21s: https://dl.dropbox.com/s/kdu8i8iyhi7...0dank.zip?dl=1
    MainScript: https://dl.dropbox.com/s/xs7d304wmsd...cript.zip?dl=1

    Here's the latest fast script, I took some suggestion and re-did the check cellar to the code below. You no longer need mouse3 bound to move because you never have to really worry about clicking on monsters, and you must now use the skills in the exact location show on the OP. Change "GPH Only" to 1 for faster run times.

    Originally Posted by ElijahBailey View Post
    @chancity: Rechecking with you why the code utilizes:
    RandMove(Round($cellarCoordx[$c] * $x_ratio), Round($cellarCoordy[$c] * $y_ratio), 1, 1) ;moves cursor over to the cellar
    in a cellar check?!
    This means it will check all permutations of x = 599/600/601, y = 434/435/435 for the pixel. Are all 9 xy permutations guaranteed to be the pixel color? This is just for the first of 5 cellar pixel locations, and it does this for the next 4.
    What I'm saying is, to be perfectly clear - please remove the RandMove. It makes no sense to randomly move the mouse to check for specific pixels!! The issue we have is missed cellar checks, and not 'false positives' so this no doubt exacerbates the issue. I think if you put this in to avoid Warden or something like that, I'm pretty sure it won't check for mouse 'moves' and only mouse 'clicks' so if anything just randomize within a few pixels of where it actually clicks on the cellar and don't put the randomization in the cellar check function eh

    Also, here is a version of the findcellar code without the $c since stylistically you don't need the extra variable. $cellcoord = 0 by default and you just want the loop to run at max 5 times.
    Code:
     Func FindCellar()
       $CellCoord = 0
       $gX = 0
       $gY = 0
       ;A precheck to the cellar search
       _ImageSearchArea($pngLoc & "Cellar.png", 1, Round(1672 * $x_ratio),Round(175 * $y_ratio),Round(1717 * $x_ratio),Round(209 * $y_ratio), $gX, $gY, 160)
       sleep(135)
       If $gX > 0 Or $gY > 0 Then
    	  Do
    		 RandMove(Round($cellarCoordx[$CellCoord] * $x_ratio), Round($cellarCoordy[$CellCoord] * $y_ratio), 1, 1) ;moves cursor over to the cellar
    		 $mousePos = MouseGetPos()
    		 sleep($cellarCheckSleep)
    		 If $CellCoord = 5 then 
    			$Pixel2 = PixelSearch($mousePos[0] - 71 * $x_ratio,$mousePos[1] - 148 * $y_ratio,$mousePos[0] + 139 * $x_ratio,$mousePos[1] + 22 * $y_ratio, 0x007CB7F8, 3) ;checks for open cellar (in a 600x400 box from the top left - where it should always be)
    		 Else
    			$Pixel2 = PixelSearch($mousePos[0] - 71 * $x_ratio,$mousePos[1] - 148 * $y_ratio,$mousePos[0] + 139 * $x_ratio,$mousePos[1] + 22 * $y_ratio, 0x334FB7, 3) ;checks for open cellar (in a 600x400 box from the top left - where it should always be)
    		 EndIf
    		 If Not @Error Then
    			Return 1
    		 EndIf
    		 $CellCoord += 1
    	  Until $CellCoord >= Ubound($cellarCoordx)
       Else
    	  Return 0
       EndIf
       Return 0
    EndFunc
    Last edited by chancity; 06-29-2012 at 12:54 PM.

  4. #1294
    DarkAmbit's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    v2.0.2 w/ 227 GF and 185 MF. Found my guy trying to run with red-broken armor after the below 9 hour run. Gold/hour seems to be around 250-300k until then.

    Issues:
    1. Only got 1 legendary, log shows 5. I did have a lot of rares, not sure about 37.
    2. Majority of deaths occur while cellar checker is running. Last teleport lands me into a set of zombies and I die before cellar checker finishes and moves me. Perhaps use the wave of force then?
    3. Cellar checker still seems to be clicking twice occasionally. Leaving me right in front of the cellar entrance.

    Chancity's Dank Celler
    Stats:
    Total Runtime: 9 hours, 13 minutes
    Total Cellars Found: 387 (38%)
    Total Cellars Not Found: 624 (62%)
    Total Deaths: 80 (8%)
    Total Repairs: 16 (2%)
    Loot:
    Legendary: 5 - Set: 0 - Rare: 37
    162K Per Hour - Accumulated Gold: 1.49M

  5. #1295
    malcolmsteel's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by blackbloc View Post
    Script and version: 21s 2.0.1
    Help or request: help
    Desktop resolution: 1920 x 1080
    Diablo 3 window type: full screen window
    Operating system (32-bit or 64-bit): 64, windows 7
    Manual or auto install: auto
    Move bound to mouse3: yes
    Where are you starting the: start from main menu pressing =
    Game language: English
    proceeds to the Main menu. then seems to press "esc" and opens the exit submenu. and just idles there for the rest of the night.

    I am having this problem as well. It only happens about every hour or so and I think it is happening after a repair run. It goes back to the main menu then presses escape again and clicks exit diablo, then the popup message saying really escape? comes up and it just sits on that for the rest of the time until I catch it and put it back on the main menu. What do I have to change to get it to not do this? 21 fast loot version 2.02 of the script. Thanks

  6. #1296
    DarkAmbit's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Trying it out. Much quicker off the bat with the detection. 10-11s closed cellar runs. 1st found cellar though was not clicked on. All the locations the mouse moved around to were to the South-East of the cellar. Also, 3rd kill just dropped a rare and it didn't even go for it. Just started teleporting
    EDIT: I realized that GPH only was set to 1 by default (your post made it seem like it was not). I changed that to 0. Seeing if it starts grabbing rares again.

    This is with your download, editing dps down to 17000. 1920x1080 desktop.

    Originally Posted by chancity View Post
    21s: https://dl.dropbox.com/s/kdu8i8iyhi7...0dank.zip?dl=1
    MainScript: https://dl.dropbox.com/s/xs7d304wmsd...cript.zip?dl=1

    Here's the latest fast script, I took some suggestion and re-did the check cellar to the code below. You no longer need mouse3 bound to move because you never have to really worry about clicking on monsters, and you must now use the skills in the exact location show on the OP. Change "GPH Only" to 1 for faster run times.

  7. #1297
    kujaa1's Avatar Member
    Reputation
    2
    Join Date
    Jul 2011
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    for some reason with the newest version i dont see a way to change the right click timer, when shooting sarkoth? where did you move that too, the bot is stopping too fast.

  8. #1298
    blackbloc's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]-screenshot-jpgtii
    Originally Posted by malcolmsteel View Post
    I am having this problem as well. It only happens about every hour or so and I think it is happening after a repair run. It goes back to the main menu then presses escape again and clicks exit diablo, then the popup message saying really escape? comes up and it just sits on that for the rest of the time until I catch it and put it back on the main menu. What do I have to change to get it to not do this? 21 fast loot version 2.02 of the script. Thanks
    Here is a screen shot of the event occuring. if anyone knows what the answer is. that would be great.

  9. #1299
    LATM's Avatar Contributor
    Reputation
    189
    Join Date
    Jun 2012
    Posts
    457
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kujaa1 View Post
    for some reason with the newest version i dont see a way to change the right click timer, when shooting sarkoth? where did you move that too, the bot is stopping too fast.
    set your dps in the ini..., you're probably using default.

  10. #1300
    kujaa1's Avatar Member
    Reputation
    2
    Join Date
    Jul 2011
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i just found the attacktimer in the script itself, ive never used an ini, will the change in the script be enough?

  11. #1301
    mase123y's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes you can change the $attacktime to what ever you want in ms

  12. #1302
    Emerick8's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kujaa1 View Post
    for some reason with the newest version i dont see a way to change the right click timer, when shooting sarkoth? where did you move that too, the bot is stopping too fast.
    if you're talking about the 21s script, you have to edit the 25s file and change the "DPS" value to your UNBUFF dps.

  13. #1303
    kujaa1's Avatar Member
    Reputation
    2
    Join Date
    Jul 2011
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks guys, working much better now

  14. #1304
    Elan'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)
    Hi, I've had no problems with any of the main scripts. I finally increased my pickup radius to 20, so I've been trying to use the 21s script. After the kill, mine cancels archon, and teleports to town without teleporting to pickup the gold. It will walk to pickup rares. (I thought I saw a fix for this issue, but I can't find it now, sorry if it's been answered.)

    Script and version: 21s 2.0.2 (trying the latest edit, but same problem with other versions as well)
    Help or request: help
    Desktop resolution: 1920 x 1080
    Diablo 3 window type: full screen window
    Operating system (32-bit or 64-bit): 64, windows 7
    Manual or auto install: auto
    Move bound to mouse3: yes
    Where are you starting the: start from main menu pressing =
    Game language: English

  15. #1305
    loustar's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Emerick8 View Post
    if you're talking about the 21s script, you have to edit the 25s file and change the "DPS" value to your UNBUFF dps.
    Mine does work fine BUT, I dont have a "DPS" in my 25s file nor do I have it in the WZD.ini, is that something I have to add, and where so I am going to do it?

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 12:14 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