You gotta turn it on in the options, it's a variable you set. It's called like "multiattack" or something. If you read the comments and look at the code you will see what I am talking about.
You gotta turn it on in the options, it's a variable you set. It's called like "multiattack" or something. If you read the comments and look at the code you will see what I am talking about.
Last edited by daibloboi; 06-16-2012 at 04:09 PM. Reason: additional info
$attackTime = 3900 ;Time (in ms) the script will shoot sarkoth with the right button
$attackMulti = False ;True if you want to shoot both left and right in additional to the middle (False for Lightning Ball)
ok thanks,
Also couple things about the script.
I switched to steady aim instead of sharpshooter because ss now resets upon entering an area so you wont really have any ss bonus when you start attacking sarkoth. It provides more dps for me.
Also, it seems like when it goes to stash gems occasionally it misses the rubies, but not always. I'm using medium shadow quality. Is there a tolerance value I can increase on that or do the .png's not work like that?
PS. what graphics settings do you use notares? I want to mimic them so they reproduce the same results as u get when testing.
Last edited by AngelsAdvance; 06-16-2012 at 04:24 PM.
Take a screenshot of the rubies it's missing, cut out a 23x23 chunk and paste it over to see if it matches. If it's just gems on the bottom row, then it's not supposed to stash them
Thanks for your work notAres!
I have a small problem when it returns to town to stash and after the vendor when it has sold the items and repaired it leaves the game.
When it resumes again you sit in town, and the script stops working (because not at the right place I assume).
Any ideas on how to fix this?
Hey notAres i've pretty much got it running flawlessly, you are a beast my friend, I just hope bliz doesn't nerf the cellar and all you hard work will be for not. I will donate to you as soon as I can. Just a quick heads up, this morning I was running 1.8 and I guess you released 1.8a while i was at work, thats cool but I recall watching a few times that it clicked on gems (at least it found them ) but if there was any item name directly under the gem name, because the mouse clicks low on the gem name it sometimes picks up a white or something.
For the blues and rares etc, it finds the pixel colour, and goes to the left of the word box to select it, but for the gems, it seems to click about a whole word box height below the actual name, which causes it to pick up the item underneath the name should there be something below the word (stacked because of the items proximity)
not sure if this is resolved in 1.8a tho, can you confirm?
hi notares, just wondering why ne bot is slower in 1.8 compared to 1.7c
about 3 sec when no cellar und about 4 when cellar depending on loots.
you know why?
thanks
@notAres
All is working great only thing is that it is not stashing Rube Gems that is only thing it is not doing i even tryed making new pic and still nothing here is my 2 Rube lines
Code:;Gems (DOESN'T STASH BOTTOM ROW!) If $StashGems Then GUICtrlSetData($lblStatus, "Status: Stashing Gems") If _ImageSearchArea($pngLoc & "Ru1.png",1,1400*$x_ratio, 580*$y_ratio, 1914*$x_ratio, 820*$y_ratio,$gX,$gY,140) Then MouseClick("left",500*$x_ratio,200*$y_ratio,1,1) Sleep(Random(200, 500)) MouseClick("right",$gX,$gY,1,1) Sleep(Random(400, 600)) MouseClick("left",500*$x_ratio,200*$y_ratio,1,1) Sleep(Random(200, 500)) EndIf If _ImageSearchArea($pngLoc & "Ru2.png",1,1400*$x_ratio, 580*$y_ratio, 1914*$x_ratio, 820*$y_ratio,$gX,$gY,140) Then MouseClick("left",500*$x_ratio,200*$y_ratio,1,1) Sleep(Random(200, 500)) MouseClick("right",$gX,$gY,1,1) Sleep(Random(400, 600)) MouseClick("left",500*$x_ratio,200*$y_ratio,1,1) Sleep(Random(200, 500))
Hi notares
Can't check yet but does the new version has a 1600x1900 unidentified.png ? I think I failed at making my own (posted at the bottom of page 156). Could you take a look at it please ? It sold my xbow :'(
Thank you very much for the time you've put into the bot
Last edited by Thumble; 06-16-2012 at 05:48 PM.
hey notAres how do u shorten the attacking time? my guy is shooting too many extra shots after mobs are killed. ty
I dont seem to be vendoring items.
can the script be run with the monitor off or wont it see the pixels then anymore?