Been reading through the thread, and not sure if this has been covered.It works fine up until he gets to the open cellar and still logs out and back in has done it 4 out of the 4 times the cellar has been open. Any suggestions?
Been reading through the thread, and not sure if this has been covered.It works fine up until he gets to the open cellar and still logs out and back in has done it 4 out of the 4 times the cellar has been open. Any suggestions?
dude go to bed and rest for the next coding session![]()
Ty is perfect but i have a little problem. At cellar script cant loot all gold(drops) is a problem can we fix it?
I feel stupid (and sorry for my poor english).
The script doesnt work, and i feel stupid.
- i used 1080p screen. I feel i dont do a mistake, cause the launch/resume game properly.
- i have follow instructions (fullscreen windowed / mouse middle / WD build)
=> the WD cast 1/2/4 and seems stuck
Questions :
After that, when i run the script from the hero selection screen.5.) Teleport to The Old Ruins using the waypoint and run left until you reach a checkpoint
6.) Log out of the game
The game launch, my WD cast spell 1/2/4 and run left... after about 5 second he leave game and do it again.
I feel i missed something...
Any idea N?
optimized your gem finding function. Instead of hard coding the position of the name the gem (picking up location), this version searches for the closest white name above the gem.
The following code is for a single type of gem
The MouseMove function is just to test whether the gem is found. Can remove it at will.$Gem = PixelSearch($LootingArea[$R][0], $LootingArea[$R][1], $LootingArea[$R][2], $LootingArea[$R][3],$Ruby,6) ;
If not @error Then
MouseMove($Gem[0], $Gem[1])
$Gem = PixelSearch($Gem[0] - 20, $Gem[1], $Gem[0] + 20, $Gem[1] - 100, 0xFFFFFF)
If not @error Then
Click($Gem[0], $Gem[1])
Sleep(Random(400,600))
EndIf
EndIf
Last edited by andygongyb; 06-11-2012 at 03:30 AM.
I also think expending the looting area to
helps$LootingArea[0][0] = 500
$LootingArea[0][1] = 200
$LootingArea[0][2] = 1300
$LootingArea[0][3] = 700
OMG im so stupid.
Its work now.
Sorry for disturbing.
2 noobs questions for advanced players :
- you run the script into inferno or hell diffilculty ?
- Do you have GF/MF gear ?
Ty, very very amazing script
For me, i'm running with gold finding stuff until looting object and stash using is done.
For after, I made a 130MF stuff.
great job! just tested a few runs, works fine with the proper settings. i'll be running it tonight when i sleep!
So Use rune summon more fetishes for Fetish Army and replace grasping hands with acid cloud with rune leaves a pool behind and ran perfect for 5 hours, no deaths, ftw!
I left it on for a bit and when I checked inventory, my inventory was full of white items. Why did my character pick up common drops?