Had to increase teleport time from 4500 to 5100 in this version, and still getting the occasional disconnect - ymmv, but just wanted to warn others![]()
Had to increase teleport time from 4500 to 5100 in this version, and still getting the occasional disconnect - ymmv, but just wanted to warn others![]()
Hey Chancity,
Do you have time to help me setup the autorelog feature? Ive been having issues where the server times out every hour or less. Im on Vent "Ego" just say something when you have a chance.
Or anyone else who want to help me out will be appreciated.
Thanks!
does anyone else have a problem after running J's lawl script for over 1 hour? (around 177th for me). Twice around that time an error box pops up about line 485 left click $Loot or something.
Sent from my DROID RAZR using Tapatalk 2
chancity which script r u using? why is your time so short?
I'm only at 7k dps
Did they ninja nerf sarkoth? i ran for 4 hours got 29% cellars found vs 71% not found.
woohoo I got the new scripts to work for 1366x768. A few things I noticed though that you might want to take a look at chancity. Firstly I don't think any of the items in the custom loot array are being looked for when looting is on, is this intentional? I tested this by making a FlawlessEm.png as seen in the array and it wasn't picking them up, but when I changed that same pictures name to flawlesssquare.png as seen later in the script under Lootgems it picked them up fine. I also tested this by pausing the script before it entered an open cellar and running inside, killing sarkoth and dropping a few archon items on the ground then going back outside resuming the script and entering. It didn't find those either (I made my own archon.png for 1366x768 too)
Is there supposed to be an INI value for enabling custom loot?
Also there doesn't seem to be any option under Stashing in the .INI for gems. Does this version stash gems?
One more thing. Could you add back the number of runs until vendor # to the hud? It was nice to know when I was watching a movie or something so I could check on the vendor run and see if it was stashing everything it was supposed to. Also there's a spelling mistake 'Abort Seplls'![]()
not nerfed at all, been running about 50/50 all day for me
anyone help with looting gems with version 2.0.2 21s script>
Requesting help!
Script and version: Latest (you just posted within the hour)
Help or request: I literally just downloaded it and when I click it I get this error (I can't even edit to fix Line19 because when i click "Edit Script.." it opens it up in notepad. I have even tried setting default to autoit. Click here for error image that I get when I left click the script to run https://www.dropbox.com/s/7owhs6lyqqena80/1.PNG
Desktop resolution: I can make it whatever (VMware)
Diablo 3 window type: Trying to run 1366x768
Operating system (32-bit or 64-bit): 64bit win7 ulti
Manual or auto install: tried both, doesnt matter
Move bound to mouse3: Of course! haha
Game language: English
+5 rep btw. You really have shown some real dedication to this.
Last edited by 5hn1t3r11; 07-02-2012 at 11:54 PM.
Okay I don't think stashing is triggering at all on the new script actually. I set it to 5 to see if it would stash gems and rares and after well over 5 open cellar runs it simply never went to stash. I think the problem is that it will only stash if it checks that it's in town and the number of runs to stash is correct, but you teleport to town and exit so fast it has no time to see that it's even in town. I would re-write it such that if the number of runs to stashing =0 after killing sarkoth it doesn't exit out right away. See if it works for you?
Diablo 3 window type: Trying to run 1366x768 make that windows fullscreen
Where is autoit installed? If you PM a team viewer ID and password I can fix this for you pretty quickly instead of chit chatting here.
did you set it to stash in your ini?
Last edited by chancity; 07-02-2012 at 11:58 PM.
Sorry - I forgot to mention that. Yes it's in window full screen 1366x768.
C:\Program Files (x86)\AutoIt3
did you set it to stash in your ini?I'm also trying to see the .ini. I just decided to do the autoinstall you provided on the 1st page. I ran setup as administrator. Am I supposed to see a .ini somewhere? I've looked in all the folders.Edit the settings in the ini file it generates (And only the INI)
Last edited by 5hn1t3r11; 07-03-2012 at 12:02 AM.
Since you used my auto install it changed some registry setting to point at an autoit directory that supposed to exists in the root drive.
[code]Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script]
@="AutoIt v3 Script"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\DefaultIcon]
@="C:\\AutoIt3\\Icons\\au3script_v10.ico"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell]
@="Run"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\Compile]
@="Compile Script"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\Compile\Command]
@="\"C:\\AutoIt3\\Aut2Exe\\Aut2Exe_x64.exe\" /in \"%l\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\Compile with Options]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\Compile with Options\Command]
@="\"C:\\AutoIt3\\SciTE\\AutoIt3Wrapper\\AutoIt3Wrapper.exe\" /ShowGui /in \"%l\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\CompileX64]
@="Compile Script (x64)"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\CompileX64\Command]
@="\"C:\\AutoIt3\\Aut2Exe\\Aut2Exe_x64.exe\" /in \"%l\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\CompileX86]
@="Compile Script (x86)"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\CompileX86\Command]
@="\"C:\\AutoIt3\\Aut2Exe\\Aut2Exe.exe\" /in \"%l\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\Edit]
@="Edit Script"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\Edit\Command]
@="\"C:\\AutoIt3\\SciTE\\SciTE.exe\" \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\Open]
@="Open"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\Open\Command]
@="\"C:\\AutoIt3\\SciTE\\SciTE.exe\" \"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\Run]
@="Run Script"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\Run\Command]
@="\"C:\\AutoIt3\\AutoIt3_x64.exe\" \"%1\" %*"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\RunX64]
@="Run Script (x64)"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\RunX64\Command]
@="\"C:\\AutoIt3\\AutoIt3_x64.exe\" \"%1\" %*"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\RunX86]
@="Run Script (x86)"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\RunX86\Command]
@="\"C:\\AutoIt3\\AutoIt3.exe\" \"%1\" %*"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\Tidy]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\Shell\Tidy\Command]
@="\"C:\\AutoIt3\\SciTE\\Tidy\\Tidy.exe\" \"%1\""
[code]
put that in a text document and do a replace all searching for C:\\AutoIt3\\ replace with C:\\Program Files (x86)\\AutoIt3\\
Once thats done change the extension on the text file to .reg and run that file as an administrator.