Anyone know why .ini changes only work on the first run for me?
The settings reset back to default once I stop the initial run and start again. To change settings again I have to delete the script and reinstall it.
Other than that, awesome script! Works near flawlessly.
there is no png for that
ElseIf CheckFor("Disconnect", "", Round(700 * $x_ratio), Round(340 * $y_ratio), Round(1200 * $x_ratio), Round(600 * $y_ratio), 1, 140) Then
GUICtrlSetData($lblStatus, "Status: Network Disconnect window up")
MouseClick("left", Round(960 * $x_ratio), Round(632 * $y_ratio))
Sleep(100)
Send("{SPACE}")
Return
Alrite so im sure its somewhere in the 210 pages of this thread, i am new to autoit and after about 10 hours of countless mistakes in following directions i finally got everything about right, im running diablo in 1920x1080 but my computer will not run correctly at that resolution(missing left side and bottom of screen), so i can get the bot to run cause i made my own pdf files, just it doesnt quite make it to the dank cellar when checking it, looking threw the script i found line 195 has the coords for it, so I am wondering what to change these to since i have no prior experience with changing the values in a autoit script
EDIT: if maybe i could run 4 feet further, and widen the search coords for dank cellar it would be perfect
Last edited by Slimmurph12; 06-21-2012 at 03:34 PM.
Was anybody able to implement the following features?
1. Pick up Mythic Potions
2. Vendor all Magic items under level 60 besides rings/neck/follower level 59+
3. Salvage all Magic items level 60 and rings/neck/follower level 59+
There will be a big update soon including OCR features and salvaging and scrapping most of the Area images. Will take a bit, so any bugs until then will just have to wait.
sounds awesome![]()
I've been watching the bot for a few hours now and noticed he fails to see alot of rare drops. He just leaves them on the floor and teleports out. It happens about 50% of the time a rare drop happens.
What could cause this?
Too low of a tolerance.
Change to this:
Code:If $LootRares == True Then $RareCount += LootGear(0xBBBB00, 3) EndIf
i can't set my mouse 3 button on move, because the game doesn't recognize the third button... is there any way to fix this issue?
so i would really like a script made for windows resolution 1920-1200 and diablo resolution 1920-1080, ive tried changing the way point 3 clicks to line up my character, the bot realized the cellar was there once and walked straight into the building not even near around the wall....
;Start Run
RandClick("middle", Round(500*$x_ratio), Round(250*$y_ratio), 5*$x_ratio, 5*$y_ratio) ;starts the run [waypoint 1]
Moving(1125)
Send($skillSmokeScreen)
Moving(440)
RandClick("middle", 1, Round(370*$y_ratio), 5*$x_ratio, 5*$y_ratio) ;waits ~1 second then [waypoint 2]
Moving(1875)
RandClick("middle", Round(125*$x_ratio), Round(425*$y_ratio), 5*$x_ratio, 5*$y_ratio) ;middle of courtyard [waypoint 3]
Moving(50)
Send($skillSmokeScreen)
Moving(25)
Send($skillPreperation)
Moving(750)
Send($skillCaltrops)
Sleep(300)
RandMove(Round(300*$x_ratio),Round(80*$y_ratio), 5*$x_ratio, 5*$y_ratio) ;moves cursor over to the cellar so the proper blue pixel becomes highlighted