[Goldfarming] spyC's Sarkoth MONK Gold Script [AutoIT Script] [1920x1080] *notAres* menu

User Tag List

Page 5 of 8 FirstFirst 12345678 LastLast
Results 61 to 75 of 109
  1. #61
    jusifdg'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)
    First off, I'm pretty impressed with the useage of the skills for speed and safety (love the blinding and circle of protection when tp'ing out)

    Does anyone have any version of this script (I see a few different modders uploading their own versions within this thread) that's confirmed and working completely including vendoring items and keeping correct counts in the information window?
    I had the version on the original post and that didn't seem to even attempt to vendor items - just repairs.
    I'm running the guy's version who apparently fixed the vendoring - and that seems to be working decent. But I've lost my counts - 0 magic, 0 rare, 0 legendary. Also, it doesn't vendor the trash it accidentally picks up (white items)

    I'm just wondering if anyone had all of these working consistently or if someone knows where the issue is or what this script could do better. I can code so let me know if I can help. I'd like to get us all a nice solid version to run and not have to worry about.

    Has anyone tried porting over the more up-to-date version of this DH script that uses the images (screen shots of the vowels a, e, i, o, u) to find rare, legendary, and set items vs a single pixel color (with threshold) detection, to be a monk script?

    [Goldfarming] spyC's Sarkoth MONK Gold Script [AutoIT Script] [1920x1080] *notAres*
  2. #62
    TheBartender's Avatar Private
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jusifdg View Post
    First off, I'm pretty impressed with the useage of the skills for speed and safety (love the blinding and circle of protection when tp'ing out)

    Does anyone have any version of this script (I see a few different modders uploading their own versions within this thread) that's confirmed and working completely including vendoring items and keeping correct counts in the information window?
    I had the version on the original post and that didn't seem to even attempt to vendor items - just repairs.
    I'm running the guy's version who apparently fixed the vendoring - and that seems to be working decent. But I've lost my counts - 0 magic, 0 rare, 0 legendary. Also, it doesn't vendor the trash it accidentally picks up (white items)

    I'm just wondering if anyone had all of these working consistently or if someone knows where the issue is or what this script could do better. I can code so let me know if I can help. I'd like to get us all a nice solid version to run and not have to worry about.

    Has anyone tried porting over the more up-to-date version of this DH script that uses the images (screen shots of the vowels a, e, i, o, u) to find rare, legendary, and set items vs a single pixel color (with threshold) detection, to be a monk script?
    If you can honestly code, I doubt you'd be asking half of the questions that you are. Ijs.

    Great job notAres for the original script, and thank you spyC for the modification. I'm currently modifying the script so it works 9/10 times on cellar check, as apposed to "every 1/3 times that it's really open, the script will say Cellar - Not Found" also the vendor sells 99% of magic items. If the magic item is New (havent viewed in inventory yet) it won't sell most likely, but it will sell the next time. Once and awhile the "Runs Till Vendor" will go negative and it will never do a vendorloot until you've restarted the script. I don't know how to fix that, it seems as if it's just a memory leak in AutoIt rather than a problem with the script.

    Also counting the items is still iffy. I will often find 2 or 3 magic items, but the script writes 5 or even 6 to the GUI (2x each item, sometimes 3 from nothing). Same happens with gems and rares. Possible fix: Editing the wait time (sleep time) between the pixel check function and when it interacts. But I won't mess with it as it's only cosmetic, and I really don't care :P

    [AutoIt] Autoit - Monk - Sarkoth - notAres -spyC - TheBartender - Pastebin.com

    If it helps anyone, then great. This is for 1920x1080 of course. I'll continue modifying and keep this post updated as well with edit, as to not completely hijack the thread

  3. #63
    jusifdg'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)
    Originally Posted by TheBartender View Post
    If you can honestly code, I doubt you'd be asking half of the questions that you are. Ijs.
    And..... the attempted organization and collaboration between users and coders falls in shambles one message in...
    I was merely trying to gather input on what issues everyone is facing so I could target those areas to fix... Thanks for the support!

  4. #64
    dondulla's Avatar Member
    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 GeneralGBorn View Post
    I decided to take notAres advice to take his recent script and just change it to include all the mouse point features for monk usage and change the skills etc.

    [AutoIt] notAres' Edited script for monk usage. - Pastebin.com

    here are the skills used:
    1. Inner sanctuary - consecration
    2. Blinding flash - Faith in the light
    3. Cyclone Strike - eye of the storm
    4. Tempest rush - Tailwind
    Primary - Seven sided strike
    Secondary - Doesnt even matter as it isn't used.

    Passives
    Fleet footed
    Exhalted soul
    Seize the Initiative (Only because I didnt need to specifically use another passive.)

    Worked fine for me but havent run it for long (got dc after 40 mins :/) Finally have no 5 second delay at the start of the run
    I only edited this for my own usage in hell so i doubt the skill set up will work in inferno unless you have a mad high dps and can 2 shot sarkoth.

    I'm currently working on one for inferno but need to figure out skills and stuff still
    The pointers for entering the cellar does not work when i tried your modified script, what resolution are you running at? Letterbox or no? (letterbox seems to do nothing on my game client) The version i am using which is based of the one the OP posted in the first post here, seems to have trouble with vending and does not always vend magic, so i turned it off. I would really like to get my DPS up to work inferno, i have yet to see a legendary, or set item in hell. I reviewed the code you use and the logic for vendor and item pickup seems to be much better.

    My restart patch is almost complete, still testing a bit but it checks to see if it is stuck somewhere, and then kills the the process, restarts, and reruns.

    I recommend we use something like GitHub to host the script, that way it will track changes and revisions, we need better source control rather then everyone just modifying and posting scripts. This would also allow people to post issues in one common spot.

  5. #65
    jusifdg'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)
    Originally Posted by dondulla View Post
    I recommend we use something like GitHub to host the script, that way it will track changes and revisions, we need better source control rather then everyone just modifying and posting scripts. This would also allow people to post issues in one common spot.
    As a doubted coder, I second this.

  6. #66
    TheBartender's Avatar Private
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jusifdg View Post
    As a doubted coder, I second this.
    Don't get all butthurt that I called you out. QQ

    I agree with the GitHub idea, but honestly these are revisions based on personal preferences, as well as class variations. You want to be the one organizing it all? I don't

  7. #67
    ccplz's Avatar Sergeant
    Reputation
    5
    Join Date
    Jul 2011
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've tried,every version of the script posted on this thread,I keep getting the same problem.
    Window opens,says updating,then does nothing at all.
    Doesn't matter for how long I wait,nothing seems to happen.
    Any ideas?

  8. #68
    disciplex's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    keeps saying ERROR: Cannot find Resume buttom =[

  9. #69
    axe1234'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)
    Hey so when I enter the cellar my guy clicks to the opening way to the enemy but then he stops. Does anyone have a script so that he"ll run up to the enemy?
    Last edited by axe1234; 06-23-2012 at 04:45 PM.

  10. #70
    mufski'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)
    Hi i have a problem.

    I have a working script for my dh, now im trying to get it working for my monk

    I have modified the script so my monk runs to the correct area and mouse hovers perfectly over the open cellar with the cursor changing to the hand pointer, but the script doesn't detect it and says cellar not found, then tp resume game, over and over again.

    i have looked at the pixel search function and do not know what to change in order for it to work.

    this is part of the script

    RandClick("middle", Round(500 * $x_ratio), Round(250 * $y_ratio), 2, 2) ;starts the run [waypoint 1]
    Moving(900)
    Send("{4 DOWN}")
    Moving(600)
    RandClick("middle", Round(3 * $y_ratio), Round(370 * $y_ratio), 2, 2) ;waits ~1 second then [waypoint 2]
    Moving(1850)
    RandClick("middle", Round(400 * $x_ratio), Round(600 * $y_ratio), 2, 2) ;middle of courtyard [waypoint 3]
    Moving(100)
    Moving(100)
    Send("{4 UP}")
    RandMove(Round(670 * $x_ratio), Round(180 * $y_ratio), 1, 1) ;moves cursor over to the cellar so the proper blue pixel becomes highlighted
    Sleep(350)
    If Call("CheckDead") Then
    Return
    EndIf

    ;Checks if Dank Cellar is Open
    $Pixel2 = PixelSearch(0,0, Round(600 *$x_ratio), Round(600 *$y_ratio),0x334FB7,3)

    Can someone please give a guidance, Thanks

    btw The skill set are the same as OP's.

  11. #71
    Leecher699965'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)
    Originally Posted by TheBartender View Post
    If you can honestly code, I doubt you'd be asking half of the questions that you are. Ijs.

    Great job notAres for the original script, and thank you spyC for the modification. I'm currently modifying the script so it works 9/10 times on cellar check, as apposed to "every 1/3 times that it's really open, the script will say Cellar - Not Found" also the vendor sells 99% of magic items. If the magic item is New (havent viewed in inventory yet) it won't sell most likely, but it will sell the next time. Once and awhile the "Runs Till Vendor" will go negative and it will never do a vendorloot until you've restarted the script. I don't know how to fix that, it seems as if it's just a memory leak in AutoIt rather than a problem with the script.

    Also counting the items is still iffy. I will often find 2 or 3 magic items, but the script writes 5 or even 6 to the GUI (2x each item, sometimes 3 from nothing). Same happens with gems and rares. Possible fix: Editing the wait time (sleep time) between the pixel check function and when it interacts. But I won't mess with it as it's only cosmetic, and I really don't care :P

    [AutoIt] Autoit - Monk - Sarkoth - notAres -spyC - TheBartender - Pastebin.com

    If it helps anyone, then great. This is for 1920x1080 of course. I'll continue modifying and keep this post updated as well with edit, as to not completely hijack the thread
    It doesn't stash rares (will SELL it instead), and it still doesn't solve vendor problem, at least for me.

    I modified an original OP's script a bit. Maybe someone could find it useful until proper vendor script appear.
    I've just cut out vendor and idenifying functions: vendor doesn't work anyway and also breaks script's work for me; identifying sometimes tries to identify some wrong (not rare) items (shields, wrists). With item of the same picture equpped before it makes script wear on and off this loot for eternity -_-" And it isn't really hard to identify items on my own.
    I dropped looting blue items function too to not stack whole inventory with blues (which happens quite fast without vendoring) so bot will have space for rares. It still collects stones, rares, legendaries etc. You can add looting books through "custom" items.

    I also added using the mystic ally skill before calling town portal. It helps great to survive when Sarkoth runs out of reach, outlives attack and kills "first" mystic ally; otherwise he just can break your town portal calling and kill defenseless bot; it is also good at distracting these shooting spikes creatures which spawning sometimes near closed cellar.

    There's a relatively infrequent looting problem with monks when some stone or item drops behind the table and character can't reach it. It makes script enter into an infinite cycle of trying to pick up this item. I've tried to solve it by switching off "always showing" item names and making script to press ALT before looting (I hoped it makes bot ignoring this items after some time; not found out if it helps at real). Still, it is not a good solution, it isn't included into my script.

    Like this, bot makes runs all night or workday and collects rares. Without vendoring there's less benefit of course, but with chance of gaining some good rares and selling it on auction with much more profit then from stacked with blues inventory at morning

    [AutoIt] Autoit - Monk - Sarkoth - off vendoring and identifying, mystic ally on town portal call - Pastebin.com

    PS: people there asked how much DPS needed for farming inferno. I think 15k will do good. It worth to spend some money on blue weapons with high dps and some gear with high dex (vitality and resists are not highly required to farm this cellar). I'm running ok with 17k now.
    Last edited by Leecher699965; 06-24-2012 at 08:44 AM.

  12. #72
    GeneralGBorn's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If anyones interested I've got a new edit of the script that works perfectly fine for me. For this I have 14k dps, If yours is lower add a few more attacks into it or something. I'm getting 300-350k an hour without any problems that i've noticed (apart from on the rare occasion he runs off straight away to the corners), although i haven't sat and watched it the whole time its been running but from the first few runs i've watched and then coming back to find it still running 6+ hours later its been fine. You might have to go and comb out small glitches or change small things if need be, all I know is that it works for me.

    1920x1080 Fullscreen windowed with letterbox selected.

    here are the skills used:
    1. Inner sanctuary - consecration
    2. Mystic Ally - Can use any really, I use water.
    3. Cyclone Strike - eye of the storm
    4. Tempest rush - Tailwind
    Primary - Seven sided strike
    Secondary - Doesnt even matter as it isn't used.

    Passives
    Fleet footed
    Exhalted soul
    Seize the Initiative (Only because I didnt need to specifically use another passive.)

    Link: [AutoIt] Monk sarkoth inferno script edit - Pastebin.com

    PS: I don't know why everyone's having vendoring issues, Its flawless for me :S whether it will fix all your problems or not, i don't know. All I know is that it works for me :')

  13. #73
    naixed's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If $pngLoc == "@ScriptDir" Then $pngLoc = @ScriptDir & "\pics\"
    If $totalItems < 1 Then $LootCustom = "False"
    $mLootIn = $mLoot
    $movementSpeed = 1 + ($movementSpeed / 100)
    $VersionsInfo = "http://dl.dropbox.com/u/9955791/version.ini"
    $oldVersion = IniRead("updater.ini", "Version", "Version", $ver)
    $newVersion = "0.0"

    In this first line of code am I supposed to change out the @scriptdir with the path to the pics? I have done that but I am still getting fatal error mesage. Do you think you can pastebin the script you are running so that I can compare where you have edited your pics directory? Thanks again!

  14. #74
    jok999'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)
    Hi guys,

    First of all, thank you for putting the time and effort in creating this bot. I've very limited experience with bots/coding prior to this, so what I know is pretty much self-taught within this week. I'm running on a slightly different resolution than this bot offers (1920x1200), which is why I have had to alter quite a lot of the coordinations.

    I've managed to get my char to enter the cave, however, he doesn't move once he is there. He just stands there for a couple of seconds and then leaves. The bot even says that the cave is found. I hope you guys can answer the following questions:

    Have you any idea what the problem might be?
    Do I have to make my own pictures, or am I in the safezone because the difference between 1920x1200 and 1920x1020 is small?

    Thanks!

  15. #75
    abzgstfu's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey! Thank you for the script, but I can't get it to work properly.

    I have all the things that says in instructions and everything, but when I start the script it runs west for 5 seconds and than teleports back to the city, leaves game, repeat... any idea what could cause that?

    Thanks

Page 5 of 8 FirstFirst 12345678 LastLast

Similar Threads

  1. Replies: 17
    Last Post: 12-14-2012, 07:21 PM
  2. Replies: 4488
    Last Post: 09-01-2012, 03:52 AM
  3. Auto IT Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
    By Peterk426 in forum Diablo 3 Bots Questions & Requests
    Replies: 5
    Last Post: 07-02-2012, 03:05 PM
  4. Replies: 5
    Last Post: 06-19-2012, 01:36 PM
  5. [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
    By notAres in forum Diablo 3 Bots and Programs
    Replies: 1118
    Last Post: 06-11-2012, 10:32 AM
All times are GMT -5. The time now is 06:10 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