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

Shout-Out

User Tag List

Page 46 of 298 FirstFirst ... 42434445464748495096146 ... LastLast
Results 676 to 690 of 4467
  1. #676
    Legionary's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    Then you run into the potential problem of getting killed by the risen at the front of the steps. I've tried a few variation and this one has worked the best for me. Try this, if its still giving you problems I'll give it a shot
    Do you mind try the script you just put up? I did, it didn't work like the last script on the front page. The version is 2.0. The problem is the same. It only does two teleports. If you could help me with this problem that would be awesome!

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #677
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pazazu View Post
    Attachment 8562
    Attachment 8563

    Since we just flipped page I'll post my issue again:
    "I've downloaded and installed the "Auto Install". I also ran it as Admin. So it successfully installed and when I launch the bot it can login and resume game, but all it does is to tp back and just stand there. I also got some errors along the way regarding "Error: Unknown function name".
    And I haven't even edited the MainScript.au3. All I have done is to edit the WZD.ini so that it can locate my game folder and type in the password.

    What am I doing wrong?"
    you need to put the file simpletesseractcolor.au3 in the folder with the mainscript.au3 or either in the autoit include folder. Its in the Bot\Bot\Setup\AutoIt3\Include folder you need to copy it and either put it in same folder as mainscript.au3 or either the installed autoit3 include folder

  3. #678
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Legionary View Post
    Do you mind try the script you just put up? I did, it didn't work like the last script on the front page. The version is 2.0. The problem is the same. It only does two teleports. If you could help me with this problem that would be awesome!
    Code:
    If CheckFor("OldRuins", "Area") Then
    			Sleep(200)
    			GUICtrlSetData($lblLocation, "Location: Old Ruins")
    			Call("CheckRepair")
    			If $StartingGold = 0 Then Call("GoldPerHour")
    			;Start Run
    			MouseClick("middle", Round(0 * $x_ratio),Round(250 * $y_ratio)) ;starts the main run
    			Send("{3 down}")
    			Sleep(1900)
    			Send("{3 up}")
    			send($DiamondSkin)
    			Moving(100)
    			RandMove(Round(255*$x_ratio),Round(290 * $y_ratio), 1, 1) ;moves cursor over to the cellar so the proper blue pixel becomes highlighted
    			Sleep(350)
    			If CheckDead() Then
    				Return
    			EndIf
    try changing the number in red to a larger number to compensate for your lag.

  4. #679
    AlanLembu's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stealthingyew View Post
    If you turn tomes or gems on does it loot it? The only thing I see is that maybe the color of set for blues doesn't match what your pc is displaying. You should try taking a screenshot of loot then getting the color of the blue pixel and putting that at the red number:

    If $LootMagic == True Then
    $MagicCount += LootGear(0x6969FF)




    open your character information click details then scroll to the bottom. You want atleast 7.
    Awesome script dude! I just change the sleep time from 1500,2000 to 100,300 to make it faster anyway everything works great, i did my on .png though

  5. #680
    dsonj's Avatar Member
    Reputation
    4
    Join Date
    Jun 2012
    Posts
    29
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi all,

    1)i want my wizard only keep rare, and legendary items and sell all blue no keep in stash.

    2)Sometimes wizard didn't kill Sarkoth and cancel archon auto.

    3) no pick up any gems

  6. #681
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dsonj View Post
    Hi all,

    1)i want my wizard only keep rare, and legendary items and sell all blue no keep in stash.

    2)Sometimes wizard didn't kill Sarkoth and cancel archon auto.
    Open your wzd.ini file and change the things in red

    Code:
    [Auto Start]
    Auto Start=1
    Game Location=E:\Diablo III\
    Game Start Time=9000
    Password=Your Password{!}
    Task Manager Executable Name=Diablo III.exe
    [Custom Loot]
    Total Items=1
    PNG Location=@ScriptDir
    [Skills]
    DiamondSkin=1
    MirrorImage=2
    Teleport=3
    Hydra=4
    [Additional]
    Movement Speed=0
    Walk Time=3600
    Load Time=4500
    Teleport Time=6900
    [Looting]
    Sets=1
    Legendaries=1
    Rares=1
    Magic=1
    Gems=0
    Tomes=0
    Custom=0
    [ManageLoot]
    Every=5
    Identify=1
    [Stashing]
    Loot=1
    Legendaries=1
    Rares=1
    Magic=0
    Tomes=0
    Gems=0
    [Vendoring]
    Loot=1
    Rares=0
    Magic=1
    All=1
    All-Rows=4
    All-Cols=10
    [Variability]
    Timer=0
    Manage Off By=2
    Attack Time=3400 ;increase this number


    Originally Posted by AlanLembu View Post
    Awesome script dude! I just change the sleep time from 1500,2000 to 100,300 to make it faster anyway everything works great, i did my on .png though
    I had it set to 100,300 but sometimes it would miss items because it was going to fast so I increased it since i let it run around 10 hours while i am at work and don't want it to mess up.
    Last edited by stealthingyew; 06-25-2012 at 09:26 PM.

  7. #682
    pazazu's Avatar Banned
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stealthingyew View Post
    you need to put the file simpletesseractcolor.au3 in the folder with the mainscript.au3 or either in the autoit include folder. Its in the Bot\Bot\Setup\AutoIt3\Include folder you need to copy it and either put it in same folder as mainscript.au3 or either the installed autoit3 include folder
    Thanks. That helped me with all the errors. But the bot still tp after like 4 sec he resumed :S

  8. #683
    hongchan88'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)
    is it normal that my wizard teleport 3-4times? and it misses open dank celler when teleporting 3times?

    any way to get high rate of teleporting 4times?

    thanks

  9. #684
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pazazu View Post
    Thanks. That helped me with all the errors. But the bot still tp after like 4 sec he resumed :S
    Are you running in a different resolution other than 1920x1080 if so you will have to remake all the .png files Also some people have had to remake them even at that resolution so you may want to try that.

  10. #685
    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 stealthingyew View Post
    What were your times before? I am running 10.8 to 13.3 being longest closed cellar and 41 being the longest ive seen for an open run(running on vmware so adds about 3-5 sec for overall looting) and was a 5 sec random sleep.

    If anything would speed it up perhaps using teleport in town to get to repair guy?
    10.8 is really low considering you have to town portal which takes 7 seconds, but the repair idea is a good one. When we vendor gear we repair though, so it could be kind of pointless. Maybe TP for vendoring...

  11. #686
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    10.8 is really low considering you have to town portal which takes 7 seconds, but the repair idea is a good one. When we vendor gear we repair though, so it could be kind of pointless. Maybe TP for vendoring...
    Well i meant for vendoring not repairing in general because the way I have your script edited to use my salvage magic function i have to visit the repair guy so even tho i am not selling anything every 7 runs i visit the repair guy then back down to blacksmith. That's the major time consumer that I run into.

  12. #687
    pazazu's Avatar Banned
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stealthingyew View Post
    Are you running in a different resolution other than 1920x1080 if so you will have to remake all the .png files Also some people have had to remake them even at that resolution so you may want to try that.
    I redid the Old Ruins png and now it works. Thanks you

    One question. If I only want gems, gold and legendary items, how do I go about to do so?

  13. #688
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pazazu View Post
    I redid the Old Ruins png and now it works. Thanks you

    One question. If I only want gems, gold and legendary items, how do I go about to do so?
    edit the ini 1 means on, 0 means off


    Code:
    [Auto Start]
    Auto Start=1
    Game Location=E:\Diablo III\
    Game Start Time=9000
    Password=Your Password{!}
    Task Manager Executable Name=Diablo III.exe
    [Custom Loot]
    Total Items=1
    PNG Location=@ScriptDir
    [Skills]
    DiamondSkin=1
    MirrorImage=2
    Teleport=3
    Hydra=4
    [Additional]
    Movement Speed=0
    Walk Time=3600
    Load Time=4500
    Teleport Time=6900
    [Looting]
    Sets=1
    Legendaries=1
    Rares=1
    Magic=0
    Gems=0
    Tomes=0
    Custom=0
    [ManageLoot]
    Every=5
    Identify=1
    [Stashing]
    Loot=1
    Legendaries=1
    Rares=1
    Magic=0
    Tomes=0
    Gems=0
    [Vendoring]
    Loot=1
    Rares=0
    Magic=1
    All=0
    All-Rows=4
    All-Cols=10
    [Variability]
    Timer=0
    Manage Off By=2
    Attack Time=3400

  14. #689
    pazazu's Avatar Banned
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stealthingyew View Post
    edit the ini 1 means on, 0 means off
    Yeah, so I manage to make the vendor never happen and dont pick blue, but it still wont pick up gems. Do I have to redo them as well?

  15. #690
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    that is correct you will need to redo them as well

    basically ANY IMAGES you will probably have to redo.

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