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

User Tag List

Page 53 of 298 FirstFirst ... 3495051525354555657103153 ... LastLast
Results 781 to 795 of 4467
  1. #781
    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)
    RE: script 27s

    Waited all day to get off work to try this.
    Running window mode 1920x1080 windowed:
    misses the cancel button for archon mode. every time.
    on a brighter note 13.93s on a closed celler
    nt

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #782
    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)
    So I've gotten the bot to run 21 seconds open cellars and 9 second closed cellars. There are some requirements for this to work though atleast 20k buffed DPS, 20 pickup radius, and 1.5 attack speed.

    Archon(Teleport) is being used in this new script...alot of the looting people have been disabling is completely taken out aswell. I'll post it once I'm done tweaking.

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]-untitled-png

  3. #783
    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)
    does anyone know how or if they nerfed the amount of gold dropped and/or the chance of the cellar spawning in the latest patch? since they said they would nerf "gold exploits".

  4. #784
    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)
    no nerf Im getting 45% open and 370k GPH

  5. #785
    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)
    No nerf, I confirm for EU xD Happy Farmin guys! Looking forward to the optimized runs!

  6. #786
    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 Sun123 View Post
    No nerf, I confirm for EU xD Happy Farmin guys! Looking forward to the optimized runs!
    alright, thanks

  7. #787
    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)
    I have downloaded the zip which contains Autoit and the other files, I ran the batch script which copied the ~2500 files... I then ran the autoit main script after setting up my skills, move to mouse button 3 as per the instructions and have my checkpoint set right before the cellar. The script enters the game, checks inventory, teleports once, casts hydra/mirror image/diamond skin (to the west of the checkpoint) and then TPs back to town before even trying to finish the rest of the way back to the cellar.

    Also, resolution is set for 1920x1080...any help is appreciated.
    Last edited by darkpedro; 06-27-2012 at 01:33 AM.

  8. #788
    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)
    21 Second Open Cellar Script: [AutoIt] Chancity's 21 Second Open Cellars - Pastebin.com

    Full Version: http://bit.ly/Mw9ZEv

    So I've gotten the bot to run 21 seconds open cellars and 9 second closed cellars. There are some requirements for this to work though atleast 20k buffed DPS, 20 pickup radius, and 1.5 attack speed. Please have a decent computer, my specs:

    CPU: i5 i2500k
    Ram: 8gb
    Graphics: GeForce 550ti
    HDDs: 500GB Samung and 120GB Intel SSD

    *Diablo 3 is running on the bigger hard drive.

    Archon(Teleport) is being used in this new script...I noticed alot of people disabling some of the looting so I went ahead and took most of it out on this version. Still working on a better method to get into the cellar so we don't miss as many.

    AND

    Edit the variable $dps to your buffed dps readout. You may also need to edit the $tptime because I made it extremely short for quicker game leaves.

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]-untitled-png

    Enjoy it
    Last edited by chancity; 06-27-2012 at 01:48 AM.

  9. #789
    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)
    Heya darkpedro, I'm in the exact same boat. I've been doing some testing and the issue is that the script isn't doing what it's trying to do. These are the lines that have issues:

    MouseClick("middle", Round(0 * $x_ratio),Round(250 * $y_ratio)) ;starts the main run
    Send("{" & $teleport & "down}")
    Sleep(1900)
    Send("{" & $teleport & "up}")

    Basically I can see that the script is trying to click somewehre to the left, then hold down the teleport key so it can teleport 3 times via wormwhole, then end up close to the cellar. However, actual performance is exactly like you described - checks inventory, teleports once, casts hydra/mirror image/diamond skin and tp's back to town. I tried running a couple of the other scripts, i.e. the DH one so I know my auto-it setup works but I can't get this particular script working either. Will try out the new 21s version to see

    UPDATE: The 21s version works for me!!
    Last edited by ElijahBailey; 06-27-2012 at 02:16 AM.

  10. #790
    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)
    Ive been trying to get this to work. I used the automatic setup from the .bat then I changed some of the variables in the .ini. When I go to start the script while in-game at the resume menu, my mouse just goes to the bottom left corner of my screen and just sits there. Im trying to do this at 1600x900. Id like to read all 50 pages to see if theres someone with a similar problem but..... yea... :/

  11. #791
    xLexus's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    chancity, how much gps u get with how much %gf? thank u
    and, also, u wrote "buffed dps" so what skill build does it use? your's(from the 1st post) - there are no attack buff like magic weapon or familiar
    . Left Click = Wave Force(Impactful Wave)
    2. Right Click = Archon(Improved Archon)
    3. Action Bar 1 = Diamond Skin(Crystal Shell)
    4. Action Bar 2 = Mirror Image(Duplicates)
    5. Action Bar 3 = Teleport(Wormhole)
    6. Action Bar 4 = Hydra(Arcane)
    7. Passive 1 = Blur
    8. Passive 2 = Temporal Flux
    9. Passive 3 = Glass Cannon *A good switch for this if your dps is high would be Unstable Anomaly
    or build that was used in psycoanglers script
    Mouse1: Wave of Force [Impactful Wave]
    Mouse2: Magic Weapon [Force Weapon]

    Skill 1: Mirror Images [Duplicates]
    Skill 2: Frost Nova [Shatter]
    Skill 3: Archon [Teleport]
    Skill 4: Teleport [Wormhole]

    Passives: Evocation, Blur, Unstable Anomaly
    ?
    Last edited by xLexus; 06-27-2012 at 02:25 AM.

  12. #792
    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)
    No idea about the passives but this worked for me with the 21s version:
    Left-click: Shock Pulse Piercing Orb (this is never used?)
    Right-click: Archon-Teleport
    1: Diamond Skin-Crystal Shell
    2: Mirror Image-Duplicates
    3: Teleport-Wormhole
    4: Magic Weapon-Force Weapon

  13. #793
    Siegercz1916'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)
    Is there any possibility to stash items in another slot stash ?

  14. #794
    xLexus's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    maybe if left-click button is not in use we could use familiar with first rune? to have +12%dps?

  15. #795
    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)
    Got it working.

    When the bot teleports to the Cellar, half the time if the Cellar is up, the bot does not detect it and exits the game. It seems like the bot is trying to click in the wrong spot for the cellar. On 1600x900

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 02:28 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