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

Shout-Out

User Tag List

Page 80 of 298 FirstFirst ... 30767778798081828384130180 ... LastLast
Results 1,186 to 1,200 of 4467
  1. #1186
    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 blackbloc View Post
    do you use % run boots?
    No but I've considered it to make it faster, it'll end up being 1second.

    Sent from my DROID RAZR using Tapatalk 2

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #1187
    Shintr's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    Got the script to run 19s open cellars and 8.5 closed. With my new addition to the cellar checking. Ill post it in about 30 minutes. You need more damage than the 21s script, about 25k. I'm running it at 553k gph with 280% gf and a wasted 181% me lol. 24s open cellar run with repair haha

    Btw cellar check only scans if the cellar is actually open now.

    Sent from my DROID RAZR using Tapatalk 2
    is this new 19s with the updated cellar reckognition already live? if so, can i dl it from the front page? because at the front page it still says 22s and cellar detectoin isnt mentioned
    Last edited by Shintr; 06-29-2012 at 02:11 AM.

  3. #1188
    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)
    The timings are tight, I only got the cellar pic for 1920x1080 and 1600x900. This won't work on other 16:9 unless you create that same picture. Also sometimes when pathing the cellar it will run into the wall...its just how it is.

    Open Avg: 19.9 - Closed Avg: 9.5s
    25k damage buffed w/ 281% GF

    2012-06-29 00:08:18 :
    ************************************************
    Chancity's Dank Celler

    Stats:
    Total Runtime: 0 hours, 60 minutes
    Total Cellars Found: 64 (44%)
    Total Cellars Not Found: 83 (56%)
    Total Deaths: 1 (1%)
    Total Repairs: 0 (0%)

    Loot:
    Legendary: 0 - Set: 0 - Rare: 0
    409K Per Hour - Accumulated Gold: 406K
    ************************************************

    https://dl.dropbox.com/s/3qmwbs3g0ek...0dank.zip?dl=1

  4. #1189
    polio23's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tried 19 sec. first it tried to click change quest, then when i clicked resume game it instantly decided to leave game. 1600x900 EDIT; now it made up to killing sarkoth then begins to tp home.
    Last edited by polio23; 06-29-2012 at 02:41 AM.

  5. #1190
    KevinKoh's Avatar Member
    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 chancity View Post
    I've already updated it.

    I need a favor for the people using lower or higher resolutions then 1920x1080..I need a screenshot of there character with an open cellar on the map. For all the 1920x1080 who want to manually add this into your script here you go.

    Code:
    Func FindCellar()
       $CellCoord = -1
       $c = 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, 140)
       If $gX > 0 Or $gY > 0 Then
       Do
    		If $c >= Ubound($cellarCoordx) Then ;Make sure we never get stuck here for infinity.
    		   If $CellCoord = -1 Then $CellCoord = 0
    		   Return 0
    		EndIf
       RandMove(Round($cellarCoordx[$c] * $x_ratio), Round($cellarCoordy[$c] * $y_ratio), 1, 1) ;moves cursor over to the cellar
       $mousePos = MouseGetPos()
       sleep($cellarCheckSleep)
       If $c = 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
    		 $CellCoord = $c
    		 Return 1
    	 EndIf
    	  $c += 1
       Until $CellCoord >= 0
    Else
       Return 0
       EndIf
       If $CellCoord = -1 Then $CellCoord = 0
       Return
    EndFunc
    Picture you'll need for this.
    Attachment 8717
    Glad you implemented my suggestion.

    Anw can you look into the implementation of custom looting according to ilvl? possible with replacing clicking picking items with mouse over + {CTRL}

  6. #1191
    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)
    Has no one sent you pictures for Blacksmith and Jewelcrafting Plans yet? Id like to run the fast script but I want to pick up legendaries and plans and cant get the custom loot working :/

  7. #1192
    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 KevinKoh View Post
    Glad you implemented my suggestion.

    Anw can you look into the implementation of custom looting according to ilvl? possible with replacing clicking picking items with mouse over + {CTRL}
    I helped shim make one but he did most the work. We're releasing it at the same time and yes it will be able to ctrl over an item. Its not using 10 image search like the ones you see floating around on the forums.

    Sent from my DROID RAZR using Tapatalk 2

  8. #1193
    polio23's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah the new 19s script refuses to loot after killing sarkoth. just tps to town after every kill.

  9. #1194
    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 mase123y View Post
    Has no one sent you pictures for Blacksmith and Jewelcrafting Plans yet? Id like to run the fast script but I want to pick up legendaries and plans and cant get the custom loot working :/
    The one I just posted has a variable called $gphOnly change it to 0 to loot. Its not as quick though. Also change manageloot to something more reasonable .

    Sent from my DROID RAZR using Tapatalk 2

  10. #1195
    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)
    Hi guys.

    Is it normal that when I wake up, I see 4 legendary picked up, but only two in inventory/stash ?
    I'm running the 21s. Can the bot make some error of coulour interpretation ?

  11. #1196
    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 polio23 View Post
    tried 19 sec. first it tried to click change quest, then when i clicked resume game it instantly decided to leave game. 1600x900 EDIT; now it made up to killing sarkoth then begins to tp home.
    Archon(teleport)

    Originally Posted by Emerick8 View Post
    Hi guys.

    Is it normal that when I wake up, I see 4 legendary picked up, but only two in inventory/stash ?
    I'm running the 21s. Can the bot make some error of coulour interpretation ?
    Yes


    Sent from my DROID RAZR using Tapatalk 2

  12. #1197
    OwnedByFate's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Script and version: 21s 2.0.2
    Help or request:request (?)
    Desktop resolution:1920x1080
    Diablo 3 window type: fullscreen windowed
    Operating system (32-bit or 64-bit): 64 bit
    Manual or auto install: auto
    Move bound to mouse3: yep
    Where are you starting the:
    Game language: english

    I'd like to know if there is a chance for re-login feature after connection lost error ? Dont know why but im getting that way to often. Yesterday I was lucky to have script running for over 6 hrs but usually I got connection error after about 1 hour which sucks when I go to sleep/work/do stuff away from pc. Thanks in advance.

  13. #1198
    ElijahBailey's Avatar Member
    Reputation
    7
    Join Date
    Jun 2012
    Posts
    157
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Trying out the 19s version, will run overnight and see how it goes! Gotta say though so far it is not much quicker bc the closed cellar runs have a lot more failed teleports, i.e. it doesn't always reliably teleport and exits out of the game via the leave game function, resulting in some more potential deaths. Any ideas?

  14. #1199
    Chronocross's Avatar Active Member
    Reputation
    29
    Join Date
    Mar 2007
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Chancity, can you add gems and blue items to loot list on 21s script?

  15. #1200
    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 chancity View Post
    I've already updated it.

    I need a favor for the people using lower or higher resolutions then 1920x1080..I need a screenshot of there character with an open cellar on the map.
    Here is 1366x768.
    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]-1366x728-jpg

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 09:45 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