SCAR Code:
program New;
{.include srl/srl.scar}
Const
Furnicon =2850815;
Furnace =1579035;
procedure Takeout;
begin
openbank3;
end;
procedure Walkoutofbank;
begin
RadialRoadWalk(7045510, 354, 359, 27, 2, 2);
flag;
RadialRoadWalk(7045510, 29, 67, 63, 2, 2);
flag;
RadialRoadWalk(7045510, 94, 65, 60, 2, 2);
flag;
RadialRoadWalk(7045510, 164, 175, 39, -2, -2);
flag;
end;
procedure WalkBank;
begin
if(FindColorSpiral(x, y, Furnicon, 587, 22, 723, 150))then
begin
Writeln('<----Found Furnace Symbol---->');
Wait(200+random(200));
Mouse(x, y, 1, 1, true);
Flag;
wait(13000)
end else
begin
Writeln(' Did not Find Furn SymBol');
TerminateScript;
end;
end;
procedure furnaces;
begin
if(FindColorSpiral(x, y, Furnace,357,50,121,150))then
begin
Writeln('<----Found Furnace Symbol---->');
Wait(200+random(200));
Mouse(x, y, 1, 1, true);
Flag;
end else
begin
Writeln(' Did not Find Furn SymBol');
TerminateScript;
end;
end;
begin
setupsrl;
Walkoutofbank;
WalkBank;
furnaces;
end.
I can get the script to walk to the furnace fine but i cant seem to click on the furnace i dont no how to if somebody could tell me or do it for me i would much appreciate it you start in fally west bank 2nd banker from the left u will probably have to sort out colouring if ur gonna try it out because world changing changes colours