Sharing my autoIt script :: Sarkoth (loot and optimized for DH) menu

Shout-Out

User Tag List

Page 14 of 18 FirstFirst ... 101112131415161718 LastLast
Results 196 to 210 of 259
  1. #196
    cloudwrx's Avatar Member
    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)
    Actually I get that popup but in the character screen, it must be clicked on "OK" before the script can click on "Resume Game". I mean I never got it on the fly, I just come home and see the script stuck in the character screen with that popup saying my connection has been lost but I'm still logged in.

    I get this as well.. Mad Man, is there a work around for the popup disconnect?
    Last edited by cloudwrx; 07-06-2012 at 05:57 PM.

    Sharing my autoIt script :: Sarkoth (loot and optimized for DH)
  2. #197
    Mad man's Avatar Member
    Reputation
    10
    Join Date
    Jul 2008
    Posts
    106
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cloudwrx View Post
    Actually I get that popup but in the character screen, it must be clicked on "OK" before the script can click on "Resume Game". I mean I never got it on the fly, I just come home and see the script stuck in the character screen with that popup saying my connection has been lost but I'm still logged in.

    I get this as well.. Mad Man, is there a work around the popup for disconnect?
    currently testing a fix for this issue. didn't get the popup so far.

    will update the scirpt tomorrow is everything works

    also testing paterns looting / stashing.

  3. #198
    InfluenzaStrain's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ive started using your script, i had to increase my attack time to actually kill him as i just got to inferno and my gear is crap. but my question is, it's having a hard time stashing items it finds and going to vendor and repair, it just moves the mouse around like it has ADHD right at the town portal and then it leaves game? Anyway i can edit something to help it actually go to the vendor, sell repair and stash? i have endable the debug log and its stating that it has done all of the above but as i am watching the script work it just stays around the townportal, and yes my mouse is bound to mouse 3

  4. #199
    Mad man's Avatar Member
    Reputation
    10
    Join Date
    Jul 2008
    Posts
    106
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by InfluenzaStrain View Post
    Ive started using your script, i had to increase my attack time to actually kill him as i just got to inferno and my gear is crap. but my question is, it's having a hard time stashing items it finds and going to vendor and repair, it just moves the mouse around like it has ADHD right at the town portal and then it leaves game? Anyway i can edit something to help it actually go to the vendor, sell repair and stash? i have endable the debug log and its stating that it has done all of the above but as i am watching the script work it just stays around the townportal, and yes my mouse is bound to mouse 3
    it obviously have issues clicking on the stash. (nothing to do with mouse bound to 3. the bot left click the stash to "activate" it ).

    find this code in the Town() function and add the line in bold
    if($SalvageBlues)Then
    ReachBlacksmith()
    Sleep(3500)
    Else
    Sleep(1000)
    MouseClick("left", 1064 + GetRandomInt(0,5), 256 + GetRandomInt(0,5)) ;go to chest
    Sleep(2000)
    EndIf

    It will resolve the issue if the problem is that it tries to click on the chest before loading is over.

  5. #200
    InfluenzaStrain's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay thanks, I ran the bot with Whites disabled, when i got up this morning, none of the blues were vendored at all, and another quick question for you, how do i look at the GPH and items and such, so i know roughly how much im making, i saw at the end of your script that there was a place for it to create a log of the GPH and such, but i cannot find it within the folder that the script is held in.

  6. #201
    InfluenzaStrain's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by InfluenzaStrain View Post
    Okay thanks, I ran the bot with Whites disabled, when i got up this morning, none of the blues were vendored at all, and another quick question for you, how do i look at the GPH and items and such, so i know roughly how much im making, i saw at the end of your script that there was a place for it to create a log of the GPH and such, but i cannot find it within the folder that the script is held in.
    Fixed the vendoring issue, for some reason my system decides to lag a bit everytime i use the TP so i just inscreased the wait time to 3500 and it works perfectly fine, i still cant figure out the txt file to see how much i make during the run time of the bot.

  7. #202
    Mad man's Avatar Member
    Reputation
    10
    Join Date
    Jul 2008
    Posts
    106
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by InfluenzaStrain View Post
    Fixed the vendoring issue, for some reason my system decides to lag a bit everytime i use the TP so i just inscreased the wait time to 3500 and it works perfectly fine, i still cant figure out the txt file to see how much i make during the run time of the bot.
    you can't see it with this script. I'm not reading memory. Not going to drop the security to add a feature I can handle by myself with pen and paper.

    The ToLog() function your are referring to is for debugging.

  8. #203
    s99's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi mad man,
    i managed to get ur script to work after i resume game in the nearest checkpoint to sarkoth. however, if the dank cellar door is not opened, it will port back to town, but after in town, it will not exit game by itself (waiting for 5mins) anything i should do?

    ps. i follow all the config- move on mouse 3, all dh skills as you suggested.

    hope you can give me a heads up

  9. #204
    Kanenenights's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Used your latest update.
    But again it stops after making a few gold, and stops at the main menu.

  10. #205
    mat123's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, i'm trying to modidy this script for my resolution ! I succeed to enter the cellar but after that my char doesn't move anymore ... any idea i need to do ? ?
    Last edited by mat123; 07-08-2012 at 03:29 AM.

  11. #206
    InfluenzaStrain's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mad man View Post
    you can't see it with this script. I'm not reading memory. Not going to drop the security to add a feature I can handle by myself with pen and paper.

    The ToLog() function your are referring to is for debugging.
    Yeah i get that Nice bot btw! I have a question concerning the disconnected from server when you get the pop up in game, is there way to edit the script slightly to get it to click "okay" i left the bot on last night but it shortly disconnected me when i went to sleep and when i woke up it was just hanging there with no gold made

  12. #207
    kokloborb's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice script Mad man.The only annoying thing is that it doesnt clock Ok after disconnects.

  13. #208
    manjinder209's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mad man i was wondering is there a way to keep track of how many items each type it picks up and keep track of gold
    notAres' script has that but is there a way to do it without the all the images and dll's?
    Last edited by manjinder209; 07-08-2012 at 07:08 PM.

  14. #209
    s99's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi mad man,
    i managed to get ur script to work after i resume game in the nearest checkpoint to sarkoth. however, if the dank cellar door is not opened, it will port back to town, but after in town, it will not exit game by itself (waiting for 5mins) anything i should do?

    ps. i follow all the config- move on mouse 3, all dh skills as you suggested.

    hope you can give me a heads up

  15. #210
    Mad man's Avatar Member
    Reputation
    10
    Join Date
    Jul 2008
    Posts
    106
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Update7
    -Added an "Error popup" check. Should now close those annonying popups
    -Now keeps blacksmith plans and jewelcrafter designs

Similar Threads

  1. Replies: 4466
    Last Post: 05-07-2013, 07:39 AM
  2. Replies: 440
    Last Post: 10-31-2012, 11:00 AM
  3. Replies: 37
    Last Post: 07-18-2012, 02:37 PM
  4. Replies: 164
    Last Post: 07-01-2012, 02:37 PM
  5. Sharing my autoIt script :: Sarkoth (loot and optimized for DH)
    By Mad man in forum Diablo 3 Bots and Programs
    Replies: 23
    Last Post: 06-11-2012, 01:46 PM
All times are GMT -5. The time now is 10:49 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