[Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080] menu

User Tag List

Page 87 of 300 FirstFirst ... 37838485868788899091137187 ... LastLast
Results 1,291 to 1,305 of 4489
  1. #1291
    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)
    Func RandSleep($min = 30, $max = 60, $chance = 5)
    If $Timer And Round(Random(1, 100)) <= $chance Then
    Sleep(Random($min*1000, $max*1000))
    EndIf
    EndFuc



    How do you call the function? RandSleep() ?

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #1292
    meta23's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by meta23 View Post
    Does anyone has this new script version working with 1280x780 resolution?
    Set your resolution to 1280x720 (you need to switch to fullscreen mode for that and then back to windowed mode)
    This older script works (Version 13a) http://www.ownedcore.com/forums/diab...ml#post2296479 (A guide to get notAres's script running on various 16:10 and above resolutions.)

  3. #1293
    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 Angrycoder View Post
    How do you call the function? RandSleep() ?
    Yea

    RandSleep() ; Sleeps for 30-60 5% of the time
    RandSleep(15, 45) ; Sleeps for 15-45 5% of the time
    RandSleep(20, 40, 100) ; Sleeps for 20-40 100% of the time

    EDIT::
    I then placed the function call in multiple places in my script with various times and chances.
    Low chance for a long sleep 3-5min on the menu
    Med chance for a med sleep 30-60s in town
    High chance for a small sleep 5-15s after killing Sarkoth
    Last edited by Shimizoki; 06-11-2012 at 10:53 PM.
    -Darkling Lord

  4. #1294
    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)
    Code:
    Func RandSleep($min = 30, $max = 60, $chance = 5)
         If $Timer And Round(Random(1, 100)) <= $chance Then
              Sleep(Random($min*1000, $max*1000))
         EndIf
    EndFuc
    Still not able to get it to work, but ive been up for like 20 hours, so im for sure missing something.

    I see that EndFuc should be EndFunc. Are there any other mistakes in your previous post for this? Usually when i see a function its something like InTown(), LeaveGame(), etc. But i dont see the () in your code tho ($min = 30, $max = 60, $chance = 5) may be your brackets.

    Also you need a $Timer = True near the top of the script?

  5. #1295
    Dice117's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why does the run automatically start without me pressing '='?


    Anybody experience this?

  6. #1296
    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

    Sent a PM, if you could look it over for me real fast. Thanks!

  7. #1297
    krims0nknite's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hrm, I wonder how the picking up random items can be fixed.
    It happens because an item decides to drop where the mouse is when the script moves you into the room.
    So the first thing you do is move to that item and pick it up

  8. #1298
    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 Angrycoder View Post
    @Shim

    Sent a PM, if you could look it over for me real fast. Thanks!
    Lol I noticed... I still have the PM popups turned on, when I refresh the page it gets all up in my grill dizzawg. (Or something to that effect)
    Responded.

    Originally Posted by krims0nknite View Post
    Hrm, I wonder how the picking up random items can be fixed.
    It happens because an item decides to drop where the mouse is when the script moves you into the room.
    So the first thing you do is move to that item and pick it up
    When you move into the room you should be middle clicking. That wont pick up anything. Any random items you are getting is most likely because your tolerances arent set perfectly.
    -Darkling Lord

  9. #1299
    Dice117's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If I start the script while in the menu to 'resume game' the checkdead, checkwindow, or checkexit should do something but it thinks im in game and starts the run. Why? Code looks like this:






    Call("RestartRun")


    Func RestartRun()


    While $go
    if($Leave) Then
    $i = 0
    Call("CheckExit")
    Sleep(1000)
    Call("CheckDead")
    Call("CheckRepair")
    If $Window Then
    MouseClick("left", Round(140*$x_ratio),Round(420*$y_ratio)) ;button to resume game from main menu
    Sleep($loadtime)
    $Window = False
    ExitLoop
    ElseIf $Dead or $Logout Then
    ExitLoop
    EndIf






    Send("{SPACE}")
    Sleep(50)
    Mousemove(742, 399,1) ;Starts the run
    Sleep(300)

  10. #1300
    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 Dice117 View Post
    If I start the script while in the menu to 'resume game' the checkdead, checkwindow, or checkexit should do something but it thinks im in game and starts the run. Why? Code looks like this:
    1: Use code tags.
    2: You arent exiting, you arent dead, you dont need to repair, and $window is false. Thus... you start the run
    -Darkling Lord

  11. #1301
    krims0nknite's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shimizoki View Post
    When you move into the room you should be middle clicking. That wont pick up anything. Any random items you are getting is most likely because your tolerances arent set perfectly.
    Hrm yes my movement seems to be off for some reason, not sure why.

    It's that last attack right that's messing me up.
    The mob is dead, so instead of attacking it moves me in to pick up whatever item or gold is in it's place.
    Then the script tries to move me in the middle of the room, which now is the wall.

    Edit: FIXED. Woo hoo.

    For anyone else who is picking up random items... It may be because you kill the far right mob too soon.
    This creates a problem for the movement path.

    A way to tell if this is your problem is that the table/chair don't get broken

    My stats were 13k+ DPS (no sharpshooter) with 1.5 attacks per second
    I removed all of the "attack right" areas and it started working fine
    Last edited by krims0nknite; 06-12-2012 at 12:26 AM.

  12. #1302
    digit_xero's Avatar Active Member
    Reputation
    15
    Join Date
    Jan 2007
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pingado View Post
    mind sharing?
    Trying to fine tune it... 70% pickup rate, sometimes it leaves things on the ground.

  13. #1303
    cybersrs's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello guys!
    My windows is 8 beta and I'm running sarkoth_farm_script_1.3b in x86 mode, is working well, loot, everything looks great... But sometimes the game ask me if I want to quit:

    EXIT GAME
    "Are you sure you want to quit?"
    OK/CANCEL

    How can I fix it?

    Then I tried the version sarkoth_farm_script_1.4a with the ImageSearch.au3/images/dll/etc from 1.3b, but it is not looting, no gems and no rares.
    Should I replace ImageSearch.au3/images/dll/etc? or stick with 1.3b and try to fix the "exit game" problem?

  14. #1304
    giggity2012'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)
    I'm at a loss with this script. I'm using the correct resolution, correct fullscreen/windowed. I have reinstalled several times.

    Everything works properly in regards to starting games, cellar checks, entering the cellar. Even the looting works correctly.

    after killing sarkoth, I move to the right side of the room, get stuck on the chest, randomly shoot the wall instead of the table. (this part I fixed manually by editing the cursor locations)

    The issue I'm having is that is the portalling gets inturrupted outside, or If I die outside before completing the portal, the script assumes I finished the portal and tries to resume game while I'm still waiting on the 10 sec leave game timer. this causes the script to hit "exit diablo 3" and it hangs up there every time.

    Ive racked my brain trying to think of what graphics setting needs tweaked, because it's obviously not seeing the cancel button on the timer, etc.

    Any help would be greatly appreciated.

  15. #1305
    krims0nknite's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by giggity2012 View Post
    I'm at a loss with this script. I'm using the correct resolution, correct fullscreen/windowed. I have reinstalled several times.

    Everything works properly in regards to starting games, cellar checks, entering the cellar. Even the looting works correctly.

    after killing sarkoth, I move to the right side of the room, get stuck on the chest, randomly shoot the wall instead of the table. (this part I fixed manually by editing the cursor locations).
    I just had this problem.
    Removing the Attack Right's fixed it.
    Not sure about your other problem..
    Last edited by krims0nknite; 06-12-2012 at 12:59 AM.

Similar Threads

  1. Replies: 17
    Last Post: 12-14-2012, 07:21 PM
  2. Replies: 108
    Last Post: 07-03-2012, 02:39 PM
  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 08:15 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