This is great guys ! I've gotten a step further since last time
I've been running the script on 1600x900 and made my own pictures from screenshots (the 1600x900 ones from the package did not work). So far the script will Resume Game, run to the part where it searches for the Cellar, and here I run into a problem. The mouse is a bit far to the right from the cellar on my screen, I could do two things.
1. Make him move a bit more to the left before checking for the cellar, which really isn't needed as it is within the picture and not behind the Merc portrait.
2. Move the mouse check area a bit to the left (which for me seems like the easiest to do).
So, going with nr. 2 - which part of the code would I be fiddling with ?
*edit*
Does not seem to be the case, that part doesn't do anything to the mouse movement when trying to locate the cellar
*edit 2*
So, could it be the 3 parts starting from line 237 -> 261 ?
If @error Then
$cellfoundat = 2
$celx = 325
$cely = 264
MouseMove(Round($celx * $x_ratio), Round($cely * $y_ratio), 1) ;moves cursor over to the cellar
Sleep(200)
$Pixel2 = PixelSearch(0, 0, Round(800 * $x_ratio), Round(800 * $y_ratio), 0x334FB7, 3)
Last edited by sektONE; 06-18-2012 at 09:30 AM.
tried it, still no luck, its weird, he is looking for the button and like i said horizontally its ok but vertically he keeps looking at the bottom and not at the top of the screen :s
with the update im still talking to the villager and not the merchant.
awesome script , its working for me ! but only if could keep the legendaries and not to sale them !
Afk about 2 hours and the script said that it found 3 legendaries and i couldn't find them ! can something bee done to keep the legendaries ?
the rest is perfect , thanks
Yea, it seems as if the counter will actually trigger from both your War Cry (Charge!) aura and certain other things
It won't vendor your legendaries, for extra safety you can always just take Identify off and not care about it.
*edit*
Seems like I found the right spot to change the detection of the Cellar, I've gotten down the cellar twice now after playing with the x and y values above. Now I just need to get him to actually run to Sarkoth, he bugs out right on the door into his room, so he leaps into the wall gets a bit stuck
Anyway, seems like I'm getting there !
Last edited by sektONE; 06-18-2012 at 10:11 AM.
so i fixed my vendor problem but now when vendoring it sells my tome of secrets. any way to fix this without having to stash?
When i install all i need ?
1. Select Quest: Act I Legacy of Cain - Explore Cellar
2. Waypoint to Old Ruins
3. Run west until you hit a checkpoint (should occur in about 5-10 seconds)
4. Teleport to town, leave game
5. Run AutoIt Script
6. In the resume game menu, press =
and for this i dont have ban?
Quick question, are there any software out there that lets you grab ingame coordinates rather precise ?
Instead of sitting here fumbling with x and y coordinates adjusting them by the pixel, some way to get it to show where I hover my mouse could be awesome![]()
sigh...... im at work.... i cant wait till i get home and try BlackSack;s new script! sounds promising!
update : he finds the resume button now, the problem now is that he run for 3sec to the left and does an attack or two
but after that he leaves the game and re do al the previous
any ideas?
I don't know if this is just a modified version of someone elses script. If it is based on the notAres dh script are you making the important changes that are made in his script when he updates it like ;notAres' DH Gold Script 1.9.2 - 6/17/2012 - Fixed legendary stashing (sorry about your vendored weapons). Just wanted to make sure legendaries are not being vendored. Thanks
tofu's is a straight port, with barbarian pathing and killing. all the functions were written by ares.
blacksack's is a port, featuring the same pathing & killing as tofu's. MOST functions are the same as notare's, but it includes a gui improvement to help you see gold & gold per hour and logs it. he has re-worked his own stashing routine though, but I can confirm it stashes legendaries, and I've never had anything sold [I wasn't using a blue weapon, only people with blue weapons were having problems]