Hey man, thanks for this. Any chance of getting a version that also opens the caudron for the free mythic healing potion?
Hey man, thanks for this. Any chance of getting a version that also opens the caudron for the free mythic healing potion?
thanks for this brooo, i need another resolution :[
1. Why is the move hotkey set to 8? What is 8 used for?
2. When I want to TP home using "9", do I need to alt tab for it to work or can I press 9 while in game?
3. Is it possible to press 9 while the game is full screen to TP home?
4. Why do you use MouseMove's when you can just MouseClick a location instead? Is it to simulate a real person moving the mouse?
I beg of all autoit coders.....
PLEASE USE A LOW RESOLUTION.
Many of Us commoners play on laptops. My highest res is 1366x768. Please can someone code this for the simplest resolution? Square screen centered not stretched 1024x768, that is the most universal.
Thanks and have a nice day.
Sent from my SPH-D700 using Tapatalk 2
Again, I am working on an 800x600 (universal in other words) with Aero. I had to re-do the locations so its taking a little while! It should be out soon, promise!
1.If you go back a page or two, a guy was having trouble using multilangual keyboards. I switched it to a universal key, a number. He doesn't have problems with it anymore. Eight, as far as I can tell, does nothing within Diablo 3. Numpad 8, on the other hand, I believe makes your character do an emote.
2.Let me check the code...no actually, you can be alt-tabbed and hit 9 (you dont need the bot running for this feature) and it will check for diablo 3 and "tab" to it. It wont tab-back into diablo 3 to leave the game, after teleporting, but I could add that if necessary. Also you can be in-game the whole time and it works fine. I hope I answered your question.
3.If you're full screen yes it should work. The only issue is the "leave game" part; as that uses a mouse coordinate. If your full screen is bigger than 1680x1050, it would miss the "leave game" button.
4.For the first movement, thats so that regardless of lag, the character will run into that wall (to guarantee its always in that position for the next few clicks) using pure mouse clicks can occasionally, like from anywhere in 1/6 to 1/20 of the times come up about 1-2 seconds short.
On the note of MouseClick/MouseMove:
MouseMove IS Mouseclick, fundamentally. The only difference is that the function MouseClick also adds a hardware click at the end of its movement. I use movement only in a couple places (like when I don't want it to click, see explanation in question #4)
Take care, update should be coming soon![]()
It dosnt loot the chest that spawns up in the corner of the room. Just walk to a table and front and back and then it tp to town.
Edit: It misses all chests. It only takes the cauldron :/
Last edited by Triggy; 05-31-2012 at 03:22 PM.
This works in fullscreen. If its missing the chests for you, switch to fullscreen and set the appropriate resolution. Fixed the problem for me.
Updated! Now you must use windowed mode, and it will change to 800x600 automatically, ALL RESOLUTIONS CAN USE THIS NOW! The coordinates assume Aero is turned on, so there might be slightly off behavior on classic mode/Windows XP.
Also added in potion farming behavior!
1.2
Changed a few variables to globals for easy modification.
Uses custom resolution 800x600.
Coordinates made assuming Aero enabled.
Requires Windowed mode now.
Automatically resizes the window.
Changed UI slightly
Added Run Counter, will add to UI in the future.
Added in Potion Farming ability.
Kill hotkey set to 0.
cheers works like a charm
Well whats windowed mode
What is aero ?
I just downloaded the program unziped it turned it on. It just walkin in the corner of the cellar. The first move it does is hitting leah.
Aero is the glassy-looking effect Windows Vista and Windows 7 use.
Windowed mode can be found inside of Diablo 3:
- Hit Escape in-game
- Click Options
- Under "Display" click Windowed
- Click Apply or Accept. Say confirm changes when the dialog pops up.
Good to hear it!