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

Shout-Out

User Tag List

Page 115 of 298 FirstFirst ... 1565111112113114115116117118119165215 ... LastLast
Results 1,711 to 1,725 of 4467
  1. #1711
    loustar's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    thats what I'm running, different graphics card but that should matter
    exactly, thats why its such a pain in the a** at the moment, sure i run it on vmware, but that shouldnt matter either as it was doing just fine in 2.0.2..

    When using your LAWL, it wont detect the cellars - when using 21s it runs into wall, doesnt go into cellar and just stands infront of it, enters the cellar and immediately teleports out and leaving the game...

    Those are the problems i have at the moment

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #1712
    jsizzurp's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm just updated to 2.0.3 and the bot never uses magic weapon (force weapon)

    is this intentional?

  3. #1713
    loustar's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by farkedup View Post
    He needs a longer sleep on the teleport whatever line is sleep between pushing 3 down and putting it back up. I think he's not getting that last teleport in. Are all the graphics options turned OFF? make the game ugly and it helps
    I do get all 4 teleports, i sit and watch it on the 2nd screen and i see the cellar on the screen, it just searches for it, below the cellar and doesnt detect it and starts the usual rutine by teleport-leave...

  4. #1714
    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)
    PHP Code:
                   Send("{3 down}")
                
    Sleep(1400)
                
    Send("{3 up}")
                
    sleep(90)
                
    send("1")
                
    sleep(90
    This is what I use. Not sure why you have 200 sleep there.
    Also I noticed 1 not detected cellar in first 4min of testing.

  5. #1715
    xtac1080's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Script and version: Main 1,9.3
    Help or request: Help
    Desktop resolution: 1920X1080
    Diablo 3 window type: Windowed (Fullscreen)
    Operating system (32-bit or 64-bit): 64
    Manual or auto install: Auto
    Move bound to mouse3: Yes
    Where are you starting the: Not sure this question
    Game language: English

    Script works beautifully (detects if cellar is there or not, and enters properly if it is) up until I reach the doorway to the room Sarkoth is in. Archon is activated, then without moving or attacking, archon is deactivated by script, and then the wizard runs into the untouched group of enemies. Not sure what I am doing wrong, but it is doing the exact same thing on my laptop. Both computers run Diablo easily, and my internet connection is fast. Any help would be much appreciated!

  6. #1716
    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)
    Originally Posted by xtac1080 View Post
    Script and version: Main 1,9.3
    Help or request: Help
    Desktop resolution: 1920X1080
    Diablo 3 window type: Windowed (Fullscreen)
    Operating system (32-bit or 64-bit): 64
    Manual or auto install: Auto
    Move bound to mouse3: Yes
    Where are you starting the: Not sure this question
    Game language: English

    Script works beautifully (detects if cellar is there or not, and enters properly if it is) up until I reach the doorway to the room Sarkoth is in. Archon is activated, then without moving or attacking, archon is deactivated by script, and then the wizard runs into the untouched group of enemies. Not sure what I am doing wrong, but it is doing the exact same thing on my laptop. Both computers run Diablo easily, and my internet connection is fast. Any help would be much appreciated!
    that would be the DPS number in the .ini bump it to a LOWER number if it attacks for a lil while but if its not attacking at all then you never set that up in teh config

  7. #1717
    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)
    Are all the teleport/detect issues in the sped up versions of the script? If so there will be a bunch of sleep() numbers that you can compare to the MAIN script and slowly increase them in the sped up script until it works for you. The most common is a few above this post where simonak posted the teleporting section. That sleep(1400) I think is 1600 on the main script and is 1 example.

    The next super common issue is where you walk into the cellar and open fire before you get to where you need to. There's a sleep command right after you middle click to move to that doorway.

    I personally have issues with the fastest version and have to customize the timings until its just right for ME I actually randomize those timings slightly within a range I know will work for me. I just dont like my system doing exactly the same thing repeatedly down to the last millisecond on things. a 10% range is what I do on my sleep() commands through the script. yes it slows me down slightly but I'm then at least a little bit less likely to get banned.

  8. #1718
    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)
    Send("{3 down}")
    Sleep(1400)
    Send("{3 up}")
    sleep(90)
    send("1")
    sleep(90)

    Not sure if the tight sleeps have anything to do with this but I got 2 not detected cellars in a row. 1920x1080

  9. #1719
    xtac1080's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by farkedup View Post
    that would be the DPS number in the .ini bump it to a LOWER number if it attacks for a lil while but if its not attacking at all then you never set that up in teh config
    My DPS is set to 22000 in the 21s.ini file. Is there another file to edit?

    And I put my version wrong, I think it is 2.0.3

  10. #1720
    419930075's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tesseract-OCR doesnt work
    error at line 19
    and if i delete that line
    i get error at line 1405

  11. #1721
    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)
    you got any other ini files in the folder? just want to make sure you're using the right one. How long does it open fire for? I think thats what like 5 seconds or maybe 4?

  12. #1722
    xtac1080's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by farkedup View Post
    you got any other ini files in the folder? just want to make sure you're using the right one. How long does it open fire for? I think thats what like 5 seconds or maybe 4?
    It does not open fire at all, just activates archon then deactivates almost immediately. Then proceeds to run into Sarkoth.

  13. #1723
    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 loustar View Post
    exactly, thats why its such a pain in the a** at the moment, sure i run it on vmware, but that shouldnt matter either as it was doing just fine in 2.0.2..

    When using your LAWL, it wont detect the cellars - when using 21s it runs into wall, doesnt go into cellar and just stands infront of it, enters the cellar and immediately teleports out and leaving the game...

    Those are the problems i have at the moment
    Try running it on your physical machine. I cant run it on a vm

    Sent from my DROID RAZR using Tapatalk 2

  14. #1724
    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 xtac1080 View Post
    It does not open fire at all, just activates archon then deactivates almost immediately. Then proceeds to run into Sarkoth.
    Edit your dps into the .Ini file

    Sent from my DROID RAZR using Tapatalk 2

  15. #1725
    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)
    Send("{3 down}")
    Sleep(1500)
    Send("{3 up}")
    sleep(100)
    send("1")
    sleep(100)

    This looks fixed my problem with cellar detection

    Also with 1.51AS weapon the 200 sleeps is still too tight by a little.
    Last edited by simonak; 07-01-2012 at 01:35 PM.

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 01:43 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