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

Shout-Out

User Tag List

Page 112 of 300 FirstFirst ... 1262108109110111112113114115116162212 ... LastLast
Results 1,666 to 1,680 of 4489
  1. #1666
    killerpy'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)
    @syyyn was that gui error 95 ? if so, how do you change it? im totally lost.
    Someone please help me fix line 95

    $frmBot = GUICreate("notAres' Sarkoth Extension", 280, 121, Round(1540*$x_ratio), Round(920*$y_ratio), -1, BitOR($WS_EX_TOPMOST,$WS_EX_TOOLWINDOW))
    GUISetBkColor(0xC0C0C0)$frmBot = GUICreate("notAres' Sarkoth Extension", 280, 121, Round(1540*$x_ratio), Round(920*$y_ratio), -1, BitOR($WS_EX_TOPMOST,$WS_EX_TOOLWINDOW))
    GUISetBkColor(0xC0C0C0)
    Something about variable used without being decleared.

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #1667
    S|cK's Avatar Member
    Reputation
    3
    Join Date
    Nov 2006
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    -line 129: If CheckFor("MainMenu") Then
    +line 129: If CheckFor("MainMenu","",Round(34*$x_ratio),Round(354*$y_ratio),Round(413*$x_ratio),Round(458*$y_ratio)) Then
    I went ahead and changed this, searching for the button took about 9 seconds on my i7 laptop. Now it's pretty much instant. Resume button isn't going anywhere soon.

  3. #1668
    huntpot's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notAres View Post
    Fixed already, check pastebin because there's not a new version number. Just added:

    If($Leave) Then
    Send("{SPACE}")
    Sleep(100)
    Send("{SPACE}")
    Thanks a lot for the quick fix!

  4. #1669
    Syyyn'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)
    That was met for notAres. Just a suggestion for the script itself.

  5. #1670
    notAres's Avatar Knight-Lieutenant
    Reputation
    124
    Join Date
    Jun 2012
    Posts
    318
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Killerpy I'm not getting that. Try to remove _ratio variables

  6. #1671
    renahartley02's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Gems and tomes not increasing in the GUI. It stays at 0.. Any solutions?

  7. #1672
    pierre23's Avatar Active Member
    Reputation
    17
    Join Date
    Jun 2012
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Vending and stashing is perfect, but is it just me or does it collect the new checkpoint in town?
    Last edited by pierre23; 06-14-2012 at 06:28 AM.

  8. #1673
    renahartley02's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also in certain cases, when leaving the mouse quickly moves to the resume button even when the menu is not loaded causing it to get stuck in the main menu because of the the banner customization window opening..

  9. #1674
    l1zard's Avatar Member
    Reputation
    16
    Join Date
    Dec 2007
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you have version for 1366x768 (notebook) ?

  10. #1675
    pierre23's Avatar Active Member
    Reputation
    17
    Join Date
    Jun 2012
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by renahartley02 View Post
    Also in certain cases, when leaving the mouse quickly moves to the resume button even when the menu is not loaded causing it to get stuck in the main menu because of the the banner customization window opening..
    Find the comment ;Random Click on the resume button
    and above that line add:

    Send("{SPACE}")
    Sleep(100)

    If somehow it does get stuck on the character screen with the banner window up, when it comes back to resuming the game that should clear any window thats up before pressing resume.

    Actually it's probably unnecessary because notAres added
    Send("{SPACE}")
    Sleep(100)
    Send("{SPACE}")

    to the script anyway, make sure you have the latest script

  11. #1676
    tranceGold's Avatar Banned
    Reputation
    3
    Join Date
    Jun 2008
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i added send space but sometimes i still stuck in quit window

  12. #1677
    pierre23's Avatar Active Member
    Reputation
    17
    Join Date
    Jun 2012
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shadowko View Post
    i added send space but sometimes i still stuck in quit window
    Not sure then mate. If lag/computer load time is the cause increase the timers under the settings section in the script ($loadtime and $tptime)

  13. #1678
    pierre23's Avatar Active Member
    Reputation
    17
    Join Date
    Jun 2012
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still having problems picking up the town checkpoint when going to stash and the vendor..

    I'll turn it off for now and just farm some gold tonight

    Thanks again for the great work notAres and to the contributers

  14. #1679
    elma179'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)
    Got an issue, where i cant enter the dank cellar. simply wont let me click it at all, as if it was closed.
    as soon as i turn the script off, i can click it again.

  15. #1680
    sprakkattak's Avatar Corporal
    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)
    Originally Posted by pierre23 View Post
    Vending and stashing is perfect, but is it just me or does it collect the new checkpoint in town?
    Before starting the run, make sure when you select legacy of cain, start with the cellar, and NOT begin quest. Didnt know this for a few days, missed lots of hours because of this.

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 09:24 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