Nvm got it haha...
Character Level: 63
Goal: 80
wish i have this resolution.
Best thread ever!!!!
I edited this script to remove a lot of the pointless sleeps. The original time a run took was 20-25 seconds, I can get a run done in about 10 seconds now. The script is below, +rep to the OP for making this.
edit: removed
Last edited by SpamBears; 06-26-2012 at 08:03 PM.
I have been told by blizzard attorneys to stop all bot development, distribution, and sales. My software development has been discontinued.
nice work, i made my own script to my own needs for this.
but i bet people do not realize this is not just for leveling but an easy way to make a ton of gold![]()
Nvm i found the solution in the thread, been awake for 30 hours lol
Last edited by ikorof; 06-25-2012 at 04:23 AM.
V1.2 takes about 15 seconds, not 20-25. You do realise the sleeptimers you call "pointless" are there to insure overnight safety right? Not everyone has the same fast setup or an SSD.
But thanks for the compliment!
Adjust the PixelSearch color value with the value your graphics card renders, its in the guide.
This is caused by the left click that selects the highlvl window by clicking on the bar above the screen. When this happens to fast or to close to the top windows thinks you are trying to resize/move the window. Try raising sleep timers before and after that click and be amazed.
You could also try finding another place to click, like somewhere in the window. It shouldn't matter if the character moves since he is going to leave asap anyway.
Last edited by 08449; 06-25-2012 at 04:26 AM. Reason: Typo
Very consistent and fast script with some self-healing features.
Start with high lvl in main menu and in foreground. Leecher should start in a game already.
Code:; Script by originally by Adessis ; Modified by legriptrip Hotkey, F2, Pause F1:: loop { MouseClick, left, 884, 137 ; close profile RandSleep(234,332) MouseClick, left, 926, 169 ; close friends RandSleep(298,352) Send, o ; Open friends RandSleep(421, 514) MouseClick, left, 851, 359 ; Send invite RandSleep(652, 798) MouseClick, left, 1785, 891 ; Accept invite RandSleep(301,431) MouseClick, left, 401, 615 ; confirm leaving game RandSleep(997,1127) MouseClick, left, -796, 415 ; resume game RandSleep(435, 484) MouseClick, left, 410, 617 ; confirm pending invites RandSleep(4801,5113) ; Wait time before highlvl joins game Send, {ESC} ; open menu RandSleep(687,827) MouseClick, left, 474, 572 ; click leave game RandSleep(532,638) MouseClick, left, 422, 615 ; Confirm leave RandSleep(498,576) MouseClick, left, 980, 500 ; move left for more consistent view of adria RandSleep(1786,1938) Pixelsearch, Px, Py, 380, 40, 515, 150,0x1E2438, 5, fast RandSleep(231,276) MouseClick, left, %Px%, %Py% ; Click adria RandSleep(2320,2514) ; Waittime for walking to adria, if pressing esc to fast/slow adjust (Depends on movespeed) Send, {ESC} ; Close conversation RandSleep(325,486) MouseClick, left, -480, 45 ; Select window left RandSleep(524,602) } return ; Restart script RandSleep(x,y) { Random, rand, %x%, %y% Sleep %rand% } Pause: pause return
Last edited by legriptrip; 06-25-2012 at 04:52 AM.
i had this problem and like poster above said, play with timers. In my case script was failing after it tried to accept invite when lowlvl didn't left game yet(sometimes it took longer then usual) so i have incresed last sleep to 2500 and it work flawlessly. Today i have noticed that window that is not selected takes a bit longer to load, so i moved last sleep above "click on left window" step and decreced timer to 1800 - so far it also working flawlessly and faster. give it a try!
Not true, i've tried both raising the sleep timers ALOT and tried "another place to click" i tried in the middle of the left window and it still bloody resizes and screws everything up =S?This is caused by the left click that selects the highlvl window by clicking on the bar above the screen. When this happens to fast or to close to the top windows thinks you are trying to resize/move the window. Try raising sleep timers before and after that click and be amazed.
You could also try finding another place to click, like somewhere in the window. It shouldn't matter if the character moves since he is going to leave asap anyway.
Ok i've been watching it for hours now and have to restart it sometimes 30 seconds after start and sometimes an hour after start. This is what happens:
When high level leaves the game instead of going into the right window and the lowbie executing the quest and all, it just goes to "exit game" in the left window and clicks it. Not every time, just sometimes....?