I am trying to run the following script I just started and dont really know why it is not working.
but then I get the following error.Code:Program ChopTree; {$i srl-6/srl.simba} Procedure ClickTree; var X,Y:Integer; begin if FindColorTolerance(X, Y, 10336, 277, 169, 326, 218, 5) then begin mmouse(X, Y,1,1); wait(250); ClickMouse(X, Y, mouse_Left) end; end; Begin MouseSpeed := 15; SetupSRL; end.
does anyone know how to fix this so it does detect my soulsplit clientCode:SRL: Logfile = C:\Simba\Includes\SRL-6/logs/SRL log (25-01-16 at 08.44.29 PM).txt -- setupSRL() ---- Setting up SRL... ---- HINT: You are not using SMART, be sure to use Simba's crosshairs to select the RS client. ---- Waiting up to 5 minutes for RS to load...


Reply With Quote