yeah this is damn annoying to me. I tried rescaling the pictures to 10% less horizontally, but still dont work. Easiest solution would be changing the monitorBUT PLease somebody come wit a fix. DAMN SCREEN!
yeah this is damn annoying to me. I tried rescaling the pictures to 10% less horizontally, but still dont work. Easiest solution would be changing the monitorBUT PLease somebody come wit a fix. DAMN SCREEN!
Hi to all I need some help
It enters the cellar just fine but after that it is unable to move to the door to shoot at sakoth. it just shoots at the wall right next to the portal. mouse move in right point in door if i just click LMB and after kiling sakoth anather time to move rest its ok he pick up all teleport back and go right
i tray to us 1.9.1 script version and I dont know whot to do![]()
Last edited by fryderyk76; 06-17-2012 at 05:27 PM.
sorry...what is issue with 1.9.1 other than salvaging...?
I was occasionally getting an error while joining games that would lead to getting stuck at can't find resume button. Basically caused the bot to get stuck doing a run outside of the game which ended up with it in the profile. I fixed this by just adding
Send("{ESC}")
Send("{SPACE}")
after the code that sends cannot find resume to the gui. That way if it does get stuck it will press esc to clear input required error boxes and spacebar to clear anything else. Then it can find the resume button and keep on trucking.
I'll add that and try it out, thanks.
Sometimes when my wizard checks for the dank cellar be open it won't go in. It will TP back before the mouse checks for it. Any fix on this? Maybe delaying the TP a second?
I have a wizard *(not the best geared) and a good geared monk, can anyone make this or a monk script with a lower res I Only have 1680 windowed mode as my highest . greatly appreciated.
having an issue with being stuck in the achievement screen, not entirely when it is ending up there(maybe after dying in the cellar), but is there a way to get out of that screen? I know that the WD script have a detect resumegame code where it detects that you're in the main lobby with "resume game" before it activates, and if you're not, it will press space/esc and then activate.
here's the code, if someone can advise on how to put this into this script, it'll get rid of the stuck in achievement screen madness
Global $GameLobbyCode[2][3] ;Contains X, Y, and Hex color of Resume button so we can see if we're there
Global $GameScreenCode[2][3] ;Contains X, Y, and Hex color used to check if we are in an unpaused game;Make sure that we are in the character selection screen ( we are looking at a spot in the Resume game button)
for $i = 15 To 0 step -1
if InGameLobby() Then
ExitLoop
EndIfFunc InGameLobby()
MouseMove($GameLobbyCode[$R][0],$GameLobbyCode[$R][1])
Sleep(300)
PixelSearch($GameLobbyCode[$R][0],$GameLobbyCode[$R][1],$GameLobbyCode[$R][0]+10,$GameLobbyCode[$R][1]+10, $GameLobbyCode[$R][2], 10)
if not @error Then
return True
Else
return False
EndIf
EndFunc
1.8c, 1.91 and 1.9.2 all not working,
compiled to exe and run as admin
then i start the script(press =) the mouse just move to West South direction and just sit there doing nothing.
anyone can help?
win7 64bit