[Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt] menu

User Tag List

Page 38 of 135 FirstFirst ... 34353637383940414288 ... LastLast
Results 556 to 570 of 2011
  1. #556
    FFSmasher's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also I should mention the auto update from 1.3.2 to 1.3.3 isn't working, I manually updated, and manually updated the ini to 1.3.3 and it tried to pull down 1.3.2 again

    [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]
  2. #557
    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 FFSmasher View Post
    Running 1.3.2, got a weapon without any magic, just base dmg, my character is still walking around in the top right of the cellar for a while before he TPs, sometimes he won't pick up the blues and just continues to walk around, and then eventually will TP back to town
    It can also be your armor. If you have bright colors in your armor, it can make looting bug out as well. Try dying your armor.

  3. #558
    qu9ke's Avatar Master Sergeant
    Reputation
    1
    Join Date
    May 2012
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think I made a booboo xD. I made my RButton the one to use the script with. Now I can't right click Ahk in the tray at the bottom right to stop it. Guess I'll restart my comp and hope that helps.

  4. #559
    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)
    @Angry, so the issue was the pixelcheck? I tried getting a few people to change the value, but it didnt work for them. Does the game run fine now that the check works?
    Yes, using my own pixelsearch allows the bot to continue past the check and sell just fine.

    Question abou the selling tho.... it seems that it sells everything, and then does a second sell to make sure gets everything? Basically now its rightclicking all the boxes, and then it seems to go through and pixel search to sell.... is this intended?

  5. #560
    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 qu9ke View Post
    I think I made a booboo xD. I made my RButton the one to use the script with. Now I can't right click Ahk in the tray at the bottom right to stop it. Guess I'll restart my comp and hope that helps.
    lol.

    Ya, you can restart PC or just change the code. Make it F1:: or something.

    You can add F2::Reload to the script, so it reloads it when the new changes instead of rightclicking it to close it.


    But ya, worst case just reboot. And just use an F key next time.

  6. #561
    batscher's Avatar Corporal
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you should change line 544 to
    "MouseClick($clickType, $randX, $randY,1,5)"
    and line 550 to
    "MouseMove($randX, $randY,5)"

    that makes the whole script much faster

  7. #562
    Shimizoki's Avatar Knight-Lieutenant
    Reputation
    32
    Join Date
    Jun 2012
    Posts
    358
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by FFSmasher View Post
    Also I should mention the auto update from 1.3.2 to 1.3.3 isn't working, I manually updated, and manually updated the ini to 1.3.3 and it tried to pull down 1.3.2 again
    I dont think I have a 1.3.3... maybe I goofed in the code, but nothing here is showing you should download 1.3.3. Where did you get that idea?

    Originally Posted by Angrycoder View Post
    Yes, using my own pixelsearch allows the bot to continue past the check and sell just fine.

    Question abou the selling tho.... it seems that it sells everything, and then does a second sell to make sure gets everything? Basically now its rightclicking all the boxes, and then it seems to go through and pixel search to sell.... is this intended?
    If you are using the beta feature... dont have the other stuff on. So vendorMagic = false, vendorrare=false, etc. the only things should be vendorLoot, and area that are true. Its possible you are combining both of them.

    Originally Posted by batscher View Post
    you should change line 544 to
    "MouseClick($clickType, $randX, $randY,1,5)"
    and line 550 to
    "MouseMove($randX, $randY,5)"

    that makes the whole script much faster
    This is true if you are not using the same function for multiple purposes. Rand click can be used to click anywhere with multiple buttons. its used in several places for your primary button, which you are correct, you can drop. but for movement in the middle mouse button aswell... it also at one point was used to attack monsters. Dropping it completely may have unforeseen issues.
    Last edited by Shimizoki; 06-16-2012 at 06:00 PM.
    -Darkling Lord

  8. #563
    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 Shimizoki View Post
    I dont think I have a 1.3.3... maybe I goofed in the code, but nothing here is showing you should download 1.3.3. Where did you get that idea?


    If you are using the beta feature... dont have the other stuff on. So vendorMagic = false, vendorrare=false, etc. the only things should be vendorLoot, and area that are true. Its possible you are combining both of them.
    I have vendorMagic = true. Are you saying to keep that off, or else im trying to double sell?

  9. #564
    qzy'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)
    at the instructions, all went well until i had to open the script with scITE, crash it with f5 (which did happen), but then i dont get an .ini file. any help much appreciated.

    edit: never mind im so blind.
    Last edited by qzy; 06-16-2012 at 06:11 PM.

  10. #565
    Shimizoki's Avatar Knight-Lieutenant
    Reputation
    32
    Join Date
    Jun 2012
    Posts
    358
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    THIS IS YOUR OP SPEAKING

    Line 595ish you will see
    Code:
    Sleep(Random(500, 1000))
    LogWrite("Done With Vendor" & @CRLF)
    Send("{ESCAPE}")
    EndIf

    Change it to
    Code:
    Sleep(Random(500, 1000))
    LogWrite("Done With Vendor" & @CRLF)
    EndIf
    Send("{ESCAPE}")

    Please let me know if there is profit to be had, this should atleast have you log out properly when the pixelcheck fails.

    This will however cause its own issues if you do not make it to the vendor... for whatever reason.
    Last edited by Shimizoki; 06-16-2012 at 06:10 PM.
    -Darkling Lord

  11. #566
    Shimizoki's Avatar Knight-Lieutenant
    Reputation
    32
    Join Date
    Jun 2012
    Posts
    358
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Angrycoder View Post
    I have vendorMagic = true. Are you saying to keep that off, or else im trying to double sell?
    Aye, you are selling everything and selling magic... isnt magic included in everything?

    Originally Posted by qzy View Post
    at the instructions, all went well until i had to open the script with scITE, crash it with f5 (which did happen), but then i dont get an .ini file. any help much appreciated.
    Have D3 running. A few changes in the script have made it to where D3 must already be running for the ini to be generated.
    -Darkling Lord

  12. #567
    batscher's Avatar Corporal
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I added the DisconnectError.png
    1280x720.rar

    Originally Posted by Shimizoki View Post
    This is true if you are not using the same function for multiple purposes. Rand click can be used to click anywhere with multiple buttons. its used in several places for your primary button, which you are correct, you can drop. but for movement in the middle mouse button aswell... it also at one point was used to attack monsters. Dropping it completely may have unforeseen issues.
    ah ok, for me its working. so maybe people should try on there own.
    for those who want to try this:

    "MouseMove($randX, $randY)" is the same as "MouseMove($randX, $randY,10)" and "MouseClick($clickType, $randX, $randY,1,10)" the same as "MouseClick($clickType, $randX, $randY)"
    the last number always is the speed (0 is instant moving)
    Last edited by batscher; 06-16-2012 at 06:21 PM.

  13. #568
    qu9ke's Avatar Master Sergeant
    Reputation
    1
    Join Date
    May 2012
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I tried making my own pixelsearch but still did not work. This is what I had. I had it check the blueish area around the bag at the top of the merchant menu. Is the cursor suppose to move up there to check, or does it check automatically? I don't understand how last version's pixel check worked but this one doesn't. I'm not complaining or anything, it just baffles me. Unless last version didn't have pixel check.

  14. #569
    Shimizoki's Avatar Knight-Lieutenant
    Reputation
    32
    Join Date
    Jun 2012
    Posts
    358
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by batscher View Post
    I added the DisconnectError.png
    1280x720.rar
    Thanks

    Originally Posted by qu9ke View Post
    I tried making my own pixelsearch but still did not work. This is what I had. I had it check the blueish area around the bag at the top of the merchant menu. Is the cursor suppose to move up there to check, or does it check automatically? I don't understand how last version's pixel check worked but this one doesn't. I'm not complaining or anything, it just baffles me. Unless last version didn't have pixel check.
    As the comment states, I was aiming for the brightest portion of the bag. That almost white area. You may have better luck there.
    Also no, it doesnt move the mouse or anything. it just makes the check up there between the pixel values. it ends up being a rectangle (left most side, top side, right side, bottom side, color)
    -Darkling Lord

  15. #570
    FFSmasher's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry about the update info, I must have been reading it wrong....

    Anyways, as soon as I set tomes to false, everything started working properly.

Similar Threads

  1. Replies: 113
    Last Post: 01-06-2014, 12:49 PM
  2. Replies: 36
    Last Post: 08-04-2012, 02:05 PM
  3. Need help [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]
    By heina in forum Diablo 3 Bots Questions & Requests
    Replies: 0
    Last Post: 07-13-2012, 12:06 PM
  4. REQUEST: Shimizoki's Sarkoth DH Script [AutoIt] Pick up only itemlvl 63 rares.
    By ALWIN21 in forum Diablo 3 Bots Questions & Requests
    Replies: 0
    Last Post: 07-10-2012, 07:10 PM
  5. [Gold/Item Farming] Shimizoki's Sarkoth DH Script [AutoIt]
    By Shimizoki in forum Diablo 3 Bots and Programs
    Replies: 403
    Last Post: 06-15-2012, 03:42 PM
All times are GMT -5. The time now is 05:36 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