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

User Tag List

Page 2 of 18 FirstFirst 123456 ... LastLast
Results 16 to 30 of 259
  1. #16
    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)
    I never saw it skip a rare. You can add more colors like I said in first post if you see it happen too often
    Last edited by Mad man; 06-10-2012 at 09:05 PM. Reason: grammar

    Sharing my autoIt script :: Sarkoth (loot and optimized for DH)
  2. #17
    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)
    Updated script for faster resume game. Check death feature comming soon for faster runs. Some more improvements to speed comming up soon too.

  3. #18
    Sch's Avatar Private
    Reputation
    2
    Join Date
    Aug 2011
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The original script works fine for me. But your edited version don't. Sometimes it can't detect cellar, sometimes it stands shooting in town, and also have problems exiting.

    Fullscreen windowed, 1920*1080
    Last edited by Sch; 06-11-2012 at 05:56 AM.

  4. #19
    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 Sch View Post
    The original script works fine for me. But your edited version don't. Sometimes it can't detect cellar, sometimes it stands shooting in town, and also have problems exiting.

    Fullscreen windowed, 1920*1080
    damn it. ran it for 12 hours with no problems last night.

    thanks for your input. I'll see what's the problem after work. new update around 6pm (GMT -5)

  5. #20
    AJ989's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi mad man

    so far your script is the best

    it works very good with my DH, BUT there is a minor bug

    I started using your script today, in 4 hours it worked perfectly, BUT

    I looted 2 legendaries, and he PICK THEM UP, but he tries to sell them, but they are undentyfied, so he can't sell them, so the script keep trying selling the legendaries forever!!

    so can you fix it to make put the legendarie in the safe?

    and another thing, sometimes when they are many WHITES, he picks them up, and sometimes he leaves the blues on the floor and pick only the white

    can you make the script dont loot the white?

    thank you very much

  6. #21
    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)
    Thank you for your input and gratz on getting 2 legendaries using my script. I''ll try to find why it didn'T drop it in the stash. On my side it never failed to do it.

    were you "stuck" when he left blues on the ground? After 9 tries it'll stop trying to loot ( same for all item quality). Otherwise the bot could get stuck forever trying to loot an item when stuck in the chest or something else. The goal was to farm items/money, so leaving one or two on the ground is better than fcking up a whole session.

    He picks the whites because I didn't find a way to only pick gems directly on the ground yet. So he picks everything, and once it's in your inventory it's easy to filter gems / tome of secrets from unwanted whites.

  7. #22
    exit2212's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey thx ! it near work for me.. but when he entrance in cellar, he get stop there and atack.. : ImageShack® - Online Photo and Video Hosting

    e/ this run worked, he have put all in stash but when he go to vendor, it bug.. He click him and right before speaking with him, he click again 2cm left and get stuck at house of cain..

    e/e/ sometime he see cellar, some time he dont :s

    the biggest problem is that some time he see it somtime he dont see that the cellar is open, i think my mouse is a bit too much down so he dont check always. ( like 0.5cm )

    But i sux at coding and dont know what coordinate i have to change and for witch number.. tried but it dont work ...
    Last edited by exit2212; 06-11-2012 at 01:27 PM.

  8. #23
    Overfl0w's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any chances getting this for lower resolution? dont know how to edit this, im a total noob at it

  9. #24
    AJ989's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok Mad Man, waiting for legendary issue, because If I leave all night and finds a legendary, it will stuck on vendor,

    btw, there is a way to implement the disconnection check? because after a couple of hours botting, some time it disconnets ( not to login screen, but in quest selection), I think because I don't move the mouse, I dont know why, I get the message: disconnected from server

    but as said, when I click ok, it goes to quest selection and not login screen!!

  10. #25
    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 exit2212 View Post
    Hey thx ! it near work for me.. but when he entrance in cellar, he get stop there and atack.. : ImageShack® - Online Photo and Video Hosting
    do the modification in bold. You probably loading slower than me, so your first move occurs before the laoding is over

    MouseClick("left",185, 209) ;Entrance to cellar
    Sleep(3000)
    Send(2)
    Sleep(1800) <-- increase this Sleep
    MouseClick("left", 531, 769)
    Send(4)
    Sleep(2000)
    MouseClick("left", 547, 490) ;moves to doorway leading to rare inside cellar
    Sleep(1500)

    for your other problems.... are you running in 1920x1080 ??

  11. #26
    exit2212's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Everything is working now but he dont grab blue anymore..

    he was grabbing it but now he dont anymore.

    e/ and can you edit script so he do an other "smoke" because some times there is other mobs 2M away and he dies..
    Last edited by exit2212; 06-11-2012 at 02:21 PM.

  12. #27
    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 Overfl0w View Post
    Any chances getting this for lower resolution? dont know how to edit this, im a total noob at it
    I dont have enough free time to make it for an other resolution

  13. #28
    exit2212's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any idea of why he dont grab the blue anymore ?

  14. #29
    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 exit2212 View Post
    Everything is working now but he dont grab blue anymore..

    he was grabbing it but now he dont anymore.

    e/ and can you edit script so he do an other "smoke" because some times there is other mobs 2M away and he dies..
    idk for the blues. changing a sleep is not supposed to fck up the looting

    you can add smoke screen by yourlself.

    add
    "send(2)" w/o quotes
    where you need it.

  15. #30
    exit2212's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thx a lot
    the other script from ares wasnt working for me, your yeah ! So thx a lot

    e/ some time he dont sell all the items so they stay on inventory for ever.. any idea ?
    Last edited by exit2212; 06-11-2012 at 02:31 PM.

Page 2 of 18 FirstFirst 123456 ... LastLast

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 02:14 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search