Updated: https://www.dropbox.com/s/4knc3wvql0ssduu/LAWL.au3
Code:
;Cellar Check HERE
$ScreenShotCloseCellar = 1;A helper to find different coordinates for cellar detection slows runs down about a second though.
$cellarCheckSleep = 155 ;Increase this if you find the script double clicking
;These correspond to eachother IE: coord 1 (255,290) coord 2 (175,305)
;If you add or change any of these remember to change line: "If $c = 5 then"
;to where ever in the array (600,435) is. Remember when reading the array it starts at 0
Global $cellarCoordx[6] = [255, 280, 175, 265, 315, 600]
Global $cellarCoordy[6] = [290, 302, 305, 340, 314, 435]
Just change these sleeps in the LAWL.INI if you're having issues or if you want faster/slower run times
Code:
[DPS]
DPS=22000 ;Lower this if you're failing to kill sarkoth
[Cellar Detection]
Screen Shot Missed=1 ;helps us get new coordinates for cellar detection.
Cellar Check Time=155 ;increase this if cellar detection is failing.
[Timing]
Load Time=1900 ;To enter the game, Increase if the bot is leaving game before the main run starts
Teleport Time=5500 ; increase this if the bot is clicking leave game to soon
Sarkoth Doorway=2200 ;increase this if archon is be turned on too soon
Cellar Run=750 ;increase this if archon is being turned on too soon
Wormhole Cast=1500 ;increase this if cellar detection is failing.
Abort Seplls=275 ;increase this if the bot fails to teleport after casting abort spells
Originally Posted by
wat6678
Is anyone else having a problem with the Lawl script where it loots tomes, even when it is set to 0 in the au3 file?
GPH Only = 0 will turn off all looting, but if you have it on 0 they should not be getting picked up.