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

Shout-Out

User Tag List

Page 97 of 298 FirstFirst ... 4793949596979899100101147197 ... LastLast
Results 1,441 to 1,455 of 4467
  1. #1441
    spitzer89's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zoubiey View Post
    The ice armor.. you sure that you are using the right spell on the right key?
    i mean diamond skin...ice armor was a typo

    but yes im using it on the right button with all the right things
    i think however some of the timings is off but i dont know how to change them

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #1442
    Orcish2'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)
    How do i manage to get this information? :

    Total Cellars Found: xxx (xx%)
    Total Cellars Not Found: xxx (xx%)
    Total Deaths: x (x%)
    Total Repairs: x (x%)

    I looked thru the script and my thought was that it should be somewhere here:


    Func SetupGUI()
    $frmBot = GUICreate($title & $ver & " - Updating", 280, 125, Round(0 * $x_ratio), Round(0 * $y_ratio), -1, BitOR($WS_EX_TOPMOST, $WS_EX_TOOLWINDOW), 0)
    GUISetBkColor(0xC0C0C0)
    $lblRun = GUICtrlCreateLabel("Run Number: 0 - Runs till vendor: 0", 4, 0, 280, 24)
    GUICtrlSetFont(-1, 10, 600, 0, "Segoe UI")
    GUICtrlSetColor(-1, 0xFF0000)
    $lblLocation = GUICtrlCreateLabel("Location: Main Menu", 12, 20, 240, 17)
    $lblStatus = GUICtrlCreateLabel("Status: ", 12, 35, 240, 17)
    $lblLast = GUICtrlCreateLabel("Last Runtime: 0 seconds", 12, 50, 240, 17)
    $lblRuntime = GUICtrlCreateLabel("Total Runtime: 0 hours, 0 minutes", 12, 65, 240, 17)
    $lblGear = GUICtrlCreateLabel("Legendary: 0 - Set: 0 - Rare: 0", 12, 80, 240, 17)
    $lblItems = GUICtrlCreateLabel("Magic: 0 - Gems: 0 - Tomes: 0", 12, 95, 240, 17)
    $lblGold = GUICtrlCreateLabel("0 Per Hour - Accumulated Gold: 0", 12, 110, 240, 17)

    Anyone capable of telling me what to edit to see the above mentioned information in the small "info box" (top left) while having the bot running?
    Thank you!

  3. #1443
    spitzer89's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So almost all my problems got solved so im making a repost with my new information and a video to clarify the last problem more

    Script and version: 2.0.2
    Help or request: help
    Desktop resolution: 1920x1080
    Diablo 3 window type:windowed fullscreen 1920x1080
    Operating system (32-bit or 64-bit): 64
    Manual or auto install:auto
    Move bound to mouse3: yes
    Where are you starting the: in the menues
    Game language:english

    So here is my problem im using the 21 second script and after wacthing your bot farm i realized mine was doing something wrong

    1. when the bot start it cats diamond skin and then teleports thereby if the cellar aint there it wheres of while he is trying to escape and he dies becaurse of this sometimes aka no ice armor left when he tp to town
    Not solved He still cast the diamond skin before he teleport and then it wheres of when he walk into the cellar or starts to use town portal because of lack of cellar and this sometimes kills him :/

    i made this video of it:
    autoit bot test.wmv - YouTube

    as people can see he cast diamond skin to soon and also he got alot of dead time between screens :/

    info:
    ************************************************
    Chancity's Dank Celler

    Stats:
    Total Runtime: 1 hours, 55 minutes
    Total Cellars Found: 115 (48%)
    Total Cellars Not Found: 125 (52%)
    Total Deaths: 1 (0%)
    Total Repairs: 3 (1%)

    Loot:
    Legendary: 3 - Set: 0 - Rare: 2
    292K Per Hour - Accumulated Gold: 551K
    ************************************************

    So to be brute: diamond skin get cast to soon and there is some dead time between loads i whant to get rid of so i can increase my gold pr hour.

    Gear: 211 % gold find, 12 movement speed and 24 pick up radius

    Hope you guys can help me out here and thx alot so far

  4. #1444
    stanshch's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Chancity-

    All I have to say is you are the ****ing man and thank you so much!

    Ran the bot overnight with a measly 114% GF on and finished with these stats...

    2012-06-30 09:37:20 :
    ************************************************
    Chancity's Dank Celler

    Stats:
    Total Runtime: 8 hours, 40 minutes
    Total Cellars Found: 557 (48%)
    Total Cellars Not Found: 594 (52%)
    Total Deaths: 7 (1%)
    Total Repairs: 4 (0%)

    Loot:
    Legendary: 12 - Set: 40 - Rare: 22
    223K Per Hour - Accumulated Gold: 1.93M
    ************************************************

    How much GF do you have to be getting 400K+ per hour??

  5. #1445
    Orcish2'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)
    Originally Posted by Orcish2 View Post
    How do i manage to get this information? :

    Total Cellars Found: xxx (xx%)
    Total Cellars Not Found: xxx (xx%)
    Total Deaths: x (x%)
    Total Repairs: x (x%)

    I looked thru the script and my thought was that it should be somewhere here:


    Func SetupGUI()
    $frmBot = GUICreate($title & $ver & " - Updating", 280, 125, Round(0 * $x_ratio), Round(0 * $y_ratio), -1, BitOR($WS_EX_TOPMOST, $WS_EX_TOOLWINDOW), 0)
    GUISetBkColor(0xC0C0C0)
    $lblRun = GUICtrlCreateLabel("Run Number: 0 - Runs till vendor: 0", 4, 0, 280, 24)
    GUICtrlSetFont(-1, 10, 600, 0, "Segoe UI")
    GUICtrlSetColor(-1, 0xFF0000)
    $lblLocation = GUICtrlCreateLabel("Location: Main Menu", 12, 20, 240, 17)
    $lblStatus = GUICtrlCreateLabel("Status: ", 12, 35, 240, 17)
    $lblLast = GUICtrlCreateLabel("Last Runtime: 0 seconds", 12, 50, 240, 17)
    $lblRuntime = GUICtrlCreateLabel("Total Runtime: 0 hours, 0 minutes", 12, 65, 240, 17)
    $lblGear = GUICtrlCreateLabel("Legendary: 0 - Set: 0 - Rare: 0", 12, 80, 240, 17)
    $lblItems = GUICtrlCreateLabel("Magic: 0 - Gems: 0 - Tomes: 0", 12, 95, 240, 17)
    $lblGold = GUICtrlCreateLabel("0 Per Hour - Accumulated Gold: 0", 12, 110, 240, 17)

    Anyone capable of telling me what to edit to see the above mentioned information in the small "info box" (top left) while having the bot running?
    Thank you!
    Ok screw me xD

    Just realized there is a log file.....

  6. #1446
    spitzer89's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stanshch View Post
    How much GF do you have to be getting 400K+ per hour??
    well i got 211 atm and i cant get it any higher then 350k pr hour

    so my guess would be above 24 pick up radius, 25 movement speed and 280 gold find

  7. #1447
    dEstr0y3r's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jcunit View Post
    The whole script is in the pastebin. All settings are in WZD.ini for the script.

    To get it to work simply save the script as an autoit script and the settings in notepad and save file as WZD.ini.
    Could you please tell me whats WZD.ini and where should I put this file? I searched this file in whole comp and there is nothing ...or do you mean by that D3Prefs.txt?

  8. #1448
    wexxi's Avatar Member
    Reputation
    7
    Join Date
    Apr 2007
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ************************************************
    Chancity's Dank Celler


    Stats:
    Total Runtime: 3 hours, 19 minutes
    Total Cellars Found: 212 (50%)
    Total Cellars Not Found: 213 (50%)
    Total Deaths: 1 (0%)
    Total Repairs: 2 (0%)


    Loot:
    Legendary: 5 - Set: 0 - Rare: 7
    318K Per Hour - Accumulated Gold: 1.02M
    ************************************************
    229% GF
    13K unbuffed dps
    6k Hp
    TYVM for this script!

  9. #1449
    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 dEstr0y3r View Post
    Could you please tell me whats WZD.ini and where should I put this file? I searched this file in whole comp and there is nothing ...or do you mean by that D3Prefs.txt?
    Run the file it will generate a wzd.ini in the same folder where the script is.

  10. #1450
    topven1's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Orcish2 View Post
    Ok screw me xD

    Just realized there is a log file.....
    Where is this log file directory? thanks

  11. #1451
    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 topven1 View Post
    Where is this log file directory? thanks
    same folder as the script. its called dank cellar log

  12. #1452
    dEstr0y3r's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stealthingyew View Post
    Run the file it will generate a wzd.ini in the same folder where the script is.
    Could you please specify this? Sry I am noob with scipts I am just running standalone .a3x file that I have on desktop while running d3...could you please point me out what exactly should I do? thanks in advance

  13. #1453
    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)
    if you run the script(the .a3x) file it should create a WZD.ini If your .a3x file is on the desktop the WZD.ini should be created there.

  14. #1454
    atibbo69's Avatar Master Sergeant
    Reputation
    1
    Join Date
    May 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This bot is amazing. Everything works perfect. Just one problem.. D3 will freeze randomly and mess it all up. This can happen after 5 runs or 400 runs.
    It's just random.. Wondering if anyone else has this problem or what I could do to prevent it.

    Script and version: 2.0.2
    Help or request: Help
    Desktop resolution: 1920 x 1080
    Diablo 3 window type: Full screen windowed
    Operating system (32-bit or 64-bit): 64
    Manual or auto install: auto
    Move bound to mouse3: yes
    Where are you starting the: ?
    Game language: english

  15. #1455
    dEstr0y3r's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    44
    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 run the script(the .a3x) file it should create a WZD.ini If your .a3x file is on the desktop the WZD.ini should be created there.
    ugh, it doesnt create anything for me...I just doubleclick the script when I am on menu, click f10 and the bot starts thats all...could you help me on this? Is there a way to force it to create this WZD.ini or what am I doing wrong?

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