I would come on the vent channel but i dont have a working mic at the moment. =\
I would come on the vent channel but i dont have a working mic at the moment. =\
You need to increase the resume/start game timer. Whats happening is that your game is taking too long to load, the timer has elapsed and now its looking for the old ruins. Because you are still loading, it cant find it, aborts and teleports out.
When I get some time, I am going to try to do up some code so instaed of a timer, it waits to see what area you port into, and then starts running, so if your loadtime blows out, it doesnt matter.
Unless chancity gets to it first!
All you have to do for that to work is set GameLoad to 0 and change the seconds checkfor looks for.
It's using checkfor to check what area it is in, the checkfor function has the following parameters:
If type = area it automaticly sets seconds to 2.5. So if you want to use this to just look for what area it is in, change the sleeps to 0 and make the amount of seconds it looks for like 20.Code:($img, $type = "", $startX = 0, $startY = 0, $endX = @DesktopWidth, $endY = @DesktopHeight, $seconds = 6, $tolerance = 140)
Doesn't require much changing AT ALL, I haven't done it yet since chancity said he tried it and it sucked. I guess cause checkfor requires quite a bit of computer power and it slows down the loading itself.
So any idea what it could be causing me trouble that it cant find the resume button even tho i cropped a new one?
Don't think there is.
Basically the steps I follow is
1. Run AutoIt3_x64.exe
2. Choose LAWL GUI Edition.au3
3. It shows my taskbar so I click back into the game
4. Press =
5. Wait, it starts to search for Dank Cellar etcetc then ERROR Can't find Resume button
I ran the AutoIt.reg as well.
Script and version: LAWL Script 1920x1080 D==8.3
Help or request: Help
Desktop resolution: 1920x1080
Diablo 3 window type: 1920x1080
Operating system (32-bit or 64-bit): 64-bit
Manual or auto install: Auto Install
Move bound to mouse3: Yes
Graphical Settings: Everything Max
Game language: English
Last edited by unrlx; 07-11-2012 at 07:00 AM.
I see now I forgot to add the requested information to my question below.
Script and version: LAWL Script 1920x1080 D==8.3
Help or request: Help
Desktop resolution: 1920x1080
Diablo 3 window type: 1920x1080
Operating system (32-bit or 64-bit): 64-bit
Manual or auto install: Auto Install
Move bound to mouse3: Yes
Graphical Settings: Everything Max
Game language: English
Another little bit of information that might be useful; my PC is really fast and it literally teleports about 8 times or so if i do it manually. Maybe the script just tries to teleport as far as it can which normally would be ok but now thats why it teleports way past the vendor and then walks back to the healer? I dont know I'm probably too dumb to come up with the solution so if someone else could please help!
Last edited by twix80; 07-11-2012 at 07:03 AM.
Change your GFX settings to everything low/off ( to both of you)
So, I've randomized the whole script for myself now, including the DPS, and i'm still at ~21s open (cause of custom loot, otherwise <20) and <9s closed cellars. Only thing i would like now is some kind of automatic pause/break in the script.. thinking something like, several defined functions, say $pause1,2,3,4,5 etc. Pause1 for example, random 1-10min pauses or the like, with a decent chance of happening. Pause2, if total time > Xh, longer pauses might happen. Pause3, if total time >Xh, log out and rest on desktop for x amount of time then relog and start again, etcetcetc.
GUI/ini functionality for this would of course also be awesome, but if someone could help with just putting it in the script itself I'd be glad xD Or link me some comprehensive stuff about things like this with examples etc so i could try and learn it myself.
It used to work with high settings fine and it doesn't fix when I change it to low settings now so I don't really think that's where the problem lies.
You can use the random function for this,
For example this will pause randomly every 20-30 runs.
Set $runPause = 0, in the start at the script.
Then call this function where you want the script to pause every 20-30 runs for 10-30 sec
Code:func RandomPause($run) if $runPause = 0 then $runPause = $run + Random(20,30) Elseif $runPause = $run Then sleep(Random(10000, 30000)) $runPause = 0 EndIf EndFunc
Last edited by jcunit; 07-11-2012 at 11:51 AM.
Hey guys, I'm trying to get this script to custom loot gems on 1366x768. When I try this I keep getting an error upon killing sarkoth. I enabled custom looting with the names of:
square
flawlesssquare
I don't think I am supposed to include the .png at the end. Can anyone tell me what I am doing wrong?
Below is the image of my error.
![]()