Here's the error message i keep getting, and also the accompanying lines of script. (the first line of code is line 585)
Line 585: [Error] (31528:45): Type mismatch in script C:\Documents and Settings\owner\Desktop\Crafting Guild Miner 0.14 (R).scar
Code:if not CountItems(GoldOre, 'bmp', [10]) > 0 then begin SaveScreenshot(ScriptPath + 'Calibrate - Moving to door ' + TimeRunning + '.bmp') if not FindAndSolveDoor then begin repeat if not LoggedIn then Exit; Writeln('Opening the door failed, maybe we clicked the wrong one'); Logout; Wait(5000 + Random(5000)); LoginPlayer; GoToDoors; //WalkOneTile(2933, 3289, 2, 0); if FindAndSolveDoor then Break; Inc(NoDoors); until NoDoors > 2; if NoDoors > 2 then begin LogoutPlayer('Calibrate - No opening doors'); Exit; end; end; end;


Reply With Quote





