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

User Tag List

Page 79 of 298 FirstFirst ... 29757677787980818283129179 ... LastLast
Results 1,171 to 1,185 of 4467
  1. #1171
    kwanzor's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the old script i was able to kill the monster now i cant lol.. changing the dps from 0 to 100 1000 8000 didnt make a difference

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #1172
    darkpedro's Avatar Sergeant
    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)
    Originally Posted by chancity View Post
    Is teleport(wormhole) bound to 3?
    it is for me..

  3. #1173
    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)
    Hi Chancity. Do you have any plans to update the main script with the enhanced cellar finder from your 21s? I notice about 1/10 cellars, sometimes more/less, are not found by just a very small distance. Usually the mouse is at the bottom left of the cellar opening but it doesn't recognize. If not I will try the 21s, thanks.

  4. #1174
    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 DarkAmbit View Post
    Hi Chancity. Do you have any plans to update the main script with the enhanced cellar finder from your 21s? I notice about 1/10 cellars, sometimes more/less, are not found by just a very small distance. Usually the mouse is at the bottom left of the cellar opening but it doesn't recognize. If not I will try the 21s, thanks.
    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.
    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]-cellar-png

  5. #1175
    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)

  6. #1176
    Ghabad'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)
    Hey Chancity,

    Awesome script. I am making ~300K per hour with version 2 of the 21s script.
    Just wondering how hard it would be (and how I would do it) to pickup iLvl 63 magic weapons and stash them? (in the 21s script - I couldnt make the main script work lol)
    Last edited by Ghabad; 06-29-2012 at 01:13 AM.

  7. #1177
    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)
    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
    Last edited by chancity; 06-29-2012 at 01:19 AM.

  8. #1178
    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)
    Awsome got it to finally work, almost...

    It will not loot gold, or walk over to the gold after killing the elite. It removes archon, uses wave of force and tp back to town.

    for feedback for ppl who can't find cellar, change your skills on bar to match ones on front page, and change sleep cellar to 300. Using 21s script.

  9. #1179
    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 Chronocross View Post
    Awsome got it to finally work, almost...

    It will not loot gold, or walk over to the gold after killing the elite. It removes archon, uses wave of force and tp back to town.

    for feedback for ppl who can't find cellar, change your skills on bar to match ones on front page, and change sleep cellar to 300. Using 21s script.
    Use archon with teleport sleep 300 is so slow on the cellar check . I use 135, the new cellar check that I haven't officially released doesn't check all those coordinates unless the cellar is actually there.

    Sent from my DROID RAZR using Tapatalk 2

  10. #1180
    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)
    Here's a screenshot of what I'm running now.



    Sent from my DROID RAZR using Tapatalk 2

  11. #1181
    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)
    for the new 19s script will 30k dps work or do i need less?

  12. #1182
    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
    for the new 19s script will 30k dps work or do i need less?
    That will work, the higher your dps the short the run time is.

    Sent from my DROID RAZR using Tapatalk 2

  13. #1183
    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)
    i have tried adjusting my right click atk time since my dps is around 34k and i continue to use the archon beam a solid 2 second longer than needed. i have change the value in both the script and the text file. no matter what i do it is the same. so i am excited for this new 19s script. thanks for being so awesome to the community.

  14. #1184
    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)
    Changing dps in the INI changes the attack time.

    Sent from my DROID RAZR using Tapatalk 2

  15. #1185
    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)
    do you use % run boots?

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 04:08 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