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

User Tag List

Page 114 of 298 FirstFirst ... 1464110111112113114115116117118164214 ... LastLast
Results 1,696 to 1,710 of 4467
  1. #1696
    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 simonak View Post
    Why is 1.4 AS much better?
    You cast your abort spells quicker... i had 1.5as and changed all the 275 to 200s

    Code:
    		Sleep(275)
    				send("{SHIFTDOWN}")
    				Sleep(275)
    				Mouseclick("left")
    				Sleep(275)
    				send("{SHIFTUP}")
    				Sleep(275)

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #1697
    simonak's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    IC I was wondering how your 18s script works with those 200 timings.
    So AS mods are actually good?
    Im not sure if it add dps to beams tho.
    Last edited by simonak; 07-01-2012 at 12:17 PM.

  3. #1698
    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 chancity View Post
    Emalkay - When I Look At You - YouTube

    https://dl.dropbox.com/s/4knc3wvql0ssduu/LAWL.au3?dl=1 This is my faster version right now, to make it faster/slower change these sleep values:

    Have a 1 handed weapon with 1.4 AS

    Code:
    $loadtime = 1250 ;Time (in ms) the script waits for the game to load before it starts pathfinding. Slow this down for slower hard drives
    $tptime = 5000;Time (in ms) the script waits for teleport before exiting the game
    Code:
    		Send("{3 down}")
    			Sleep(1900) ; 1400 for faster run times
    			Send("{3 up}")
    			sleep(200)
    			send("1")
    			sleep(200)
    Code:
    			Sleep(275) ; MAKE ALL THESE 200  if you have FASTER  AS
    				send("{SHIFTDOWN}")
    				Sleep(275)
    				Mouseclick("left")
    				Sleep(275)
    				send("{SHIFTUP}")
    				Sleep(275)
    Code:
    RandClick("left",Round($cellarCoordx[$CellCoord] * $x_ratio),Round($cellarCoordy[$CellCoord] * $y_ratio),1)
    			   sleep(750) ; REMOVE IF YOU HAVE 25MS
    Code:
                            Sleep(2200) ;25ms make this 1500
    			RandMove(Round(440 * $x_ratio),Round(80 * $y_ratio), 1, 1) ;hovers over the rare Sarkoth
    With that, it doesnt detect the cellars for me... i run it in 1080p with all on low..

  4. #1699
    D3XT3R'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)
    Hello guys!

    Why does my 21s script take 32 sec per run?
    ( i have fast pc and internet)

  5. #1700
    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)
    What are your pc specs?

    Originally Posted by loustar View Post
    With that, it doesnt detect the cellars for me... i run it in 1080p with all on low..

  6. #1701
    farkedup's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by simonak View Post
    Hammer James pants, unity ring, and boots with 12%
    Put this right here In a .txt file with every download because its going to keep getting asked. Also have in that about attack speeds I usually have 1.4 but right before that I was using 1.2 and it did mess with the timings. My next weapon I'm planning on going with 1.5

    Also in the FAQ file put some stuff about the minions. The thief is supposed to give you a boost to damage and gold find isn't it? Put something about how you get 20% of whatever GF stats your minion has too so if you put a 20% boosting amulet on you give yourself 4% more gold but get his GF up over 100 and you'll get a solid 20% or higher boost.

  7. #1702
    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)
    Make the readme for me . I don't know to much about the items. Take a look at $ScreenShotCloseCellar, I put that there so you can put your own coordinates in if you find yourself missing alot of cellars

    Originally Posted by farkedup View Post
    Put this right here In a .txt file with every download because its going to keep getting asked. Also have in that about attack speeds I usually have 1.4 but right before that I was using 1.2 and it did mess with the timings. My next weapon I'm planning on going with 1.5

    Also in the FAQ file put some stuff about the minions. The thief is supposed to give you a boost to damage and gold find isn't it? Put something about how you get 20% of whatever GF stats your minion has too so if you put a 20% boosting amulet on you give yourself 4% more gold but get his GF up over 100 and you'll get a solid 20% or higher boost.
    Emalkay - When I Look At You - YouTube

    https://dl.dropbox.com/s/4knc3wvql0ssduu/LAWL.au3?dl=1 This is my faster version right now, to make it faster/slower change these sleep values:

    Have a 1 handed weapon with 1.4 AS, also take alook at $ScreenShotCloseCellar, I put that there so you can put your own coordinates in if you find yourself missing alot of cellars

    Code:
    ;Cellar Check HERE
    $ScreenShotCloseCellar = 1;A helper to find different coordinates for cellar detection slows runs down about a second though.
    $cellarCheckSleep = 155 ;Increase this if you find the script double clicking
    
    ;These correspond to eachother IE: coord 1 (255,290) coord 2 (175,305)
    ;If you add or change any of these remember to change line: "If $c = 5 then"
    ;to where ever in the array (600,435) is. Remember when reading the array it starts at 0
    Global $cellarCoordx[6] = [255, 280, 175, 265, 315, 600] 
    Global $cellarCoordy[6] = [290, 302, 305, 340, 314, 435]
    Code:
    $loadtime = 1250 ;Time (in ms) the script waits for the game to load before it starts pathfinding. Slow this down for slower hard drives
    $tptime = 5000;Time (in ms) the script waits for teleport before exiting the game
    Code:
    		Send("{3 down}")
    			Sleep(1900) ; 1400 for faster run times
    			Send("{3 up}")
    			sleep(200)
    			send("1")
    			sleep(200)
    Code:
    			Sleep(275) ; MAKE ALL THESE 200  if you have FASTER  AS
    				send("{SHIFTDOWN}")
    				Sleep(275)
    				Mouseclick("left")
    				Sleep(275)
    				send("{SHIFTUP}")
    				Sleep(275)
    Code:
    RandClick("left",Round($cellarCoordx[$CellCoord] * $x_ratio),Round($cellarCoordy[$CellCoord] * $y_ratio),1)
    			   sleep(750) ; REMOVE IF YOU HAVE 25MS
    Code:
                            Sleep(2200) ;25ms make this 1500
    			RandMove(Round(440 * $x_ratio),Round(80 * $y_ratio), 1, 1) ;hovers over the rare Sarkoth

  8. #1703
    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 chancity View Post
    What are your pc specs?
    i5-2500K
    8gig memory
    RadeonHD 6970

    Tried it all on high to, nothing it searches below the cellar

  9. #1704
    Tyman3's Avatar Sergeant
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    63
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a fix for getting stuck at the loading screen?? It is happening every 2-5 runs now... it just sticks at the loading screen forever and I have to alt f4 the game and restart it.

  10. #1705
    farkedup's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tyman3 View Post
    Is there a fix for getting stuck at the loading screen?? It is happening every 2-5 runs now... it just sticks at the loading screen forever and I have to alt f4 the game and restart it.
    which version are you using? there is a setting specific to load screen times but this script wont make the load screens sit there forever anything weird running in the background? is it actually hanging or can you alt-tab still?

  11. #1706
    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)
    thats what I'm running, different graphics card but that shouldnt matter

    Originally Posted by loustar View Post
    i5-2500K
    8gig memory
    RadeonHD 6970

    Tried it all on high to, nothing it searches below the cellar
    Last edited by chancity; 07-01-2012 at 12:54 PM.

  12. #1707
    Tyman3's Avatar Sergeant
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    63
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by farkedup View Post
    which version are you using? there is a setting specific to load screen times but this script wont make the load screens sit there forever anything weird running in the background? is it actually hanging or can you alt-tab still?
    The newest one, 2.0.3 and nothing else is running, just diablo and the script, and I can alt tab still but I have tried alt tabbing a few times and it still just sticks at the loading screen.

  13. #1708
    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)
    has anyone found a fix for when they miss that fourth teleport and don't have the cellar on the screen yet?

  14. #1709
    farkedup's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    thats what I'm running, different graphics card but that should matter
    He needs a longer sleep on the teleport whatever line is sleep between pushing 3 down and putting it back up. I think he's not getting that last teleport in. Are all the graphics options turned OFF? make the game ugly and it helps

  15. #1710
    farkedup's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darkpedro View Post
    has anyone found a fix for when they miss that fourth teleport and don't have the cellar on the screen yet?
    same thing I just posted: He needs a longer sleep on the teleport whatever line is sleep between pushing 3 down and putting it back up. I think he's not getting that last teleport in. Are all the graphics options turned OFF? make the game ugly and it helps

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 05:16 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