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

Shout-Out

User Tag List

Page 255 of 298 FirstFirst ... 155205251252253254255256257258259 ... LastLast
Results 3,811 to 3,825 of 4467
  1. #3811
    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)
    I figured out my problem with the 800x600 in my VM it was the window location of the bot. In the bottom left where it defaulted to it couldn't make it in the doorway to kill sarkoth. In the top left it can get in the doorway but cant kill sarkoth. In the top right it cant read the mini map and in the bottom right it cant loot!

    So what do we do? I put it in the bottom middle where most of the box is actually off the screen. Completely default timings with my VM installed on an SSD all of my timings can remain the same as they are in my 1920x1080 main install. Next up I'm going to have to try to play D3 in my main screen while the bot runs in VM but I have a paper due this morning so it'll have to wait.

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #3812
    jcunit's Avatar Knight
    Reputation
    19
    Join Date
    Jun 2012
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cluster View Post
    Hey Chancity, how would I incorporate that in to the script? I am a total scripting noob and don't understand it lol, so far I have:
    I haven't tested this cause I;m never dcing, but think this should work. This will first click the ok button then wait till you have a connection again and then send password and start the bot again.
    Change it to this:

    Code:
    	ElseIf CheckFor("Disconnect", "", Round(700 * $x_ratio), Round(340 * $y_ratio), Round(1200 * $x_ratio), Round(600 * $y_ratio), 1, 140) Then
    			GUICtrlSetData($lblStatus, "Status: Network Disconnect window up")
    			MouseClick("left", Round(960 * $x_ratio), Round(632 * $y_ratio))
    			Sleep(100)
    			Send("{SPACE}")
    			Return
    	    ElseIf CheckFor("lostconnection", "", Round(700 * $x_ratio), Round(340 * $y_ratio), Round(1200 * $x_ratio), Round(600 * $y_ratio), 1, 140) Then
    			GUICtrlSetData($lblStatus, "Status: Lost connection window up")
    			MouseClick("left", Round(960 * $x_ratio), Round(632 * $y_ratio),1)
    	                  Do 
                             sleep(500)
                            Until internetconnection() = 1
                             sleep(500)
    			Send($gamePassword)
    			Sleep(500)
    			Send("{ENTER}")
    			Sleep($gameStartTime)
    			Return
    		Else
    			GUICtrlSetData($lblStatus, "ERROR: Cannot find Resume button")
    			Return
    		EndIf
    At the bottom of the script add the check internet function:

    Code:
    Func internetconnection()
    $ping = Ping("www.google.com")
    If $ping >= 1 then Return 1
    Return 0
    EndFunc
    Last edited by jcunit; 07-18-2012 at 08:58 AM.

  3. #3813
    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)
    JC did you get your VM slowdown figured out? I'm running my 800x600 VM right now on my I5-660 and if it slows down after a few hours I'll then pop in my I7 and we'll see if that solves the slowdown.

  4. #3814
    Cluster's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jcunit View Post
    snip
    Thnx mate, I've added that to my script, hopefully I wont wake up any more to find that I only farmed 500k due to a dc

  5. #3815
    jcunit's Avatar Knight
    Reputation
    19
    Join Date
    Jun 2012
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by farkedup View Post
    JC did you get your VM slowdown figured out? I'm running my 800x600 VM right now on my I5-660 and if it slows down after a few hours I'll then pop in my I7 and we'll see if that solves the slowdown.
    My GPU was overheating, replaced it recently. Noticed it still seems kinda choppy sometimes if I run it for a long time, but doesn't influence my times that much, so I left it.
    For the slow vendoring/salvaging I added specification to the mouseclicks for the speed. With default speed is freaking slow, gained 10+ seconds by adding the speed to the clicks.

    Originally Posted by Cluster View Post
    Thnx mate, I've added that to my script, hopefully I wont wake up any more to find that I only farmed 500k due to a dc
    Np, let me know if it works or if any problems come up. I'd appreciate it if you'd rep me and others for helping/chancity's for making the script.

  6. #3816
    projex's Avatar Master Sergeant
    Reputation
    5
    Join Date
    Jun 2012
    Posts
    89
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guys seriously, stop selling essence for a week or so. Let the price settle in or sell 1000 at a time.

  7. #3817
    jcunit's Avatar Knight
    Reputation
    19
    Join Date
    Jun 2012
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by projex View Post
    Guys seriously, stop selling essence for a week or so. Let the price settle in or sell 1000 at a time.
    On eu the Ah is bugged atm, we can't even put up essences anymore. This caused the price to be at 15k atm. Hope it settles higher than 1k once we can put em up again.

  8. #3818
    andoyuu'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)
    Originally Posted by farkedup View Post
    I figured out my problem with the 800x600 in my VM it was the window location of the bot. In the bottom left where it defaulted to it couldn't make it in the doorway to kill sarkoth. In the top left it can get in the doorway but cant kill sarkoth. In the top right it cant read the mini map and in the bottom right it cant loot!

    So what do we do? I put it in the bottom middle where most of the box is actually off the screen. Completely default timings with my VM installed on an SSD all of my timings can remain the same as they are in my 1920x1080 main install. Next up I'm going to have to try to play D3 in my main screen while the bot runs in VM but I have a paper due this morning so it'll have to wait.
    Just hide the window from view (like placing really bottom so you can only see the title bar). When you place it where it can be seen you'd run into trouble when the bot is trying to id the items. Happened to me once. Wasted several hours.

    You can pull the window up to see the stats when you are done.

  9. #3819
    grnstrelite11's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Script and version: 7
    Help or request: Help
    Desktop resolution: 1366x768
    Diablo 3 window type: Windows FullScreen
    Operating system (32-bit or 64-bit): 64
    Manual or auto install: Both
    Move bound to mouse3: Yes
    Game language: English

    Hey can anybody please help me. I just downloaded the new version. At first my vendoring and crafting was not working but thanks to Angrycoder i changed one line of code and it works fine. My only problem right now is that Rare item are not being stashed, vendored or crafted or identified. Please Help

  10. #3820
    Angrycoder's Avatar Knight-Lieutenant
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    370
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by grnstrelite11 View Post
    Script and version: 7
    Help or request: Help
    Desktop resolution: 1366x768
    Diablo 3 window type: Windows FullScreen
    Operating system (32-bit or 64-bit): 64
    Manual or auto install: Both
    Move bound to mouse3: Yes
    Game language: English

    Hey can anybody please help me. I just downloaded the new version. At first my vendoring and crafting was not working but thanks to Angrycoder i changed one line of code and it works fine. My only problem right now is that Rare item are not being stashed, vendored or crafted or identified. Please Help
    I believe the pic for Rare is misnamed for 1366 currently. Unless Chance had a chance to update the pics, there are still 3 in there that are mispelled.

    Change:
    • rareup.png to Rare.png
    • rarerings.png to RareRing.png
    • tome.png to Tomes.png

  11. #3821
    CSBJS's Avatar Banned
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CSBJS
    please help

    i build in autoit i get the tesseract error.

    i right click compile (x86) it builds the .exee


    script works, its just after installing this automatic installer im ahving issues with the program :/ wondering if anyone can help ive read and searched through enough pages so please just save me the time and tell me what the deal is ;[
    anybody? i can donate for your time.. i know its petty but i dont like problems i cant solve ;/ i dont want to bother the scripter he wouldnt help me anyway

  12. #3822
    x1le'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)
    I have played around with the script for the last couple days and have some tips for people having problems:

    - Make sure you have "Close all Windows" bound to SPACE and inventory to "c" and "i" (or change two lines in the DoIdentify() function)
    - If you are having problems with items not getting stashed/vendored/salvaged correctly try adding this line to the AnalScan() funtion, at line ~1100:

    Func AnalScan()
    GUICtrlSetData($lblStatus, "Status: Unhighlighting new items")
    For $i = 0 To 9
    For $j = 0 To 5
    MouseMove(Round($slot1x + $i * $offset * $x_ratio), Round($slot1y + $j * $offset * $y_ratio + $letterBoxOffset), 1)
    Sleep(Random(40,60))
    Next
    Next
    EndFunc
    Without that it was too fast and sometimes didn't unhighlight all items, which leads to them not being anaylzed correctly.

    - If you are having problems with the bot pausing before vendoring/salvaging your CurrentInventory.png is probably not correct
    - Increase the game load timer by 1000 or more, so it has a better chance to make a correct screenshot.
    - If the CurrentInventory.png is now correct, make it read-only in windows.
    - Put the timer back

    - I was able to speed up my runs considerably by decreasing the loot timers, without any glitches. Try it.

    And some suggestions for chancity:

    - Instead of taking a screenshot of the inventory wouln't it be even safer and possibly easier to read one (or all) of the main stats and make it stop if something changes.
    - Change the DoIdentify() to make it use "i" instead of "c". I think some people were having problems with this. Or is that intentional?
    - Implement a function that reads the sell value of the item (shouldn't be complicated since it already reads the ilvl) make it sell salvage-flagged items above a certain value, which the user can set.

    I definitely had some more suggestions, but can't think of anything else right now. Will post them later.

    If you're running a 16:10 resolution I can upload the modified version of my script. It's currently running flawlessly on 1920x1200 (letterbox) and with some minor changes it should work on any 16:10 res.

  13. #3823
    jcunit's Avatar Knight
    Reputation
    19
    Join Date
    Jun 2012
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Reading the value of an item would take extra time, which isn't worth it, based on ilvl you can kind of estimate the average items will go for.

    I've been looking at changing the time it analyzes the loot, instead of doing it all when you go to stash, only analyse the new items each time you are waiting for teleport after a succesful run.
    This way you don't lose any time analysing since it's during a wait time anyway, when you go stashing/vendoring/salvaging it wil already have all the info stored in the matrix.

    Need to change quite alot though, but seems doable. Might try doing it myself tomorrow if I have some free time.

  14. #3824
    padomBA's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have problem
    1920x1080 running screep well
    all works fine / vendor , skills etc etc.
    but
    when hero join Dank Celler
    he's stay 2 second, not moving, usign archon, some dps around 5 secs, and tp

    why his not moving to mob and not using skill Archon around him?

  15. #3825
    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)
    (Edit)

    Answered my questions be reading the script.

    So Anal loot... what is the Speed?? Higher = quicker, lower=slower??? The speed is for how quickly it attempts to read the next item or what??
    Last edited by Faramire; 07-18-2012 at 11:35 AM. Reason: i read script...

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