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

User Tag List

Page 81 of 298 FirstFirst ... 31777879808182838485131181 ... LastLast
Results 1,201 to 1,215 of 4467
  1. #1201
    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 ElijahBailey View Post
    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?
    so for now, especially if i want to run long sessions (10+ hours) you'd say it's safer to go with the older 22s script?

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #1202
    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)
    wish i had the older script back... it worked perfectly for me

  3. #1203
    catalyzer's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    great job chancity!

    19s script works great for me although i cant get 19s open cellar. maybe my dps is not high enough
    21s script managed to get 350k gph

    15k dps / 254 gf / open:22.4secs close: 9.5secs

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

    Stats:
    Total Runtime: 1 hours, 12 minutes
    Total Cellars Found: 81 (50%)
    Total Cellars Not Found: 81 (50%)
    Total Deaths: 0 (0%)
    Total Repairs: 0 (0%)

    Loot:
    Legendary: 0 - Set: 0 - Rare: 0
    408K Per Hour - Accumulated Gold: 484K

    ************************************************

  4. #1204
    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)
    The 19s script seems to have problems detecting open cellars again, I watched it miss several in only 10 min. I did not notice the problem at all with the 21s version. Just FYI.

  5. #1205
    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 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

    I was thinking of OCR, but there may be complications of the dynamic position of the ilvl txt placement. Will wait for your release, if you need any help i would be glad to contribute.

  6. #1206
    airfreshjoe's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok Chancity, ever since the 2.0.2 update, the new detection of open cellar has effed me up...
    im using 1600x resolution like always but when theres a open cell it gets stuck right by the barn area, or right ontop of the cellar entrance.... any adjustments i should make?

    tried changing the sleep time on cellar, will report back if it works...

    and also changing DPS in INI doesnt do anything... it doesnt kill sakaroth.. and i keep dieng
    Last edited by airfreshjoe; 06-29-2012 at 04:44 AM.

  7. #1207
    Chereal's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Some improvent i'am working on

    Hi Chancity,
    First thanks for your amazing work , it's working pretty well for me.
    I'am also working on some new features in your script: (I hope it doesn't bother your )
    The goal is to allow people to set to more var in INI : run duration, pause duration.
    It's actualy quite simple, when the total run duration is more than the run duration set on INI it stop the script for the pause duration.

    I want to also add a break time and break duration.
    The point is to avoid running more than 6hour a day for exemple and to appear most human as possible *, I also want to add more randomization on sequence in order to avoid repetitives actions. I haven't really think on how implements this but I will check this out this weekend.

    for now my modifications are pretty dirty and I will share when it's fully tested & clean if you are interested.

    *Exemple:
    You set 6 hours run, 3hours break time , 1 hour break duration, 17 hours runPause
    => you run 3 hours , break for 1 hour, rerun for 3 hours and pause for the next 17hours.

    Regard's
    Cherealz
    Any feedback on those features are wellcome.

    EDIT: I'am working on 21s script.
    Last edited by Chereal; 06-29-2012 at 05:11 AM.

  8. #1208
    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)
    @ all who tried to change dps in WZD in mainscript, but still cant kill/over kill sarkoth, change the following lines in mainscript.au3.
    from
    Code:
     ;attacktime
    $dps = 18500 * 3.25
    $attackTime = (170000 / $dps) * 1000
    To:

    Code:
     ;attacktime
    $dps = $dps * 3.25
    $attackTime = (170000 / $dps) * 1000
    Probably careless of chancity

    If you still cant kill sarkoth change the 170000 to a slightly higher value like 175000 as this represents his HP
    Last edited by KevinKoh; 06-29-2012 at 05:21 AM.

  9. #1209
    airfreshjoe's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KevinKoh View Post
    @ all who tried to change dps in WZD in mainscript, but still cant kill/over kill sarkoth, change the following lines in mainscript.au3.
    from
    Code:
     ;attacktime
    $dps = 18500 * 3.25
    $attackTime = (170000 / $dps) * 1000
    To:

    Code:
     ;attacktime
    $dps = $dps * 3.25
    $attackTime = (170000 / $dps) * 1000
    Probably careless of chancity
    do you know why i cant cast hydra when killing sarkoth ? for mainscript

  10. #1210
    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)
    You need to uncomment it

    Code:
    			;Send($Hydra) ;good if your dps is low
    			;Sleep(200)
    remove the ' ; '

  11. #1211
    airfreshjoe's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok thanks it works now... hopefully it will run well overnight

  12. #1212
    veilfaust's Avatar Member
    Reputation
    3
    Join Date
    May 2006
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have noticed a few posts regarding the bot non sensing the cellar correctly and getting hung up on barrels or walls. Could someone please share a solution to this problem, or is it normal for it to be missing 1 out of every 10 open cellars?

  13. #1213
    djenkov's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Script and version:2.0.1
    Help or request: Help
    Desktop resolution: 1600x900
    Diablo 3 window type:window mode full screen
    Operating system (32-bit or 64-bit):
    Manual or auto install:auto 64-bit
    Move bound to mouse3: yes
    Where are you starting the: from the checkpoint?/game menu?(I don't get the question).
    Game language:english



    Hi,I have a minor problem with the scripts.If the cellar is closed sometimes the bot does not teleport after it uses mirror image.It happens only from time to time.Any idea how to fix this?
    This is causing some deaths.
    Last edited by djenkov; 06-29-2012 at 06:02 AM.

  14. #1214
    markux25'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 am experiencing the same issues like djenkov, any solution?

  15. #1215
    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 ElijahBailey View Post
    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?
    Change the sleep timers right before the $tptime. Its optimized for me, whoever found my goof for dps in the main script thank you!

    Sent from my DROID RAZR using Tapatalk 2

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:46 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