Hello I am currently working on a firemaking script and was making it on a computer without internet or SRL so i could not test it only write it. I did as much as i could without srl or internet then finished up on the other computer. All my procedures are working except for walking. I am trying to walk out of VEB and then go east.
In the WalkFailSafe it uses FindColorSpiralTolerance which dosent work eitherCode:procedure WalkTo; begin if (not(LoggedIn)) then Exit; if RadialWalk(VERoadColour, 44, 71, 75, -1, -1) then begin Wait(2000) Flag; end; if (not(RadialWalk(VERoadColour, 44, 71, 75, -1, -1))) then begin WalkFS1 := True; WalkFailSafe; end; if RadialWalk(VERoadColour, 70, 101, 45, -2, 0) then begin Wait(2000) Flag; WriteLn('Got to Fming Spot'); end; if (not(RadialWalk(VERoadColour, 70, 101, 45, -2, 0))) then begin WalkFS1 := False; WalkFailSafe; end; end;. I tried to use a DTM which is how i get back into the bank but that didnt work either.
So then just to test the rest of the procedures linked together i used co-ordinent clicking but then windows chucked a spaz and Scar exited.
Would you help me get this working anything is helpful, thanks.




. I tried to use a DTM which is how i get back into the bank but that didnt work either.
Reply With Quote

