[Gold/Itemfarming] [AutoIt] Sarkoth Act I Dank Cellar [WD] [Stash, Sell, Repair, +++] menu

Shout-Out

User Tag List

Page 15 of 97 FirstFirst ... 11121314151617181965 ... LastLast
Results 211 to 225 of 1443
  1. #211
    DirtyRo77en's Avatar Private
    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)
    Nope I don't use darkD3 or anything... And didn't mess with the gamma settings. I just noticed it sometimes detects the door and enters the cellar, other times it doesn't. Also sometimes he doesn't summon the fetish army, and sometimes he does. Should I mess with the computer lag settings? although it seems to run fine.

    EDIT: I forgot to tell you I set most settings to minimal, for optimal performance, does that affect the way the bot works?
    Last edited by DirtyRo77en; 06-23-2012 at 02:17 PM.

    [Gold/Itemfarming] [AutoIt] Sarkoth Act I Dank Cellar [WD] [Stash, Sell, Repair, +++]
  2. #212
    zEEneXx's Avatar Knight-Captain
    Reputation
    65
    Join Date
    Jun 2012
    Posts
    432
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    for the fetish bug increase computerlag to 100 or 200.

    i could have told you earlier the reason why he sometimes dont enter the cellar, if you wouldnt have said he NEVER enters it.

    the coordinates for the cellar location and all the others (movepoints etc) are being random generated before each run (safer botting). what the bot does is to move to the point where he can see the cellar, and because of the randomization he is never (almost never) one the same position before looking for the open cellar. now he seraches an also random generated area for that whiteblue shine color. and due to performace boosts he skips some pixels while seraching. now it can happen that he skips right the pixels with the color the bot is seraching for.

    as i wrote this i realize that i should rewrite that part a bit... so you can now wait for version 1.2 or try to lower the amount of pixels that the bot skips. you can do that by changing the 6 at the end of line 177

    $CellarPixel = PixelSearch($CellarLocation[0]-$CellarOffset, $CellarLocation[1]-$CellarOffset, $CellarLocation[0]+4, $CellarLocation[1]+4, 0x334FB7, 6)
    you can also try to remove the 6 and the "," so he dosent skip any pixel. (i dont know how much cpu usage that takes. im new to autoit)

    if he still misses open cellar then i have maybe overlooked something
    Last edited by zEEneXx; 06-23-2012 at 02:29 PM.

  3. #213
    DirtyRo77en's Avatar Private
    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)
    Thanks man, that last line helped me a lot! well, when I first wrote the post the bot had skipped the cellar about 5 or 6 times in a row, which seemed weird and made me think he would do that all the time, but later on I noticed that this part was randomized. Also he skips the blue/yellow looting most of the time, I tried setting the loot delay to 200 but this still happens, any ideas about this?

  4. #214
    zEEneXx's Avatar Knight-Captain
    Reputation
    65
    Join Date
    Jun 2012
    Posts
    432
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    seems weird.. i dont have such loot problems. i watched the bot for 2 hours now on my second screen and he looted every time. maybe its your pc? but cant explain this. (i hope you use 1.1f)

    what you can do is to go to line 1306 to 1327. there you can find the picture files needed for the imagesearch. after the file extension .png you see a "|" and then a number. by increasing that number you can set the serach tolerance higher so he finds a matching picture easier. but if you set it to high it will maybe think he found a rare but actually it was a white. maximum is 255 i think.
    you should higher the values in steps of 5 and test it then.

    for magics for example you need to change the tolerance value for blueA, blueE, blueO, blueU and blueI

    lootdelay just cahnges the time how long he waits between the looting of items
    Last edited by zEEneXx; 06-23-2012 at 03:03 PM.

  5. #215
    User Name's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    23
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bot don't pick up a plans

  6. #216
    skiller99's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I had few plans in stash so bot pick uped them zEEneXx can you add Alt Down function when looting because sometimes item names just fading off and bot cant loot them

  7. #217
    zEEneXx's Avatar Knight-Captain
    Reputation
    65
    Join Date
    Jun 2012
    Posts
    432
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by User Name
    bot don't pick up a plans
    if it's a white plan (is that possible?^^) he won't pick it up. if it's yellow and you exceeded the rare loot amount then he will also dont pick it up.

    else there is no reason why he shouldnt pick up plans

    Originally Posted by skiller99 View Post
    I had few plans in stash so bot pick uped them zEEneXx can you add Alt Down function when looting because sometimes item names just fading off and bot cant loot them
    never had that problem but easy to add it comes with 1.1g - thanks for reporting
    Last edited by zEEneXx; 06-23-2012 at 03:31 PM.

  8. #218
    User Name's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    23
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    in my modifed version i add Alt Down & "save" TP to town if cellar is closed

  9. #219
    DirtyRo77en's Avatar Private
    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)
    Nevermind about the looting, I realized I had "Show item names on drop" (forgot the exact name) disabled, so anyone else having this problem please enable it lol, maybe you should add this in the instructions section as for the cellar skipping, it still happens, it just happens less. WHat should I change the "6" to? all I did was delete it and the "," but it still skips sometimes.

  10. #220
    zEEneXx's Avatar Knight-Captain
    Reputation
    65
    Join Date
    Jun 2012
    Posts
    432
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    then its happening because of the randomization of the search area.

    got to line 177 again and change
    $CellarPixel = PixelSearch($CellarLocation[0]-$CellarOffset, $CellarLocation[1]-$CellarOffset, $CellarLocation[0]+4, $CellarLocation[1]+4, 0x334FB7)
    with

    $CellarPixel = PixelSearch($CellarLocation[0]-$CellarOffset-20, $CellarLocation[1]-$CellarOffset-20, $CellarLocation[0]+20, $CellarLocation[1]+20, 0x334FB7, 2)
    and try it

  11. #221
    AGDarki'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)
    Bei mir nimmt er leider nicht immer alles Gold auf, ist es moeglich das er wirklich alles Gold aufnimmt?

    Randomization for safer botting was genau soll das sein?

    Ansonsten funktioniert er bisher wunderbar.

  12. #222
    zEEneXx's Avatar Knight-Captain
    Reputation
    65
    Join Date
    Jun 2012
    Posts
    432
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by AGDarki View Post
    Bei mir nimmt er leider nicht immer alles Gold auf, ist es moeglich das er wirklich alles Gold aufnimmt?

    Randomization for safer botting was genau soll das sein?

    Ansonsten funktioniert er bisher wunderbar.
    Wenn du schon $HighGoldRadius auf false hast dann brauchst du einfach mehr gear mit +radius drauf.

    randomization heißt das er nicht jedesmal an genau die selbe stelle klickt wenn er ne aktion macht. damit warden (blizzards anti cheat/hack) das nicht so leicht bzw gar nicht erkennen kann

  13. #223
    AGDarki'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)
    Originally Posted by zEEneXx View Post
    Wenn du schon $HighGoldRadius auf false hast dann brauchst du einfach mehr gear mit +radius drauf.

    randomization heißt das er nicht jedesmal an genau die selbe stelle klickt wenn er ne aktion macht. damit warden (blizzards anti cheat/hack) das nicht so leicht bzw gar nicht erkennen kann
    Ah ok vielen dank.. Und weiterhin so gute Arbeit.

  14. #224
    LATM's Avatar Contributor
    Reputation
    189
    Join Date
    Jun 2012
    Posts
    457
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the citation in the OP ^_^

    If I can get another friend to quit and give me their account, I'm making my next bot a WD

    <3.Rep'd.

  15. #225
    walter1114'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 am also facing the problem that misses the cellar when it is open.I have also modified the date as follows
    $CellarPixel = PixelSearch($CellarLocation[0]-$CellarOffset-20, $CellarLocation[1]-$CellarOffset-20, $CellarLocation[0]+20, $CellarLocation[1]+20, 0x334FB7, 2)
    Should it be the problem related to my system?I am using window 7x86, I have tried more than hundred times but still skipping the cellar.What should I do?
    The loot area is too narrowed that the cellar is not revealed on the map.Should I modified it?If so, what thing should I do?By the way, I am using a demon hunter.Could anyone kindhearted tailormake a script for me?If so, i will reward with a really big fortune.
    Last edited by walter1114; 06-23-2012 at 04:55 PM.

Similar Threads

  1. Replies: 440
    Last Post: 10-31-2012, 11:00 AM
  2. Replies: 148
    Last Post: 08-03-2012, 04:19 PM
  3. Replies: 5
    Last Post: 08-02-2012, 02:48 AM
  4. Replies: 6
    Last Post: 07-24-2012, 12:18 PM
  5. [AutoIt] How to enter Dank Cellar without moving a real mouse over it?
    By psychoangler in forum Diablo 3 Bots and Programs
    Replies: 3
    Last Post: 07-12-2012, 04:59 AM
All times are GMT -5. The time now is 07:46 AM. 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