[Gold/Itemfarming] [AutoIt] Sarkoth Act I Dank Cellar [WD] [Stash, Sell, Repair, +++] menu

Shout-Out

User Tag List

Page 13 of 97 FirstFirst ... 9101112131415161763 ... LastLast
Results 181 to 195 of 1443
  1. #181
    AndreaTop's Avatar Member
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ehi zeenexx, 1.1d.is working flawlessly! But what did you change about the stats file? It is now written only when you close the bot, so as now is not that really useful as itwas used to be.

    [Gold/Itemfarming] [AutoIt] Sarkoth Act I Dank Cellar [WD] [Stash, Sell, Repair, +++]
  2. #182
    kaptainkirk's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tried the 1.1c last night and noticed that my WD sometines isn't casting my 3rd skill (zombie wall). Is this working as intended as a randomization feature? Will try the 1.1d version later and report back. Thanks!

  3. #183
    zEEneXx's Avatar Knight-Captain
    Reputation
    65
    Join Date
    Jun 2012
    Posts
    432
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by AndreaTop View Post
    Ehi zeenexx, 1.1d.is working flawlessly! But what did you change about the stats file? It is now written only when you close the bot, so as now is not that really useful as itwas used to be.
    oh didnt thought of that. i though it would be enough to have a look @ the log file to see if the bot is still running. if you want to have it like before just add
    If $SaveStats = True Then
    SaveStats()
    EndIf
    in line 1639

    Originally Posted by kaptainkirk
    Tried the 1.1c last night and noticed that my WD sometines isn't casting my 3rd skill (zombie wall). Is this working as intended as a randomization feature? Will try the 1.1d version later and report back. Thanks!
    that can happen if you pc is "to slow". try to higher the $Computerlag variable in the config file. (instead of 0 maybe 100 or 200)

  4. #184
    AndreaTop's Avatar Member
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah but seems like also the log.txt is only written once the script is stopped
    Can you confirm that? Because I'm thinking it could be a dropbox problem. Thanks again!

  5. #185
    zEEneXx's Avatar Knight-Captain
    Reputation
    65
    Join Date
    Jun 2012
    Posts
    432
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by AndreaTop View Post
    Yeah but seems like also the log.txt is only written once the script is stopped
    Can you confirm that? Because I'm thinking it could be a dropbox problem. Thanks again!
    Mhh if i think about it the log file gets never closed until the bot is terminated. so you have maybe no access to that file.

  6. #186
    AndreaTop's Avatar Member
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think you can set it to refresh the log file every run like for stats?

  7. #187
    kaptainkirk's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zEEneXx View Post
    that can happen if you pc is "to slow". try to higher the $Computerlag variable in the config file. (instead of 0 maybe 100 or 200)
    Oh ok. Will try that and report back. Thanks!

  8. #188
    zEEneXx's Avatar Knight-Captain
    Reputation
    65
    Join Date
    Jun 2012
    Posts
    432
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by AndreaTop View Post
    I think you can set it to refresh the log file every run like for stats?
    The stats file will only be written when the bot gets terminated (will change that later again i think). The log file will be written whenever there is something to log (everytime when the bot writes something in the log box in the right bottom) but it dont open and close the file everytime when he does that. i dont know if that would cost much resources. maybe i try that with the next release

  9. #189
    Castdrog's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello,

    amazing stuff. Thanks for this script, it works great ! I just created an account to say "good job and thank you".

    I just wanted to inform you that sometimes, the cellar is open, the bot put the cursor on the cellar (and the cursor "open the fist"), but the bot doesn't seem to detect it. So it just tp+disconnect.
    I tried to change my computerLag to 400 but it didn't change anything. It doesn't occur often, like once in 30 runs, so it's not a real problem.

  10. #190
    Ugc's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, i have changed the sell func, because the script shouldn't buy the blue level 63 items.
    Maybe you can use this for your next version.

    scriptpart: [AutoIt] Func SellItems() Switch TeleportToTown() Case "LeftGame" Return " - Pastebin.com
    add to ini fnc:
    Global $Level63Area[4]
    $Level63Area[0] = 1090
    $Level63Area[1] = 712
    $Level63Area[2] = 1560
    $Level63Area[3] = 985

    image: ImageShack® - Online Photo and Video Hosting
    Last edited by Ugc; 06-22-2012 at 07:20 AM.

  11. #191
    zEEneXx's Avatar Knight-Captain
    Reputation
    65
    Join Date
    Jun 2012
    Posts
    432
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just found some smaller issues which will be fixed in 1.1f - nothing important

    edit:// maybe its something more important than i thought. if the bot dies while entering the cellar it CAN happen that he wants to exit diablo 3... i will have a look at it.. (sorry but its hard to test ALL possibilites of getting stucked before a release)

    Originally Posted by Castdrog View Post
    Hello,

    amazing stuff. Thanks for this script, it works great ! I just created an account to say "good job and thank you".

    I just wanted to inform you that sometimes, the cellar is open, the bot put the cursor on the cellar (and the cursor "open the fist"), but the bot doesn't seem to detect it. So it just tp+disconnect.
    I tried to change my computerLag to 400 but it didn't change anything. It doesn't occur often, like once in 30 runs, so it's not a real problem.
    Hi thanks that happens sometimes due to randomization i think. this needs some more testing and i try to fix it in 1.2

    Hi, i have changed the sell func, because the script shouldn't buy the blue level 63 items.
    Maybe you can use this for your next version.

    scriptpart: [AutoIt] Func SellItems() Switch TeleportToTown() Case "LeftGame" Return " - Pastebin.com
    add to ini fnc:
    Global $Level63Area[4]
    $Level63Area[0] = 1090
    $Level63Area[1] = 712
    $Level63Area[2] = 1560
    $Level63Area[3] = 985

    image: ImageShack® - Online Photo and Video Hosting
    very nice i will have a look at it and include it maybe in 1.2 thanks!
    Last edited by zEEneXx; 06-22-2012 at 12:06 PM.

  12. #192
    Ugc's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just this minute i found a legendary but the bot dont picked it up. fortunately this time i looked at the monitor.

  13. #193
    zEEneXx's Avatar Knight-Captain
    Reputation
    65
    Join Date
    Jun 2012
    Posts
    432
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ugc View Post
    just this minute i found a legendary but the bot dont picked it up. fortunately this time i looked at the monitor.
    ok i need such reports to find the correct imagesearch tolerance. i think i decreased it to much to prevent interpreting other items as legendaries. (but that dosent mean every legendary wont be looted. it depends much on where the item drops)

  14. #194
    zEEneXx's Avatar Knight-Captain
    Reputation
    65
    Join Date
    Jun 2012
    Posts
    432
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated to 1.1f - Fixed repair, fixed log bugs, fixed stuck on dead while entering cellar, increased legendary search tolerance

    edit: skipped version 1.1e lol
    Last edited by zEEneXx; 06-22-2012 at 12:07 PM.

  15. #195
    skiller99's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im going to test Vmachine when installation is done ;d

Similar Threads

  1. Replies: 440
    Last Post: 10-31-2012, 11:00 AM
  2. Replies: 148
    Last Post: 08-03-2012, 04:19 PM
  3. Replies: 5
    Last Post: 08-02-2012, 02:48 AM
  4. Replies: 6
    Last Post: 07-24-2012, 12:18 PM
  5. [AutoIt] How to enter Dank Cellar without moving a real mouse over it?
    By psychoangler in forum Diablo 3 Bots and Programs
    Replies: 3
    Last Post: 07-12-2012, 04:59 AM
All times are GMT -5. The time now is 04:23 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