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

User Tag List

Page 14 of 20 FirstFirst ... 101112131415161718 ... LastLast
Results 196 to 210 of 299
  1. #196
    sp0t's Avatar Sergeant Major
    Reputation
    41
    Join Date
    May 2012
    Posts
    176
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So I ran it overnight with a few tweaks and woke up to a lvl 60 barb. Thanks again!

    [AHK][1920x1080]  ZK 1mil XP/hr AFKable!
  2. #197
    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)
    What are the XP gains per quest turn in going from Normal, to NM, to Hell?

  3. #198
    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)
    normal to NM: DONT DO IT. You get about 40% XP less.
    Normal to hell: Double your XP. Do it!

    Im off to sleep, have to get out in 4 hours to get my cousin from the airport!



  4. #199
    grzyb's Avatar Member
    Reputation
    2
    Join Date
    Apr 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Working code for 1650x1080 (rusher on the left, noobchar on the right). Credit to OP for this wonderful script

    Just edit the invite click for where your noobchar is in friend list (best way I found is to remove friend and just use the latest "recently played with" so you wont missclick because of friends going offline)

    @08449 feel free to ad this to your 1st post so ppl see it

    Cheers

    Code:
    ; Script by 08449, also known as Adessis
    ; Version 1.2
    ; 6/21/2012
    ; Working with patch 1.03
    
    Hotkey, F2, Pause					; If different pausebutton is needed, replace F2 with hotkey code
    
    F1::								; If different pausebutton is needed, replace F1 with hotkey code
    loop
    {
    Send, o						   		;open friends
    RandSleep(101,431)
    MouseClick, left,  749,  374   		;invite
    RandSleep(301,431)
    MouseClick, left,  1562,  863  		;accept invite - If too fast, increase sleeptimer one rule above this
    ; This next click is needed when you don't leave game with lowlvl correctly, this happens ad random to me
    ; When script did leave the game like its supposed to, nothing happens.
    RandSleep(301,431)
    MouseClick, left,  401, 615  
    RandSleep(301,431) 
    MouseClick, left,  -409,  19   		;select window left
    RandSleep(201,431)
    MouseClick, left,  137,  408  	 	;resume game
    Sleep, 4000                    		;Waittime before highlvl joins game - Time this yourself and adjust accordingly!
    RandSleep(101,431)
    Send, {ESC}                    		;open menu
    RandSleep(101,431)
    MouseClick, left,  421,  547   		;click leave game
    RandSleep(101,231)
    MouseClick, left,  352,  602   		;confirm leave
    Sleep, 500							;Wait timer to make sure highlvl left game - if not, increase sleeptimer
    RandSleep(401,531)
    ;SEARCH FOR ADRIA, you spawn at different locations so have to perform a pixelsearch
    ;Color might not work for everyone, use windowspy to find color that works for you
    Pixelsearch, Px, Py, 861, 51, 1038, 212,0x1E2438, 3, fast
    RandSleep(201,367)
    MouseClick, left,  %Px%,  %Py%   	;click adria
    Sleep, 3500							;Waittime for walking to adria, if pressing esc to fast/slow adjust (Depends on movespeed)
    RandSleep(101,431)
    Send, {ESC}					  		;close conversation
    RandSleep(101,431)
    Send, {ESC}					  		;close quest complete panel
    RandSleep(101,431)
    Send, {ESC}					  		;open menu
    RandSleep(101,431)
    MouseClick, left,  426,  552  		;click leave game
    RandSleep(101,231)
    MouseClick, left,  -415,  19   	;select window left
    RandSleep(101,231)
    sleep, 1500
    }
    return								;restart script
    
    RandSleep(x,y) {
    Random, rand, %x%, %y%
    Sleep %rand%
    }
    
    Pause:
    pause
    return
    Last edited by grzyb; 06-22-2012 at 04:43 PM.

  5. #200
    lolwtfitypehere's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tryed all 3 versions. 1 and 3 not working for me for some reasons. 2 is working great, but in about 15 mins one window (left i guess) goes fullsize and it's broken

    3 working only on one combination of game windows, if i swap them, it cannot open friend list on one of them. But again, it works for like 10 mins and then one of the windows goes full screen...
    Last edited by lolwtfitypehere; 06-22-2012 at 05:08 PM.

  6. #201
    longtermFX's Avatar Member
    Reputation
    2
    Join Date
    May 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've modified your first version and I'm able to get in about 4 runs per minute (I also have a fast machine). No delays, everything is instant. 1920x1080.

    Please make sure you set the default AutoHotKey.exe in your program files to run as an Administrator, otherwise, the .ahk files will not properly run.

    Powerleveler.zip
    Last edited by longtermFX; 06-22-2012 at 05:28 PM.

  7. #202
    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)
    Originally Posted by longtermFX View Post
    I've modified your first version and I'm able to get in about 4 runs per minute (I also have a fast machine). No delays, everything is instant. 1920x1080.

    Powerleveler.zip
    Working good been running for about 10 minutes no mess up yet. The v1.2 runs faster but messes but sometimes after about 10 check back later. This is a good version if your going afk but a little slower
    Keep up good work man

  8. #203
    Roguelol's Avatar Active Member
    Reputation
    15
    Join Date
    Jul 2007
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm having an issue where occasionally the character who is being powerleveled sometimes fails to leave the game, everything else works perfectly. The odd time the character completes the quest with Adria, but then somehow skips the leave game part which completely screws up the script/leveling. Any one have this issue/advice? Thanks.

  9. #204
    morphes's Avatar Sergeant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I looked through a couple of the pages and couldnt really find the answer, so if its here sorry.

    What is "RandSleep"?

    Also what are the numbers relevant too?

    My problem is the script will change the size of the instances after about 4-5 hours. My guess is that the computer is getting hot and not performing the way it was earlier (no AC and its like 100 degrees out here lol). I read the tutorial over and over just to make sure I didn't miss anything but I can't figure out which timer would I need to adjust to fix this.

    Any help would be greatly appreciated. Thank you so much for taking the time to write this script, it is WAY faster than what I was doing lol.

  10. #205
    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)
    Computer getting hot could cause a little lag try long terms "power lvl". Working great and runs a little slower so can keep up even after CPU heat

  11. #206
    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)
    Was having the same issue use the powerleveler.zip one

  12. #207
    robble's Avatar Member
    Reputation
    1
    Join Date
    Jan 2011
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow, cheers 08449 and Jacklinks. Very well done to you both.

  13. #208
    Crackjack's Avatar Active Member
    Reputation
    23
    Join Date
    Aug 2008
    Posts
    220
    Thanks G/R
    26/15
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I must really be braindead or something because no matter which version i try(can't use the original on my screen), the mouse still tries to click in completely random places nowhere near where i had hopes for.

    Is there any chance that the author could make a script for 1680x1050? I can't position the windows as directed in the original thread either so would really appreciate if there was an alternative to the 19xx one.

    Wish i had the basic skills to config this myself but after spending almost three hours trying to figure it out i give up..

    The only thing i get working is the part where it logs out both characters to the login screen and i am quite sure that's not the intention?
    Last edited by Crackjack; 06-22-2012 at 07:25 PM.

  14. #209
    grzyb's Avatar Member
    Reputation
    2
    Join Date
    Apr 2009
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Crackjack View Post
    I must really be braindead or something because no matter which version i try(can't use the original on my screen), the mouse still tries to click in completely random places nowhere near where i had hopes for.

    Is there any chance that the author could make a script for 1680x1050? I can't position the windows as directed in the original thread either so would really appreciate if there was an alternative to the 19xx one.

    Wish i had the basic skills to config this myself but after spending almost three hours trying to figure it out i give up..

    The only thing i get working is the part where it logs out both characters to the login screen and i am quite sure that's not the intention?
    Check out my code in the previous page, working 1680x1050

    Cheers

  15. #210
    datlox's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sounds awesome, too bad theres no script for 1440x900 or below.

Page 14 of 20 FirstFirst ... 101112131415161718 ... 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 01:04 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