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

Shout-Out

User Tag List

Page 68 of 298 FirstFirst ... 18646566676869707172118168 ... LastLast
Results 1,006 to 1,020 of 4467
  1. #1006
    Fay355's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'll take a look into it tonight when I get off work. Thanks for the feedback...
    Last edited by Fay355; 06-28-2012 at 04:10 AM.

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #1007
    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)
    After 5 hours I've figured out the cellar check. I'm adding it now to the 21s script for now and then the mainscript tomorrow. They'll be an auto update shortly

    Code:
    sleep(2000)
    Global $size = WinGetClientSize("[CLASS:D3 Main Window Class]"), $CellCoord = -1, $c = 0, $cellarCoordx[5] = [600, 175, 315, 265, 280], $cellarCoordy[5] = [435, 305, 314, 340, 302]
       
    $x_ratio = $size[0] / 1920
    $y_ratio = $size[1] / 1080
    
    ;While 1
     If FindCellar() = 1 Then
    	  MouseClick("left",$cellarCoordx[$CellCoord],$cellarCoordy[$CellCoord],1)
       Else
    	  ;MsgBox("4096","Not Found","Not Found @ " & $cellarCoordx[$CellCoord] & "," & $cellarCoordy[$CellCoord])
       EndIf
       
       ;WEnd
       
    
    Func FindCellar()
       $CellCoord = -1
       $c = 0
       Do
    		If $c >= Ubound($cellarCoordx) Then ;Make sure we never get stuck here for infinity.
    		   If $CellCoord = -1 Then $CellCoord = 0
    		   Return 0
    		EndIf
       sleep(50)
       MouseMove(Round($cellarCoordx[$c] * $x_ratio), Round($cellarCoordy[$c] * $y_ratio), 1) ;moves cursor over to the cellar
       $mousePos = MouseGetPos()
       sleep(75)
       $Pix = PixelGetColor($mousePos[0],$mousePos[1])
       If $c = 0 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
       If $CellCoord = -1 Then $CellCoord = 0
       Return 1
    EndFunc

  3. #1008
    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 w/ Cellar Check Update: [AutoIt] 21s W/ Cellar Check - Pastebin.com

    Hopefully this works out for everyone, give me feed back to whats good or wrong. I personally haven't done much testing with it. Let me know!

  4. #1009
    brannutz's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    After 5 hours I've figured out the cellar check. I'm adding it now to the 21s script for now and then the mainscript tomorrow. They'll be an auto update shortly
    Awsome thanx for the great work bro.

  5. #1010
    brannutz's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    21s w/ Cellar Check Update: [AutoIt] 21s W/ Cellar Check - Pastebin.com

    Hopefully this works out for everyone, give me feed back to whats good or wrong. I personally haven't done much testing with it. Let me know!
    Just tried it for 5 min and saw it miss the entry to the cellar twice. It didnt miss the detection but one time it clicked the edge of the cellar making me walk to it but not go in, and the other time it walked a straight line into the wall. Gonna test some more.

  6. #1011
    brannutz's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok i saw what just happened it clicked twice for some reason after finding the cellar and the 2nd click was on the ground right in front of the cellar canceling the walk into the cellar

  7. #1012
    Sun123's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First run, found cellar but walked to the wall and bumped there. This with the latest 21s

  8. #1013
    brannutz's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah mine keeps doing that also, the farthest point makes him walk a straight line for some reason

  9. #1014
    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 brannutz View Post
    yeah mine keeps doing that also, the farthest point makes him walk a straight line for some reason
    Try playing with the 2 sleeps in the cellar detection functions. Its not perfect yet but I've seen it work, I've also seen it goof up when I didn't give it enough sleep time.

    Sent from my DROID RAZR using Tapatalk 2

  10. #1015
    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)
    Also there is a screenshot portion commented out. You can use that to add your own coordinates into the cellar detection. It basically takes a screenshot if there's a closed cellar then you go through and find ones that actually had open cellars and grab some coordinates.

    Sent from my DROID RAZR using Tapatalk 2

  11. #1016
    spitzer89's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    started using your script yesterday and loving it

    but i got one problem

    whne my wizard use archon and attack it kills the mobs and keep shooting for like 3 seconds and i would like to reduce that to maybe 1 second
    i think that i has something to do with my dps is so high and therefor the mobs die faster then the script have expected:/

    now i have searched a little and i seems i need to change $dps
    but im running the main script so should i just change the $dps in there and wich one of them ?

  12. #1017
    Insany's Avatar Member
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    using the 21s

    ************************************************
    2012-06-28 07:30:59 :
    ************************************************
    Chancity's Dank Celler

    Stats:
    Total Runtime: 9 hours, 14 minutes
    Total Cellars Found: 284 (28%)
    Total Cellars Not Found: 735 (72%)
    Total Deaths: 42 (4%)
    Total Repairs: 349 (34%)

    Loot:
    Legendary: 3 - Set: 0 - Rare: 17
    190K Per Hour - Accumulated Gold: 1.75M
    i have 290% GF

  13. #1018
    ghouly's Avatar Member
    Reputation
    4
    Join Date
    Mar 2007
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have gotten the script working, but I have a problem. Nothing I change in the ini affects anything. If i change button assignments, it still uses default buttons, if I input my dps (low) it doesnt change the attack time. I have even tried editing the script directly, and for some reason, it still doesnt change, I cant change anything from default. Does anyone know why?

  14. #1019
    sylvarius's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ghouly View Post
    I have gotten the script working, but I have a problem. Nothing I change in the ini affects anything. If i change button assignments, it still uses default buttons, if I input my dps (low) it doesnt change the attack time. I have even tried editing the script directly, and for some reason, it still doesnt change, I cant change anything from default. Does anyone know why?
    I am also having this problem

  15. #1020
    BASHKILLER's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Insany View Post
    using the 21s



    i have 290% GF
    I think there's something wrong, I think it is very fast script that is passing up some dankcellars ..
    i have 233% mf with mercy!

    28/06/2012 08:29:43:
    ************************************************
    Dank's Chancity Celler

    Stats:
    Total Runtime: 7 hours, 39 minutes
    Total Cellars Found: 375 (46%)
    Total Cellars Not Found: 442 (54%)
    Deaths Total: 13 (2%)
    Repairs Total: 0 (0%)

    loot:
    Magic: 820 - Gems: 398 - Tomes: 47
    Legendary: 3 - Set: 0 - Rare: 14
    294K Per Hour - Gold: 2,199,695

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