[Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt] menu

User Tag List

Page 85 of 135 FirstFirst ... 35818283848586878889 ... LastLast
Results 1,261 to 1,275 of 2011
  1. #1261
    Shimizoki's Avatar Knight-Lieutenant
    Reputation
    32
    Join Date
    Jun 2012
    Posts
    358
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mikie420 View Post
    after 5 hours 40 mins,
    Legendary:1 Set:0 Rare:31 Magic:586 Gem:654 Tome:0
    Btw I had no Legendary also why doesn't the log have a GPH output? Btw my GPH = 388k with 280% GF and 122MF.
    I notice the bot is now stashing blues that it thinks is rares/legendarys due to being a slight bit of yellow/orange colour on the item pic.
    Btw using latest version of bot.
    Would also be great if someone made a lowest Res version of the bot, not because my computer is bad but botting is always more efficient with the lowest resolution/graphics/resources required.
    You tried to loot the lamp
    Adjust the tolerance in the Stash section of the script
    Code:
    ;Legendaries
    StashGear(longnumber, shortNumber)
    The long number is the color. if you know the px color of the orange background you can change that to better suit you. Otherwise you can lower the short number. Lower tolerance means lower false positives(less stashing blues). However, it may not stash all legendaries. Luckily you cant sell them so that doesnt matter.

    Originally Posted by Zizuirl View Post
    I woke up to my log saying i had 3 legandarys but only had 1 (it was in my inventory when i woke up) Found that it stashed it as usual, I'm assuming its counting rares as legendarys sometimes...
    You tried to loot the lamp

    Originally Posted by PleaseHelpMe View Post
    guys, please guide us along, quite a number of us is stucked way at the start =(... I am still unable to make it work and it kept on opening the banner and not even resuming the game. Sigh...
    More Information = more responses.
    "Halp its not Werking" = *chirp chirp*
    "I am finding that in [insert situation here] on [insert resolution here] that [insert problem here] exits. I have done [show that you installed it correctly and read the troubleshooting] but to no avail. If you could provide any insight as to my problem I would greatly appreciate. Thank you. P.S. Here is my log file [log displayed properly in CODE tags]" = "Heres several possible fixes, have a nice day and best of luck."

    Originally Posted by FFSmasher View Post
    Line 120 seems to contain
    $TomeCount = 0
    and no reference to the tesseract program directory
    I did a search for @ProgramFilesDir and I can't find the line :\ what am I missing?
    Wrong line 120 If you read the README in the update it should show that you need to be editing SimpleTesseractColor. But only if its crashing for you.

    Originally Posted by ktf View Post
    How do you setup how much you attack Sarkoth ? I am killing it rather fast and loose another 5 seconds or more shooting at nothing.
    INI file. Secondary Attack = TimeInSeconds

    Originally Posted by tekister View Post
    I followed Sirfunny's guide and the bot starts up just fine. It resumes to the old ruins, opens up my inventory and then autoit crashes. Am I doing something wrong? Please help. Thank you.
    Read the readme. Chances are you didnt install the exe or the include. OOOOOOOOR give a more helpful response by reading the console output and writing what the actual crash is.
    -Darkling Lord

    [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]
  2. #1262
    qu9ke's Avatar Master Sergeant
    Reputation
    1
    Join Date
    May 2012
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Trust me, Shim. I read the Readme. I changed line 120 and changed it back. I added the au3 file into my include folder which is in my autoit3 dir as well. I'll just have to look more into it. Also, if I may be so noobish, I'd like to ask what you mean by 'check the console' :P.
    Last edited by qu9ke; 06-23-2012 at 11:51 AM.

  3. #1263
    Shimizoki's Avatar Knight-Lieutenant
    Reputation
    32
    Join Date
    Jun 2012
    Posts
    358
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qu9ke View Post
    Trust me, Shim. I read the Readme. I changed line 120 and changed it back. I added the au3 file into my include folder which is in my autoit3 dir as well. I'll just have to look more into it. Also, if I may be so noobish, I'd like to ask what you mean by 'check the console' :P.
    That bit at the bottom with all the blue/green text. I think errors show up in orange or red
    https://i.imgur.com/Gzv8m.png
    -Darkling Lord

  4. #1264
    qu9ke's Avatar Master Sergeant
    Reputation
    1
    Join Date
    May 2012
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If I may be so noobish again, how do I get that console up, or is it a plugin? I recall accidentally bringing that up at one point, but don't remember how.

  5. #1265
    Neutrolizer's Avatar Member
    Reputation
    11
    Join Date
    Aug 2008
    Posts
    112
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey shim. I know I keep asking this.. but I want to edit the looting of magical items so it could better detect it on my screen. I still have the problem with it clicking the aura rather than the name.

    Code:
    If $LootMagic == True Then
    		LogWrite(" Searching - Magic")
    		$MagicCount += LootGear(0x6969FF, 2)
    So if I were to edit either of the 2 numbers, would that stop it from clicking the aura for pixel detection and focus more on the name of the item? If I need to edit the long number, how do i go about finding the right code for my computer?

    edit: ok so i looked at a previous version of the script 1.3.3 where it was perfect for looting for me. I compared the two, 1.3.3 and 1.3.6 and the looting system is the same so it made me think of something else. Is there a change in cellar detection to make it more accurate? Say for example, it could be interfering with my looting by thinking the aura of the item is the cellar and is clicking that instead, overriding the looting system to click on the name. Is that possible? If it is, is there a way to make sure it's disabled once I'm inside fighting Sarkoth?

    Thanks!
    Last edited by Neutrolizer; 06-23-2012 at 12:55 PM.

  6. #1266
    heyojabrobro'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)
    Hello. First of all I'm going to congratulate you on making this, it works perfectly and been running it for the past few days! I also hear you're working on stashing lvl 63 items, can't wait for that. I hope you're able to use all 3 boxes of the stash at that point. My front page fills up with yellows in just a couple of hours ! (Running at 220/240 MF/GF).

    The main question I had was, what is the best way to stash any magic items with the "of death" property? These are the best DPS items in the game, and it'd be awesome if we could store those automatically. Anyway, thanks again for all your work! I'm attacking the 'of death' pic below in case you needed it!



    [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]-ofdeath-png

  7. #1267
    qu9ke's Avatar Master Sergeant
    Reputation
    1
    Join Date
    May 2012
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've read about that console, and it lead me to this plugin called Nppexec. I downloaded it and added the dll to my notepadd++ plugins. I was wondering if this was correct. If so, the next step is figuring out how to work this thing xP.

    EDIT: wow nevermind. I never thought about going into Scite. I thought the picture you provided me was in notepad++, since I go into that so often.
    Last edited by qu9ke; 06-23-2012 at 12:39 PM.

  8. #1268
    Lansluaght'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)
    First off: Awesome bot. Just wanted to add my +1, it really is amazing. Just everything it does and whatnot, kudos.

    And then, a request for help: I can't get the network disconnect to be recognized. I've tried to dial in the coords it searches for the text, i've screenshotted the text and made a .png out of it so i know for certain that it's looking for the right thing, i've searched this thread for others but found nothing substancial.

    My videocard has the habit of crashing every now and again. When this happens i usually die, no biggy, but sometimes, on the bigger crashes when it takes a bit, i get disconnected. This happened after 15 runs last night, and 5 runs this morning. And the bot can't handle it. How can i make it learn? I've run out of ideas of how to fix this because i can't find the code where it links "DisconnectError" to the DisconnectError.png file. Or the entire directory for that matter.

    Thanks in advance,

    Lans

  9. #1269
    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)
    Stability Test 1.3.5. - 1700+ runs, no issues at all. Still running like a champ, could easily do another 2000.

    Last edited by Angrycoder; 06-23-2012 at 12:44 PM.

  10. #1270
    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)
    @Shim. Are you planning to add the 1.3.6 to paste bin?

  11. #1271
    qu9ke's Avatar Master Sergeant
    Reputation
    1
    Join Date
    May 2012
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok I have the console output up on SciTe, but it's blank. I'm just wondering how you work this thing and how to get text to show up in it so that I may see errors that are occurring. Anybody?

  12. #1272
    lockdown6435's Avatar Member
    Reputation
    1
    Join Date
    Aug 2010
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Angrycoder View Post
    Stability Test 1.3.5. - 1700+ runs, no issues at all. Still running like a champ, could easily do another 2000.

    Dear god...if only you have GPH!

  13. #1273
    Shimizoki's Avatar Knight-Lieutenant
    Reputation
    32
    Join Date
    Jun 2012
    Posts
    358
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qu9ke View Post
    If I may be so noobish again, how do I get that console up, or is it a plugin? I recall accidentally bringing that up at one point, but don't remember how.
    Originally Posted by qu9ke View Post
    I've read about that console, and it lead me to this plugin called Nppexec. I downloaded it and added the dll to my notepadd++ plugins. I was wondering if this was correct. If so, the next step is figuring out how to work this thing xP.
    The console is built into SciTE Just drag it up from the bottom, it starts minimized down there. You shouldnt need any plugins.

    Originally Posted by Neutrolizer View Post
    Hey shim. I want to edit the looting of magical items so it could better detect it on my screen. I still have the problem with it clicking the aura rather than the name.
    Code:
    If $LootMagic == True Then
            LogWrite(" Searching - Magic")
            $MagicCount += LootGear(0x6969FF, 2)
    So if I were to edit either of the 2 numbers, would that stop it from clicking the aura for pixel detection and focus more on the name of the item? If I need to edit the long number, how do i go about finding the right code for my computer?
    Yea changing the first number will look for a different color, lowering the second may lead to less aura clicking, but less rares picked up. It takes some tweaking.

    Originally Posted by heyojabrobro View Post
    Hello. First of all I'm going to congratulate you on making this, it works perfectly and been running it for the past few days! I also hear you're working on stashing lvl 63 items, can't wait for that. I hope you're able to use all 3 boxes of the stash at that point. My front page fills up with yellows in just a couple of hours ! (Running at 220/240 MF/GF).
    The main question I had was, what is the best way to stash any magic items with the "of death" property? These are the best DPS items in the game, and it'd be awesome if we could store those automatically. Anyway, thanks again for all your work! I'm attacking the 'of death' pic below in case you needed it!
    Yes, you can pick it up... no, I dont have the ability to stash it... I dont think. I'm working on another project right now that will have that ability, but I dont think this one does. Yes we can use all 3 stash tabs, but not yet.
    -Darkling Lord

  14. #1274
    david240z's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry for the confusing posts but its been running decently well for the past 5 hrs. A lot less deaths and more loot. Now going to configure for less attacks as Sarkoth is dropping really fast and going to need to upgrade to more GF/MF as i doubt my gph is very good at this point. Thanks again for your help guys.

  15. #1275
    drek112's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    updated bot is working well,

    found 2 legends last night and made 288k/hr @ 250% / 80%MF

    decided to sacrafice some gf for mf.

    Thanks OP!

    EDIT*

    Used my earnings last night to upgrade some gear.

    Now @ 271%GF / 156% MF Well see what today brings.
    Last edited by drek112; 06-23-2012 at 01:55 PM.

Similar Threads

  1. Replies: 113
    Last Post: 01-06-2014, 12:49 PM
  2. Replies: 36
    Last Post: 08-04-2012, 02:05 PM
  3. Need help [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]
    By heina in forum Diablo 3 Bots Questions & Requests
    Replies: 0
    Last Post: 07-13-2012, 12:06 PM
  4. REQUEST: Shimizoki's Sarkoth DH Script [AutoIt] Pick up only itemlvl 63 rares.
    By ALWIN21 in forum Diablo 3 Bots Questions & Requests
    Replies: 0
    Last Post: 07-10-2012, 07:10 PM
  5. [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]
    By Shimizoki in forum Diablo 3 Bots and Programs
    Replies: 403
    Last Post: 06-15-2012, 03:42 PM
All times are GMT -5. The time now is 09:26 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