Hi folks,
I havent used SCAR before; But im using it for a non-rs game.
Ive done programming in Java when i was into RS priv servers.
This is what ive got so far..
All i seem to get in my debug window isCode:program findMonster; var x, y, loopcount : integer; procedure findMonster; begin If (FindColorTolerance(x, y, 329034, 33, 127, 950, 720, 250))then MoveMouseSmooth(x, y); writeln('Mouse moving to ('+ IntToStr(x)+', '+IntToStr(y)+')'); wait(3000+random(2000)); ClickMouse(x, y, True); GetMousePos(x, y); writeln('Mouse @ ('+ IntToStr(x)+', '+IntToStr(y)+')'); wait(3000+random(2000)); end; begin repeat findMonster; until(loopcount>3) end.
Am i missing something? It must be finding the colour if its moving onto the next part of the programCode:Successfully compiled (37 ms) Mouse moving to (0, 0) Mouse now at (-1, 0)


Reply With Quote






Not sure if your on :P



