The script runs fine, apart from getting 31 second runs on LAWL for some reason and i seem to die a lot when the cellar is closed, which is annoying, 5 deaths in 20 mins !
The script runs fine, apart from getting 31 second runs on LAWL for some reason and i seem to die a lot when the cellar is closed, which is annoying, 5 deaths in 20 mins !
alright so i have tried adjusting the tptime variable to resolved my disconnect issue and no value works. Also this version of the bot dies far more frequently than any other version due to not killing the furthest left mob, or clicking leaving game before tping on a failed cellar. I have tried using the exact same variables that work for me on the main script and the old 21s script and i still have these issues. The dying would not matter except for the fact this version of the bot does have the ability to repair as far as i can tell.
Can you post a video of 1 run preferably when you die?The script runs fine, apart from getting 31 second runs on LAWL for some reason and i seem to die a lot when the cellar is closed, which is annoying, 5 deaths in 20 mins !
If not check if you have correct spells and if you die because adds catch you before you teleport try 4. Action Bar 2 = Mirror Image(Mirror Mimics)
something like this?
RandMove(Round(440 * $x_ratio),Round(80 * $y_ratio), 1, 1) ;hovers over the rare Sarkoth
sleep(150)
Send("4")
sleep(200)
Send("{SHIFTDOWN}")
GUICtrlSetData($lblStatus, "Status: Attacking Sarkoth")
MouseDown("right") ;ATTACK
Sleep($attackTime)
MouseUp("right")
Sleep(200)
Chancity ...
Thanks for the script!
and
Script and version: I was running one of your first ones no problems ... downloaded the latest main script, proper build, 1920x1080 full screen windowed
Help or request: I'm not clicking on the cellar to see if it's open or not ... just mirroring then exiting out of the game. Can you help?
Desktop resolution: 1920x1080
Diablo 3 window type: full screen windowed
Operating system (32-bit or 64-bit): 32
Manual or auto install: manual
Move bound to mouse3: yes
Where are you starting the: from the main menu, which is set to resume at the checkpoint
Game language: english
About the mob what I did was change row 222 RandMove(Round(420 * $x_ratio),Round(80 * $y_ratio), 1, 1) ;hovers over the rare Sarkothalright so i have tried adjusting the tptime variable to resolved my disconnect issue and no value works. Also this version of the bot dies far more frequently than any other version due to not killing the furthest left mob, or clicking leaving game before tping on a failed cellar. I have tried using the exact same variables that work for me on the main script and the old 21s script and i still have these issues. The dying would not matter except for the fact this version of the bot does have the ability to repair as far as i can tell.
About the tptime make sure you change in in INI file not script.
what should the Lawl INI be named? I have INI files for WZD for the original,25S,21S,19S. but non titled 18s or Lawl.
Going to keep reposting this for those that didn't see it.
http://www.youtube.com/watch?v=_mwL6R-Z1e4
https://dl.dropbox.com/s/4knc3wvql0ssduu/LAWL.au3?dl=1 This is my faster version right now, to make it faster/slower change these sleep values:
Have a 1 handed weapon with 1.4 AS, also take alook at $ScreenShotCloseCellar, I put that there so you can put your own coordinates in if you find yourself missing alot of cellars
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]Code:$loadtime = 1250 ;Time (in ms) the script waits for the game to load before it starts pathfinding. Slow this down for slower hard drives $tptime = 5000;Time (in ms) the script waits for teleport before exiting the gameCode:Send("{3 down}") Sleep(1900) ; 1400 for faster run times Send("{3 up}") sleep(200) send("1") sleep(200)Code:Sleep(275) ; MAKE ALL THESE 200 if you have FASTER AS send("{SHIFTDOWN}") Sleep(275) Mouseclick("left") Sleep(275) send("{SHIFTUP}") Sleep(275)Code:RandClick("left",Round($cellarCoordx[$CellCoord] * $x_ratio),Round($cellarCoordy[$CellCoord] * $y_ratio),1) sleep(750) ; REMOVE IF YOU HAVE 25MSCode:Sleep(2200) ;25ms make this 1500 RandMove(Round(440 * $x_ratio),Round(80 * $y_ratio), 1, 1) ;hovers over the rare Sarkoth
god dammit...no wonder i have been having so many issues. sorry. i was thinking it would be titled lawl or 18s or dank or anything pretty much that was not WZD or 21s.
and the 21s script still isnt picking up items, any help?
so then is it possible to make the Lawl script have a repair option? how would i splice that code in.