@james
theres a mistake, look in the script and set "=" to your script start button again.
@ rare sell loop: now it just trys 10x to sell unid rares but stops then and starts sel magic item. so hes not longer in infinite loop![]()
@james
theres a mistake, look in the script and set "=" to your script start button again.
@ rare sell loop: now it just trys 10x to sell unid rares but stops then and starts sel magic item. so hes not longer in infinite loop![]()
is it possible to make the bot run with d3 minimised/in the background, so I can still do stuff on the PC?
If you want vendoring rares change this line
by this oneCode:$RarePixel = PixelSearch(1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio, 0x544A11, 1)
If you want to start with = change thisCode:$RarePixel = PixelSearch(1398*$x_ratio, 572*$y_ratio, 1914*$x_ratio, 888*$y_ratio, 0xBBBB00, 2)
by thisCode:HotKeySet("{RCTRL}", "Begin")
Worked for me ;-)Code:HotKeySet("=", "Begin")
best script ever
does anyone have the issue of it finding the cellar and clicking it but waiting at the side of it by the wall and then logging out?
The bot doesn't start when I press RCTRL :/
Hey guys just an update, if anyone else is also getting this, I tried to have a go at coding lol and managed to fix it.
I just added a new line where if the Resume button could not be found, it would then look for the network disconnect dialogue and click ok.
Works the same as the fix for the exit game loop.
You also need to save the network disconnect png in your image folder.
Code:ElseIf CheckFor("Disconnect", "", Round(850*$x_ratio), Round(415*$y_ratio), Round(1072*$x_ratio), Round(437*$y_ratio), 3, 60) Then MouseClick("left", Round(960*$x_ratio), Round(632*$y_ratio)) Sleep(100) Send("{SPACE}") Return
Last edited by huntpot; 06-15-2012 at 07:17 AM.
Works like charm+rep
hiya where do i need to add the lines you mentioned above huntpot? thanks for it
and can i use it for a 800x600 resolution script? if not would you mind just running me through what should i change for it?
thanks so much
Last edited by garados; 06-15-2012 at 07:36 AM.