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

User Tag List

Page 204 of 298 FirstFirst ... 104154200201202203204205206207208254 ... LastLast
Results 3,046 to 3,060 of 4467
  1. #3046
    mostwantedd'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)
    doesnt seem to work on 800x600 for me. It stops before getting near cellar!

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #3047
    Batch's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    No if that were the case, your inventory would open at the start of every run and it does not. Tesseract is reading the gold incorrecly.

    == is for comparing case sensitive strings. Rookie...

    Sent from my DROID2 GLOBAL using Tapatalk 2
    That's exactly what it was doing for me. Changed it to == and it stopped. Agreed on Tesserract, it has trouble at lower resolutions.

    Wasn't meaning to insult you, was merely implying that its an easy mistake to make.

    Almost done with my port of your bot for DH. Just need to test the new screen coords better. Thanks for the work.

  3. #3048
    Faramire's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    Temporal flux snares sarkoth to secure the

    Sent from my DROID2 GLOBAL using Tapatalk 2
    I guess... but i'm at 0% death(thats with all my combined 2 hr runs, 4hrs, etc, so idk how it was helping me. Even if he runs... he runs thru the beam

  4. #3049
    Faramire's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Batch View Post
    I believe there is currently a bug with the gold per hour setting and the GPH number you see is actually just GPH for the last run, in all cases, without taking vendoring into account.

    Line 686:

    Code:
    If $StartingGold = 0 Then Call("GoldPerHour")
    Should be:
    Code:
    If $StartingGold == 0 Then Call("GoldPerHour")
    = is an assignment operator while == is a comparison operator. Basically, every run it is setting $StartingGold back to zero, then calling the "GoldPerHour" function to get the new starting gold. Rookie mistake, but a VERY easy mistake to overlook.

    This also negates any profit from vendoring blues, as the GPH calculation isn't designed to take vendoring into account until your next run.
    I don't even look at the gph... its a very skewed #. Like i said in my calculations, i just used the accumulated gold over the open cellar time. ... using a real gold value over an average total time, so the blues did take into consideration. Blues was calculated in the accumulated gold, as well as the open cellar times... so it doesn't negate the vendoring blues at all. That basically increases your gold per open cellar run, evening out the extra time per run.

  5. #3050
    fleshwald's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a little problem running this script, the problem is that even when the cellar is open it sometimes just skips it, it almost seems like it´s doing that every second time. Is there anyone who knows how to fix my problem? Would really appriciate it

  6. #3051
    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 Faramire View Post
    I don't even look at the gph... its a very skewed #. Like i said in my calculations, i just used the accumulated gold over the open cellar time. ... using a real gold value over an average total time, so the blues did take into consideration. Blues was calculated in the accumulated gold, as well as the open cellar times... so it doesn't negate the vendoring blues at all. That basically increases your gold per open cellar run, evening out the extra time per run.
    I'm working on a different method than using tesseract to get gph and accumulated gold.

  7. #3052
    Armen123's Avatar Member
    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)
    Every time i leave my bot and go out Diablo 3 crashes so bot stops. But if i m in home and interract with bot(pause or stop bot and start it from beggining) d3 never crashes. Anyone know the solutions? Maybe to short load time can be the problem? 1920x1080 resolution and every graphic option is set to minimum. I ve got i7-2600/8gb ram/not ssd hdd/Radeon 6970
    Last edited by Armen123; 07-09-2012 at 03:10 PM. Reason: adding information

  8. #3053
    killver's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fleshwald View Post
    I have a little problem running this script, the problem is that even when the cellar is open it sometimes just skips it, it almost seems like it´s doing that every second time. Is there anyone who knows how to fix my problem? Would really appriciate it
    Try to set all graphic options to low and disable AA.

  9. #3054
    SiThG0D's Avatar Private
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    one quick question, im new to D3 botting, ive done plenty of it in wow, but my question is because this doesnt state anywhere that i could find, what setting does this work on? whats the best for it to work on? like hell? inferno? thanks.

  10. #3055
    Insany's Avatar Member
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can anyone tell me what's been updated/changed from Update_8==D.3 to the first 8===D

  11. #3056
    Danoliver's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, how can I increase the duration of archont?

  12. #3057
    malcolmsteel's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by HiFi View Post
    For those of you whose bot often dies and gets stuck at "Game Menu (Esc)" screen forever, edit your script (right click on LAWL GUI Edition.au3 and select Edit Script), scroll down to line 660 and change:

    From this:
    Code:
    Send("{SPACE}")
    To this:
    Code:
    Send("{Escape}")
    I tested it, worked perfectly for me. No more stuck bot and bad mood

    Edit: Tested this on version: Update_8==D.3
    Edit2: This code change is under Func RestartRun() > If ($Go) Then > ElseIf CheckFor("ExitGame"...)
    Unless you're having problems with the exit game loop I wouldn't recommend this actually. I tested it for awhile (I never actually got the loop problem) and today I came back to the bot still running while diablo was completely closed out which is the first time that has ever happened to me.

  13. #3058
    Batch's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by malcolmsteel View Post
    Unless you're having problems with the exit game loop I wouldn't recommend this actually. I tested it for awhile (I never actually got the loop problem) and today I came back to the bot still running while diablo was completely closed out which is the first time that has ever happened to me.

    The best method I've found to avoid getting stuck on the main menu, or with in-game dialog boxes is the following:

    Code:
    Send("{Escape}")
    Sleep(50)
    Send("o")
    My 'o' key is bound to close all windows.

    If there is a window or error dialog open, escape closes it, and 'o' will close all windows underneath that.

    If no error dialogs are open, this simply opens the main menu, then closes it.

  14. #3059
    malcolmsteel's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nevermind I just saw the servers are down. That's probably what caused it.

  15. #3060
    Hangar'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)
    Thank you for making this awesome script!

    Everything runs smoothly now, and I get around 500k/h with 300 GF, 18 MS, 21 pickup radius and 21k dps buffed.

    I hate that it stashes lvl 60 items, though. I just want it to stash lvl 63 items. How do I fix this? Cheers.

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