Please, someone needs to implement working rare/legendary/set item find. Mackus pretty please ;P
Please, someone needs to implement working rare/legendary/set item find. Mackus pretty please ;P
With ferrets on DH you dont need so large pick up radius for gear.. cause ferrets pick up around 10 yard i think
Any wizards manage to get this to work? I'll be testing it out myself later.
About that noares vs marcus script thing, use any of them and edit it for your computer, doesnt matter which one. Slower computers with slower connection need more sleep times between movement points, map switches and resume games.
I can edit marcus scrip to surpass noares scrip in terms of gold/hour... not because better code but prob because I got faster computer and connection.
So... dont use any of the scripts as they are without optimizing them for your computer =)
does anyone have the exact colors of items in hexdecimal? this is what i have gathered so far
legendary : 0xa55425
rare: 0xCECE01
set pieces: ????
are these correct?
thanks
Just a question about autoit scripting - is there any easy way to get the mouse coordinates on the screen so I can edit the script for my toon to walk differently? Right now I'm taking screenshots in D3 then having to open it in paint/photoshop to find the exact coords of where I want to move to, i know this is a stupid/inefficient way of doing it.... anyone can help out?
Nvm, found what I was looking for in an earlier post. Thanks for the code, works great!!!!!
Last edited by Purse; 06-06-2012 at 11:08 AM.
Sorry to everyone who was confused, I linked the wrong build on pastebin and here.
Here is the correct link: us.battle.net/d3/en/calculator/demon-hunter#aRYXVT!aTW!YcaZbY
Last edited by notAres; 06-06-2012 at 11:12 AM.
You are missing the point. The point is that the code works best if you edit it yourself, optimizing it for your own computer and your own characters movement speed and ability to use SS frequent.
I can bot twice as much gold/hour with edited script then I could with original script![]()
To optimize it even further (instead of using $waittime you can use PixelSearch to see if you're at the character screen/ingame
For example:
while
check if at char screen
-yes, resume
while
check if ingame
-yes, begin run
end
end
this might eliminate the use for static wait times and allow for people with slower computers to pick up your script and use it out of the box
I find this here : Blizzhackers • View topic - New at AutoIT and I have some questions.Goldstein » Wed Jun 06, 2012 12:30 am wrote:
Warden works in two parts. In process scanning and out of process scanning.
In Process scanning checks for injections, packet interruption etc.
Out of Process checks for processes with flagged names, eg anything containing the words "Bot", "Hack", "Auto", or any other common automation script names.
If you are careful with your script naming and are just simulating clicks and key presses then you should be fine.
Note: also avoid the silly noob stuff where you click EXACTLY the same pixel every time.
This script click exactly the same pixel every time ?
For everybody like me who don't know how to use it:
1. Open notepad
2. Insert the script text
3. Save as NAMEHERE.au3
4. Right click and run script (not sure if you need AutoIt for this)
then get the savepoint to run the script ingame:
1. Open "Sword of the Stranger - Khazra Den"
2. Teleport to "the old ruins"
3. run to the left side where u will gain a savepoint
4. teleport to town and leave the game
5. Resume game and push = (such as shift + 0)
6. ?
10. enjoy
I have a quick question for anyone that would know. Would compiling the script and renaming it something harmless make it alot more undetectable. If our running processes can somehow be monitored while we play the game it just seems much better to compile the script.