Im having a problem, the script runs fine but when the cellar is actually there is hovers over it to go to click but nothing happens and i go to teleport away.
Im having a problem, the script runs fine but when the cellar is actually there is hovers over it to go to click but nothing happens and i go to teleport away.
I got the disconnect again after leaving the house O.o there goes another 6 hours wasted time :/. Is there a simple way to take screen shot of the disconnect button and put it in the PNG files so the script can search and find the error then restart the run.
Fatal ERROR : Unable to parse line.
Could i get some help with this ?
full night of run working ****ing nicely
just one point : my dps sux a bit with gf stuff and sometimes sarkoth just run to me and i lose some loot because of that ( i think i amnot the only one with this problem no?)
solution i think : make char move a bit more far , just to the door so mobs cant go outside the room , it is can be a good idea no?
ps : sorry for my bad english
Solution:get pick up radius
Can someone help me please? After my character repairs, it goes to main menu then the cursor moves in 4 directions then it opens up the banner.
I found the reason why it does this and its because it continues the run the script and look for dank cellar.
Last edited by eatmychidori; 06-23-2012 at 04:05 AM.
screenshots from my crappy led monitor
1360x768
1360x768.rar
thanks in advance man![]()
bot is working awesome for me now
only problem is my inventory get full since i disabled stashing and vendoring
did you have any level 63 rare drop ?
Try to increase the "wait time" (sleep) before it clicks the cellar. Does it help? Report back.
Set it to an absurd value to begin with just to check to see if it helps, like 5000
RandMove(Round(300 * $x_ratio), Round(35 * $y_ratio), 1, 1) ;moves cursor over to the cellar so the proper blue pixel becomes highlighted.
Sleep(2000) <---
May want to bump up the variation a notch or two just in case your color settings are slightly off and the bot can't pick it up.
Find this code:
and change the last parameter in the PixelSearch function (currently a 3) to 4. If that doesn't work, go to 5. If it still doesn't work, this isn't your problem.Code:;Checks if Dank Cellar is Open $Pixel2 = PixelSearch(0, 0, Round(600 * $x_ratio), Round(600 * $y_ratio), 0x334FB7, 3)