[AHK][1920x1080]  ZK 1mil XP/hr AFKable! menu

Shout-Out

User Tag List

Page 5 of 20 FirstFirst 123456789 ... LastLast
Results 61 to 75 of 299
  1. #61
    eckokaka4's Avatar Private
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey v1.1 is missing a line

    MouseClick, left, 422, 615 ;confirm leave
    Sleep, 4000 ;Wait timer to make sure highlvl left game - if not, increase sleeptimer
    MouseClick, left, 1371, 18 ;select window right <--- MISSING THIS LINE
    RandSleep(101,301)

    [AHK][1920x1080]  ZK 1mil XP/hr AFKable!
  2. #62
    08449's Avatar Contributor

    Reputation
    100
    Join Date
    Feb 2007
    Posts
    244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by eckokaka4 View Post
    hey v1.1 is missing a line

    MouseClick, left, 422, 615 ;confirm leave
    Sleep, 4000 ;Wait timer to make sure highlvl left game - if not, increase sleeptimer
    MouseClick, left, 1371, 18 ;select window right <--- MISSING THIS LINE
    RandSleep(101,301)
    Yes, i removed this because it was not needed. Pixelsearch works even when the window that is gettings searched is not active, so you are only opening yourself to risk of getting your window resized by clicking it and it takes extra time. So i've simply cut it out.



  3. #63
    ironman2284's Avatar Master Sergeant
    Reputation
    1
    Join Date
    May 2012
    Posts
    104
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    new guy question: will this worth with autoit or do I need to dl AHK?

  4. #64
    eckokaka4's Avatar Private
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    are you guys experiencing party locked?

    every 10 games my leecher tries to join the runner but it says " Party Locked" instead of "Join Party"

  5. #65
    08449's Avatar Contributor

    Reputation
    100
    Join Date
    Feb 2007
    Posts
    244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ironman2284 View Post
    new guy question: will this worth with autoit or do I need to dl AHK?
    You need to download AHK.


    Originally Posted by eckokaka4 View Post
    are you guys experiencing party locked?

    every 10 games my leecher tries to join the runner but it says " Party Locked" instead of "Join Party"
    This happens when the leechers hasn't finish the quest yet. Increase the sleep times on this part of the code:

    Code:
    Edit: Copied wrong part of code, read post below.
    Have fun!
    Last edited by 08449; 06-21-2012 at 02:07 PM.



  6. #66
    Goldpen223's Avatar Master Sergeant
    Reputation
    23
    Join Date
    Apr 2012
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by eckokaka4 View Post
    are you guys experiencing party locked?

    every 10 games my leecher tries to join the runner but it says " Party Locked" instead of "Join Party"
    yup.. I can't get it to run more than 10 games or so then, on the leecher when it tries to join party, it's grayed out or the "join party" isn't showing at all. After that, the macro stops working as it will basically exit completely out of the level 60's Diablo game client.

  7. #67
    08449's Avatar Contributor

    Reputation
    100
    Join Date
    Feb 2007
    Posts
    244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Goldpen223 View Post
    yup.. I can't get it to run more than 10 games or so then, on the leecher when it tries to join party, it's grayed out or the "join party" isn't showing at all. After that, the macro stops working as it will basically exit completely out of the level 60's Diablo game client.
    Fix coming in 1 min, please hang on.



  8. #68
    DeadlyDragon's Avatar Active Member
    Reputation
    31
    Join Date
    Sep 2006
    Posts
    125
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    in my exp this happens when the script tries to click join game too early while the host is creating a game

  9. #69
    08449's Avatar Contributor

    Reputation
    100
    Join Date
    Feb 2007
    Posts
    244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fix:

    Adjust this line:

    Sleep, 4500 ;Waittime before highlvl joins game - Time this yourself and adjust accordingly!

    Increase the number to how long it takes for you to load the game, then add 1 second to be safe.

    This is happening because your highlvl is still joining the game, thus the low lvl can not join.


    I do wonder if people read the guide at all, it clearly states you need to adjust sleep timers for how long it takes your game to load. This varies per pc!



  10. #70
    hatleyn's Avatar Banned
    Reputation
    3
    Join Date
    May 2009
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how are you all opening two diablo windows?

  11. #71
    08449's Avatar Contributor

    Reputation
    100
    Join Date
    Feb 2007
    Posts
    244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Read the first page, somebody asked the same question and i answered it already.



  12. #72
    Goldpen223's Avatar Master Sergeant
    Reputation
    23
    Join Date
    Apr 2012
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 08449 View Post
    Fix:

    Adjust this line:

    Sleep, 4500 ;Waittime before highlvl joins game - Time this yourself and adjust accordingly!

    Increase the number to how long it takes for you to load the game, then add 1 second to be safe.

    This is happening because your highlvl is still joining the game, thus the low lvl can not join.
    Thanks! It seemed like the game was fully loaded in with the default value, but I increased it from 4500 to 5500 just to be safe and sure enough it seems to be working better.

    ALSO, I was noticing for mine that it was only finding Adria about 60-80% of the time. The other 20-40% it would click on Leah. I've had good luck changing the pixel search value to 0x1D2336 if anyone else is having this issue! In the past 30 runs so far, it only miss-clicked Leah one time, but still seems greatly improved from the default value. I'll play around with this more. I realize that it can vary from comp to comp.

    Edit: Now using pixel search 0x202034 and it hasn't clicked Leah once in 30 runs so far! =)
    Last edited by Goldpen223; 06-21-2012 at 02:36 PM.

  13. #73
    08449's Avatar Contributor

    Reputation
    100
    Join Date
    Feb 2007
    Posts
    244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Goldpen223 View Post
    Thanks! It seemed like the game was fully loaded in with the default value, but I increased it from 4500 to 5500 just to be safe and sure enough it seems to be working better.

    ALSO, I was noticing for mine that it was only finding Adria about 60-80% of the time. The other 20-40% it would click on Leah. I've had good luck changing the pixel search value to 0x1D2336 if anyone else is having this issue! In the past 30 runs so far, it only miss-clicked Leah one time, but still seems greatly improved from the default value. I'll play around with this more. I realize that it can vary from comp to comp.
    The colour you need to search for differs for everyone.
    This happens because every graphics card renders colours a little bit different. You could probably also lower the amount of shade variation, that is the last number before it says "fast". Lower it from 4 to 3, see what happens. Still picks leah?
    Lower from 3 to 2, see what happens etc.,



  14. #74
    Goldpen223's Avatar Master Sergeant
    Reputation
    23
    Join Date
    Apr 2012
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't get it. No matter how high I set the sleep time (tried all the way up to 8000) on "wait time before high level joins game," the macro still won't maintain it's correct action very long. Eventually, the leecher will hit a point where it tries to click "Join Party" and instead hovers over a grayed out "Request Invite" and will continue on and exit out of the high level's client. This even happens to me when trying to level manually (minus exiting the client, lol) as well. I will eventually run into this same scenario after 10+ runs or so.

    PS: Yes, I've read the guide, and yes, I'm fairly knowledgeable in computer related tasks.
    Last edited by Goldpen223; 06-21-2012 at 03:02 PM.

  15. #75
    08449's Avatar Contributor

    Reputation
    100
    Join Date
    Feb 2007
    Posts
    244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Goldpen223 View Post
    I don't get it. No matter how high I set the sleep time (tried all the way up to 8000) on "wait time before high level joins game," the macro still won't maintain it's correct action very long. Eventually, the leecher will hit a point where it tries to click "Join Party" and instead hovers over a grayed out "Request Invite" and will continue on and exit out of the high level's client. This even happens to me when trying to level manually (minus exiting the client, lol) as well. I will eventually run into this same scenario after 10+ runs or so.

    PS: Yes, I've read the guide, and yes, I'm fairly knowledgeable in computer related tasks.
    Can you check if you have cut off the talk with adria with escape? You need to see the "Quest complete" window on your screen. If you have not yet completed the quest correctly the box greys out as you describe.
    If this is the issue you can simply increase timers before the script cuts of the talk with Adria.



Page 5 of 20 FirstFirst 123456789 ... LastLast

Similar Threads

  1. Replies: 72
    Last Post: 06-27-2012, 02:08 AM
  2. [AHK][1920x1080] ZK 1mil XP/hr AFKable!
    By 08449 in forum Diablo 3 Guides
    Replies: 301
    Last Post: 06-26-2012, 12:06 PM
  3. (lvl 78+)Train weapon skill inside instance AFKable & no pvp
    By gooofy in forum World of Warcraft Exploits
    Replies: 34
    Last Post: 02-20-2009, 04:25 PM
  4. Auto prospecting! AHK!
    By Speakerwire in forum World of Warcraft Guides
    Replies: 7
    Last Post: 01-05-2009, 03:38 PM
All times are GMT -5. The time now is 09:27 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