[Goldfarming] MMOtoaster's Sarkoth Script, 400k+ GPH [1920x1080] menu

User Tag List

Page 8 of 14 FirstFirst ... 456789101112 ... LastLast
Results 106 to 120 of 196
  1. #106
    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)
    Originally Posted by quickbooster View Post
    I think somet times it sends the pathing information too soon, for my pc anyway even though i have SSD, and then it doesn run all the way needed to spot the cellar. Any ideas? Have tried increasing the loadtime but it doesnt seem to have any effect at all
    Change line 106.

    If changing line 106 isnt enough, then go all the way down to line 360. Add a sleep timer after clicking Resume Game. Should look like:

    Code:
    RandClick("left", Round(230*$x_ratio), Round(416*$y_ratio), 120*$x_ratio, 5*$y_ratio) ;Random Click on the resume button
    Sleep(2000) ; Change this to whatever is needed to ensure you load into the game properly.

    [Goldfarming] MMOtoaster's Sarkoth Script, 400k+ GPH [1920x1080]
  2. #107
    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)
    Originally Posted by nibbles99 View Post
    After completing a run and teleporting to town its pausing for 5-6 seconds before actually leaving the game. Any clue what could be causing this? Aside from that delay the script is awesome! Thank you for your hard work.
    Line 319
    Code:
    RandSleep(30, 60, 10)
    This line says: 10% chance to sleep for 30 to 60 seconds.

    Remove the line or change the percent, or sleep times. This was added to be more human like (random breaks), and to give the script varying length time.

    You can see these RandSleep calls in a few places in the script. I believe there is one at the main menu to take a 5 min break with a 2% chance, and a 30% chance after looting to take a 5-10 second break.

  3. #108
    Jalockin's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MMOtoaster View Post
    He is supposed to "dance" abit, since the script isnt specifically made to use with pickup radius. When it stops, it scans in less than a second, then teleports. It shouldnt pick up trashloot, only Archon, of Death, Prosperous, and rares/legendary. It will leave gems, tomes, trashblues behind.

    Also, your ferrets are there to pick up the gold, thats why you dont need pickup radius as DH
    yh, but i noticed that he did not pick up the rares as han ran just past them and up in to the top, but when manually moving him back down near the chest, he picks up the rare and tp's to town.

    When stashing it doesn't seem to get it right 50% of the times ~ and it does not repair at all :-/ had i go all night while sleeping and it han only gathered 13k gold, as he got killed otw to cellar mostly because it gets stuck in the fence on the bottom of the road.

  4. #109
    quickbooster's Avatar Member
    Reputation
    2
    Join Date
    Dec 2007
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Angrycoder View Post
    Change line 106.

    If changing line 106 isnt enough, then go all the way down to line 360. Add a sleep timer after clicking Resume Game. Should look like:

    Code:
    RandClick("left", Round(230*$x_ratio), Round(416*$y_ratio), 120*$x_ratio, 5*$y_ratio) ;Random Click on the resume button
    Sleep(2000) ; Change this to whatever is needed to ensure you load into the game properly.
    Thanks - but it doesnt seem like the script is listening to me. Even if i change both of them to 10000 - it doesnt actually sleep for 10 seconds. What could be wrong?

  5. #110
    Mindlapse's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Angrycoder. I have (almost) all of the sleep timers working great on my virtual machine.

    two problems now:

    1) is it supposed to Call (checkrepair) everytime my character is in New Tristram? I got my gear to yellow durability to test it but it never repairs (until it mLoot=0). If it ONLY calls for CheckRepair when it's time to manageloot, how do I make it so that it will checkrepair everytime my character is in New Tristram (so that it will check if gear is yellow at the end of every run after TPing). I tried adding a Call (CheckRepair) line here
    Code:
    If CheckFor("NewTristram", 1560*$x_ratio, 0*$y_ratio, 1920*$x_ratio, 40*$y_ratio, 5) Then
    					GoldPerHour()
    					UpdateTooltip()
    					RandSleep(30, 60, 10)
                                            Call ("CheckRepair")
    so that it should check repair right after opening up inventory to update GPH everytime I'm in New Tristram, but it does not repair. How do I make this happen?

    2) there is like a 5 second sleep time after I TP to town before it leaves game -- the code in the script shows random sleep times of nowhere near that much time. How do I fix this so that it will immediately (or after a much more short time) leave game after TPing to New Tristram? I removed the RandSleep line and it still does it
    Last edited by Mindlapse; 06-29-2012 at 01:52 AM.

  6. #111
    remi87's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    107
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "Quote Originally Posted by nibbles99 View Post
    After completing a run and teleporting to town its pausing for 5-6 seconds before actually leaving the game. Any clue what could be causing this? Aside from that delay the script is awesome! Thank you for your hard work."




    Originally Posted by Angrycoder View Post
    Line 319
    Code:
    RandSleep(30, 60, 10)
    This line says: 10% chance to sleep for 30 to 60 seconds.

    Remove the line or change the percent, or sleep times. This was added to be more human like (random breaks), and to give the script varying length time.

    You can see these RandSleep calls in a few places in the script. I believe there is one at the main menu to take a 5 min break with a 2% chance, and a 30% chance after looting to take a 5-10 second break.


    Hey Angry, I believe the 5-6 seconds hes talking about has nothing to do with the random sleep command because this is happening to me also.

    Well whats happening to me is, when I need a repair (yellow repair), when I teleport to town, the bot will wait 4-6 seconds before it logs off. Now when I dont have the yellow repair icon, it logs off like normal. I have to manually repair because my bot doesnt repair. It seems like its detectings the yellow repair icon but does nothing for 4-6 seconds, then logs off.

    Does anyone know how I could fix this? Again im running it in VMware, thanks in advance for any help. Manually repairing sucks!
    Last edited by remi87; 06-29-2012 at 01:51 AM.

  7. #112
    hcuk's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone getting the problem where it misses the vendor

  8. #113
    Mindlapse's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by remi87 View Post
    "Quote Originally Posted by nibbles99 View Post
    After completing a run and teleporting to town its pausing for 5-6 seconds before actually leaving the game. Any clue what could be causing this? Aside from that delay the script is awesome! Thank you for your hard work."








    Hey Angry, I believe the 5-6 seconds hes talking about has nothing to do with the random sleep command because this is happening to me also.

    Well whats happening to me is, when I need a repair (yellow repair), when I teleport to town, the bot will wait 4-6 seconds before it logs off. Now when I dont have the yellow repair icon, it logs off like normal. I have to manually repair because my bot doesnt repair. It seems like its detectings the yellow repair icon but does nothing for 4-6 seconds, then logs off.

    Does anyone know how I could fix this? Again im running it in VMware, thanks in advance for any help. Manually repairing sucks!

    I'm having same EXACT problem as you (also running in VMware)

    removed the RandSleep and it still has the 5-6 sec delay -- and does not repair gear

  9. #114
    MMOtoaster's Avatar Member
    Reputation
    18
    Join Date
    Oct 2008
    Posts
    152
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Should have fixed the vendoring issue, played around with a few lines when modifying the script that I shouldn't have touched, will be uploading the new script soon!
    Last edited by MMOtoaster; 06-29-2012 at 02:18 AM.

  10. #115
    hcuk's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So the bot keeps missing the stash and misses the vendor this is causing my inventory to stay full. are there coordinates i need to change in the script?

  11. #116
    remi87's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    107
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MMOtoaster View Post
    I think the problem with repairing is caused by having vendoring disabled, should be enough to turn vendoring on, and keep the variables to false. Do this in the config, sorry for this issue, will update as I get home!
    Hey Toaster, thanks for the great bot.

    Which do you want us to change in the .ini? Loot=False turn it to Loot=True? Here is the .ini

    [Options]
    AutoUpdate=False
    Physical Log=False
    [Skills]
    Caltrops=4
    Companion=3
    Preperation=2
    SmokeScreen=1
    [Looting]
    Sets=True
    Legendaries=True
    Rares=False
    Magic=False
    Gems=False
    Tomes=False
    Custom=False
    [Custom Loot]
    PNG Location=C:\Your Path\
    [ManageLoot]
    How Often=6000
    [Stashing]
    Loot=False
    Legendaries=False
    Rares=False
    Magic=False
    Tomes=False
    [Vendoring]
    Loot=False
    Rares=False
    Magic=False
    [Variability]
    Timer=False
    Secondary Attack=4
    Primary Attack=0
    Adds Attack=5
    Using NT=False
    [Additional]
    Movement Speed=15
    Pickup Radius=0
    [Beta]
    Area=True
    Rows=4
    Cols=10



    Let us know, thanks


    EDIT: Ok I changed Loot=True under vendoring in the .ini and it didnt do anything. It still pauses for 5-6 seconds after teleporting to town then logs out. Maybe I have to change my yellow color?
    Last edited by remi87; 06-29-2012 at 02:22 AM.

  12. #117
    MMOtoaster's Avatar Member
    Reputation
    18
    Join Date
    Oct 2008
    Posts
    152
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by remi87 View Post
    Hey Toaster, thanks for the great bot.

    Which do you want us to change in the .ini? Loot=False turn it to Loot=True? Here is the .ini

    [Options]
    AutoUpdate=False
    Physical Log=False
    [Skills]
    Caltrops=4
    Companion=3
    Preperation=2
    SmokeScreen=1
    [Looting]
    Sets=True
    Legendaries=True
    Rares=False
    Magic=False
    Gems=False
    Tomes=False
    Custom=False
    [Custom Loot]
    PNG Location=C:\Your Path\
    [ManageLoot]
    How Often=6000
    [Stashing]
    Loot=False
    Legendaries=False
    Rares=False
    Magic=False
    Tomes=False
    [Vendoring]
    Loot=False
    Rares=False
    Magic=False
    [Variability]
    Timer=False
    Secondary Attack=4
    Primary Attack=0
    Adds Attack=5
    Using NT=False
    [Additional]
    Movement Speed=15
    Pickup Radius=0
    [Beta]
    Area=True
    Rows=4
    Cols=10



    Let us know, thanks
    Hey, sorry, nothing should be changed, I was wrong. There were some other lines I had changed in the actual script that was wrong, will upload in a sec

  13. #118
    Triarii's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm now getting this issue where the bot is ALMOST at the dank cellar, then just stops and decides that the cellar isn't there, then teleports back to town. What could be causing the issue? It seems to happen almost randomly. I've changed around 191. And also messed around with the load time (line 106) and nothings working so far. This is really tedious and annoying, any advice?

  14. #119
    MMOtoaster's Avatar Member
    Reputation
    18
    Join Date
    Oct 2008
    Posts
    152
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hcuk View Post
    So the bot keeps missing the stash and misses the vendor this is causing my inventory to stay full. are there coordinates i need to change in the script?
    I fixed it, uploading new script in a sec. I appologize to all of you having issues!

    EDIT: http://www.speedyshare.com/bXSDH/update.rar

    - Fixed stashing(it sometimes missed while trying to click at the stash, now its accurate)
    - Fixed repairing

    Just replace your script with this one. I will implement an autoupdate feature as in the other scripts ASAP, so you guys don't need to struggle with RAR-packages
    Last edited by MMOtoaster; 06-29-2012 at 02:28 AM.

  15. #120
    Malig's Avatar Member
    Reputation
    5
    Join Date
    Nov 2011
    Posts
    46
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone have the GPH and/or accumulated gold ever be negative or a huge wacky number?

Page 8 of 14 FirstFirst ... 456789101112 ... LastLast

Similar Threads

  1. Replies: 272
    Last Post: 06-03-2013, 04:57 PM
  2. Replies: 819
    Last Post: 11-28-2012, 11:03 PM
  3. Replies: 792
    Last Post: 09-07-2012, 10:22 AM
  4. Replies: 20
    Last Post: 07-29-2012, 01:03 PM
  5. Replies: 108
    Last Post: 07-03-2012, 02:39 PM
All times are GMT -5. The time now is 04:55 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