[Goldfarming] Dank Cellar Gold and Loot [AutoIT Script] [WIZARD] [800x600] menu

User Tag List

Page 22 of 30 FirstFirst ... 181920212223242526 ... LastLast
Results 316 to 330 of 441
  1. #316
    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 morfious View Post
    How do i stop script from wearing items?
    Don't have identified items in your inventory

    [Goldfarming] Dank Cellar Gold and Loot [AutoIT Script] [WIZARD] [800x600]
  2. #317
    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)
    Any way to get it to pick up ANY gems? It is not picking up any at all.

  3. #318
    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)
    Just released a version with the new iLvl functions

  4. #319
    Ulky'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)
    It says "Edit settings" i did edit the ini (dps and all that) But still gives the "first run, edit settings" messege =(

    I use newest version, older version did run fine untill last blizz update.

  5. #320
    thequietplace's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is the script suppose to skip stashing a vending for an X amount of runs now? Or is mine just not working properly now? I just upgraded for v6.

  6. #321
    andy..'s Avatar Member
    Reputation
    8
    Join Date
    Apr 2008
    Posts
    130
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by andy.. View Post
    Having a major issue with my character dying. I've woke up two days in a row to see my wizard dead, he'll leave the game - resume new game - teleport to cellar (if he doesnt die before he gets there) - enter cellar, go archon as normal and start attacking sarkoth and before sark is dead (red gear, low dps) he'll run in to get the loot when all the mobs are alive and die - repeating this for ever with 0% success rate. :/ An easy fix would be checking for red gear before starting the run and repair if needed, this would be a nice failsafe and not slow down / interrupt the runs as long as it doesn't repair for yellow gear before the run.
    no one else having this problem? 3 nights in a row now..

  7. #322
    twisted_claw's Avatar Member
    Reputation
    1
    Join Date
    Nov 2006
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, been using this mod since a while and I love it. But since the new ilvl update there's been some problem. Every time I leave the bot running at night, I wake up to find Diablo 3 closed. Been happening since D.4. Anyway I could disable ilvl checking and salvaging? Just want to collect the blues and vendor them all if that is possible. Running on 800x600.

  8. #323
    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 twisted_claw View Post
    Hey, been using this mod since a while and I love it. But since the new ilvl update there's been some problem. Every time I leave the bot running at night, I wake up to find Diablo 3 closed. Been happening since D.4. Anyway I could disable ilvl checking and salvaging? Just want to collect the blues and vendor them all if that is possible. Running on 800x600.
    I'm going to make it so that you can turn it all off. Just havent done it yet.

    Sent from my DROID RAZR using Tapatalk 2

  9. #324
    aeonlux's Avatar Corporal
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by twisted_claw View Post
    Hey, been using this mod since a while and I love it. But since the new ilvl update there's been some problem. Every time I leave the bot running at night, I wake up to find Diablo 3 closed. Been happening since D.4. Anyway I could disable ilvl checking and salvaging? Just want to collect the blues and vendor them all if that is possible. Running on 800x600.
    Originally Posted by chancity View Post
    I'm going to make it so that you can turn it all off. Just havent done it yet.

    Sent from my DROID RAZR using Tapatalk 2
    I can confirm this problem, had it since D.3 - for some reason when I leave Diablo running for 4-5 hours, it will freeze my VM. I can physically see myself still logged in from another account but the VM displays a white screen. Any chance you can post previous versions? (ie D.2) I am using D.1 for now and it seems to be working - adding your newest fixes to D.1 seems to be going fine too.

  10. #325
    bertm'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)
    hey guys, my first time posting, but ive been using this for some time. for those that are using hydra instead of magic weapon, you can cancel archon by replacing this line:

    find "cancel archon"
    replace the line with this:

    Code:
    MouseClick("right", Round(240* $x_ratio), Round(510* $y_ratio,1), 1, 2) ;cancel archon
    i also use 2 clicks for looting because my loot radius is lower.

    Code:
    RandClick("middle", Round(120 * $x_ratio), Round(160 * $y_ratio), 1, 1) ;**** the loot
    Sleep($timingLootRun)
    MouseClick("right", Round(240* $x_ratio), Round(510* $y_ratio,1), 1, 2) ;cancel archon
    Sleep($timingLootRun + 500)
    RandClick("middle", Round(490 * $x_ratio), Round(240 * $y_ratio), 1, 1) ;**** the loot
    a little bonus i added for randomness...

    Code:
    MouseDown("right") ;ATTACK
    Sleep(Round($attackTime / 2))
    $random = Random(0,1,1) ; 50% CHANCE to randomly use explosion
    if($random = 1) Then
       Send("1")
    EndIf
    Sleep(Round($attackTime / 2))
    MouseUp("right")
    thanks for all the work you do chancity

  11. #326
    MTBrider's Avatar Corporal
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    freaking awesome how great and reliable this thing works....
    i am only at ~190 gf yet but will upgrade as soon as this script made enough
    thanks for it

    edit:

    i forgot to mention, the gold counter does not work here.
    running on parallels desktop, win7, 800x600 resolution

  12. #327
    Ulky'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)
    Did reinstall it, but i still get the "FIRST RUN Edit your settings." How do i get rid of that? Its says i run d4 and it wants to update to d.6, did try that but still didnt work.....Its the 800x600 one, tried higher res version, still the same.

    Did try another script (older one) and it did start without this messege. So its not my autoit.
    Last edited by Ulky; 07-15-2012 at 03:19 PM.

  13. #328
    bertm'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 Ulky View Post
    Did reinstall it, but i still get the "FIRST RUN Edit your settings." How do i get rid of that? Its says i run d4 and it wants to update to d.6, did try that but still didnt work.....Its the 800x600 one, tried higher res version, still the same.

    Did try another script (older one) and it did start without this messege. So its not my autoit.
    edit the settings.ini file in notepad (be sure to save it) and try running it again.

  14. #329
    Ulky'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)
    I did, nothing helps =( That messege keeps comming up everytime i try to start it.

  15. #330
    awp2004's Avatar Active Member
    Reputation
    34
    Join Date
    Jun 2012
    Posts
    631
    Thanks G/R
    0/4
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I still have that problem where it somewhere somehow switched my gear with something in inventory, and just keeps runnin, but will never kill sarkoth after it switched ofc

Page 22 of 30 FirstFirst ... 181920212223242526 ... LastLast

Similar Threads

  1. Replies: 4466
    Last Post: 05-07-2013, 07:39 AM
  2. Replies: 148
    Last Post: 08-03-2012, 04:19 PM
  3. Replies: 3
    Last Post: 07-31-2012, 06:54 PM
  4. Replies: 164
    Last Post: 07-01-2012, 02:37 PM
  5. Replies: 52
    Last Post: 07-01-2012, 11:01 AM
All times are GMT -5. The time now is 06:09 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