Can anyone send me the script? i cant seem to access pastebin
= does nothing in windows 7 64 bit.
Ok so Im a noob at this stuff, can someone explain to me, why I keep getting
Line 7
#include <ImageSearch.au3>
Error: Error opening the file.
Having the same problem, Windows 7 64 bit and = is doing nothing. Checked the ini and my script to make sure the png's were in the right spot, put everything else where it should go but no luck. Hopefully can get a response whenever you come on next, looking forward to using it thanks for this.
having the win 7 64 bit problem aswell. = is doing nothing for me, everything is setup correctly.
would someone make a vid on how to setup for the challenged people like me
Would be sweet if someone made a wizard version out of this, I suck at coding and I keep getting "error at line bla bla, variable used without being declared". No idea what that even means, google isn't much help either. All of these DH scripts makes me wanna level a DH, but all of my friends plays it so.. meh.
this doesn't seem to work at all... win 7 64x
can some one either post a video of how to set this up or team view with me and help me set it up
Sarkoth got nerfed big time in the last "Maintainence" the cellar door is open 1 out of 6.
For all those with the script not working.
Here are something to think about.
0. Did you understand the instructions in the 1st post?UNDERSTAND don't copy blindly.
1. Did you install the right DLLs? Are you running the CORRECT autoit3 executable?. HINT if you installed the dll that says blah_64.dll you obviously have to be running the AutoIt3_64.exe
2. The script is based on imagesearch.au3 did you install it in the autoit include directory?. Its found in the autoit install directory
3. Did you copy the correct version of the PNGs?. I personally copied the entire icons folder to c:\ and just set my png dir variable to "c:\icons\1920x1080\"
4. Launch Diablo 3, setup your waypoint. quit the game till you are at the main menu. The menu AFTER you login or after you quit from ingame(I messed this one myself
)
5. Hit "=" and it should run.
Debugging and Troubleshooting.
0. Hit "=" nothing happens.
1. Check your version of autoit. remember. if you use 64bit DLLs you MUST USE AutoIt3_64.exe.
2. Check the notification tray when you hit ALT-TAB. Do you see an autoit icon?. if Yes, then the script IS RUNNING. Hit "x". Does the icon go away?. SCRIPT is running properly.
3. Check to see if you installed the imagesearch.au3 into the include directory. The script uses imagesearch very heavily.
4. see 1.
Good luck.
My personal tweaks. Ensure that the Loot Labels stay on the screen for the imagesearch to complete its loops and find a match.
Bugs?:Code:Send("{ALTDOWN}") Call("Loot") Send("{ALTUP}")
Some of us my not have high radius pickup of gold and the ferret AI is kinda dumb. we will miss certain piles of gold.
- chair to the right not destroyed will block ferret
- chest in the middle will block ferret trying to move left or right.
Consider walking the toon left, then in front of the chest, and finally to the right to ensure we walk over the goal and/or reset ferret pathing.
Me: I got lazy and bought more radius pick up.
PS. the movement modifier percentage is genuis.
Last edited by edsel6502; 06-14-2012 at 04:37 AM.
Good morning everyone (at least from good old Europe). The Script seems to be working great.
Things I've noticed (have been adressed before to some extent):
1. Chair doesn't break
2. Sometimes the right Razorback doesn't die (fixed by adding a second hit at his direction, I guess you could do the same for the chair)
3. The ferrets get stuck behind the Chest or my Templar (fixed this by adding another send for Summoning the ferrets right after battle - Position of the ferrets is reset, they get everything while TP is casting)
4. Nothing, simply forgot to inser 4. and I'm too lazy to switch the numbers :>
5. I still have a random wait time before he resumes the game. It's somewhere between 20 and 40 seconds. I've tried to fix this but I simply can't find what is wrong. I'm guessing it has something to do with the check for the input error message which doesn't show up for me
6. Sometimes it still runs into the wall. I really don't know why. Usually he dies there because there are some Zombies, but when there are none it get's stuck.
Things I need to say, simply because "credit, where credit is due" ;D
You've created a great script! Repairing, vendoring, stashing, killing, moving, everything works perfectly well. It's simply well done! Keep up the good work![]()
Last edited by Gutinat0r; 06-14-2012 at 05:34 AM.
for people on windows 7 x64, dont use the x64 .dll files.
they dont work.
I got mine working by using the x86 .dll files. and it works fine.
hi all got it working a while but ive been encountering an error
Line269
If $VendorLoot Then
It ^ ERROR
any ideas?
i have tried the original and my modified one and they both have this error