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

Shout-Out

User Tag List

Page 17 of 18 FirstFirst ... 131415161718 LastLast
Results 241 to 255 of 259
  1. #241
    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 powerk21 View Post
    Looks like it isn't working anymore, at least it doesn't work for long. Looks like Blizzard has already limited how many games we can launch in short succession. If I leave the script working when I check back after a while I only see my character screen and I think it's because of that limitation
    yes.

    You'll have to add sleeps to avoid the game limit

    Sharing my autoIt script :: Sarkoth (loot and optimized for DH)
  2. #242
    powerk21's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mad man View Post
    yes.

    You'll have to add sleeps to avoid the game limit
    Thanks Mad Man, I started using your bot when I got bored of the game, I got around 100m of gold picking plus some cool items I've sold in these weeks, enough for me to pay the game and take a few beers so I'm done botting because I was using my main and only account and I want to check back from time to time, kill some mobs with a new build and wait for new patches in the future.

    I also got bored of D2 after my hardcore necro died at level 88 and after a while I found myself playing the game again. So it's a good game to play from time to time and I think I'll keep my account.

    Thanks for your help!

  3. #243
    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)
    Originally Posted by Mad man View Post
    yes.

    You'll have to add sleeps to avoid the game limit
    Still working fine here, without adding sleeps.
    Were can i do that btw?

  4. #244
    krims0nknite's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No ban for me either, been using this script since it was posted.

    From what I've seen, actually playing the game sometimes helps to avoid banning.

    Multiple chars of high level, achievements, a HC char.

  5. #245
    mfpm's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Amazing work. Tried a few scripts so far, this was easiest to use and is able to pick up gear. Props

    Only issue for me so far is with gems, not all but some. He picks all the gems from ground, but will not put the square topaz, flawless square emerald/ruby/amethyst in the stash but will sell them at the merchant.I've downloaded color pix to try to edit it. What is used to change the code? color pix has pixel, rgb,hex,hsb, cmyk. Not sure what one to use and just to make sure. Also when using color pix, is it best to grab the code of the items name when pressing alt, or the actually item on the ground?

    MouseActionOnPixelColor("right", 0xd60a06, $InventoryArea, 3, 500) ; square ruby
    MouseActionOnPixelColor("right", 0xef1616, $InventoryArea, 3, 500) ; flawless square ruby
    MouseActionOnPixelColor("right", 0x37ad34, $InventoryArea, 3, 500) ; square emerald
    MouseActionOnPixelColor("right", 0x46da43, $InventoryArea, 3, 500) ; flawless square emerald
    MouseActionOnPixelColor("right", 0x874900, $InventoryArea, 3, 500) ; square topaz
    MouseActionOnPixelColor("right", 0xc57c00, $InventoryArea, 3, 500) ; flawless square topaz
    MouseActionOnPixelColor("right", 0x60008d, $InventoryArea, 3, 500) ; square ametyst
    MouseActionOnPixelColor("right", 0x68059a, $InventoryArea, 3, 500) ; flawless square ametyst
    Last edited by mfpm; 08-05-2012 at 11:33 PM.

  6. #246
    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)
    Don't understand why but when i need to go to the vendor the cursor is on the vendor but it doesn't click on it ... Weird because i'm on 1920*1080 windowded fullscreen

  7. #247
    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 mfpm View Post
    Amazing work. Tried a few scripts so far, this was easiest to use and is able to pick up gear. Props

    Only issue for me so far is with gems, not all but some. He picks all the gems from ground, but will not put the square topaz, flawless square emerald/ruby/amethyst in the stash but will sell them at the merchant.I've downloaded color pix to try to edit it. What is used to change the code? color pix has pixel, rgb,hex,hsb, cmyk. Not sure what one to use and just to make sure. Also when using color pix, is it best to grab the code of the items name when pressing alt, or the actually item on the ground?

    MouseActionOnPixelColor("right", 0xd60a06, $InventoryArea, 3, 500) ; square ruby
    MouseActionOnPixelColor("right", 0xef1616, $InventoryArea, 3, 500) ; flawless square ruby
    MouseActionOnPixelColor("right", 0x37ad34, $InventoryArea, 3, 500) ; square emerald
    MouseActionOnPixelColor("right", 0x46da43, $InventoryArea, 3, 500) ; flawless square emerald
    MouseActionOnPixelColor("right", 0x874900, $InventoryArea, 3, 500) ; square topaz
    MouseActionOnPixelColor("right", 0xc57c00, $InventoryArea, 3, 500) ; flawless square topaz
    MouseActionOnPixelColor("right", 0x60008d, $InventoryArea, 3, 500) ; square ametyst
    MouseActionOnPixelColor("right", 0x68059a, $InventoryArea, 3, 500) ; flawless square ametyst
    0x68059a is a hex color value. idk how color pix works, but it may not display the "0x" at the begin.

  8. #248
    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 mat123 View Post
    Don't understand why but when i need to go to the vendor the cursor is on the vendor but it doesn't click on it ... Weird because i'm on 1920*1080 windowded fullscreen
    windowed fullscreen ?

  9. #249
    Mulambo7's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, wanted to give a try to your script since the one I was running stopped working for some reason and was kinda slow.

    I set my pc resolution to 1920x1080 and diablo 3 to 1920x1080 windowed fullscreen. As soon as I start the script the mouse goes to the far left side, stays there for 2s and then goes a little bit down and then to the far right side. Never going to the Resume Game. Can't pass this part.

    PS: When I change my resolution in Fullscreen to 1920x1080 as soon I change to Windowed Mode the resolution stays in grey (any chance this is the problem?)

  10. #250
    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 Mulambo7 View Post
    Hi, wanted to give a try to your script since the one I was running stopped working for some reason and was kinda slow.

    I set my pc resolution to 1920x1080 and diablo 3 to 1920x1080 windowed fullscreen. As soon as I start the script the mouse goes to the far left side, stays there for 2s and then goes a little bit down and then to the far right side. Never going to the Resume Game. Can't pass this part.

    PS: When I change my resolution in Fullscreen to 1920x1080 as soon I change to Windowed Mode the resolution stays in grey (any chance this is the problem?)
    bind "move" to mouse3 (middle click)

  11. #251
    Mulambo7's Avatar Member
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it's set to that.

  12. #252
    Lokands's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Work in background?)

  13. #253
    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)
    Originally Posted by Mulambo7 View Post
    Hi, wanted to give a try to your script since the one I was running stopped working for some reason and was kinda slow.

    I set my pc resolution to 1920x1080 and diablo 3 to 1920x1080 windowed fullscreen. As soon as I start the script the mouse goes to the far left side, stays there for 2s and then goes a little bit down and then to the far right side. Never going to the Resume Game. Can't pass this part.

    PS: When I change my resolution in Fullscreen to 1920x1080 as soon I change to Windowed Mode the resolution stays in grey (any chance this is the problem?)
    i used to have this problem when i 1st used this script it was because i started the script in the main menu you have to start the script after you resume the game yourself and then it works fine

  14. #254
    PrefectFord's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've gotten to the point of making 1 game per minute. I added a variable to track the number of runs and to write that out to help me track the time per run and even at 50s for a failed run, I am still hitting the creation limits.


    Anyone have any suggestions on avoiding the game limits?

    Thanks.

  15. #255
    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)
    Is it possible to update the script.
    There are some new rules for creating maximum games.

    Getting Input reached message.

Page 17 of 18 FirstFirst ... 131415161718 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 11:06 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