Not for long4 hours and still running on one character. I'll have it up tomorrow morning, whether it stops or not cause I don't want my main to go for more than 12 hours
EDIT: Here it is
da Shmelta!
written by munk
8 Hours, 28 Minutes and 43 Seconds
1849 steel bars
That was still w/ version 1, lets see what version 2 can do... I steel need to smelt over 20k bars.
EDIT: Version2 I'm getting this error -
Failed when compiling
Line 474: [Error] (15563:15): Type mismatch in script C:\Program Files\SCAR 3.12\Scripts\Munk's Shmelta.scar
Here is the function where it occurs at -
SCAR Code:function findFurnace:boolean;
var
t:integer;
p:array of Tpoint;
pp:array of array of Tpoint;
begin
if barScreen then
begin
result:=true;
exit;
end;
marktime(t);
colorToleranceSpeed(0);
FindColorsSpiralTolerance(mscx,mscy,p,3421241,msx1,msy1,msx2,msy2,20);
pp:=TPAtoATPA(p,100);
SortATPASize(pp,true);
if MiddleTPAEx(pp[0],x,y) then
begin
writeln('Furnace finding took '+inttostr(timefrommark(t))+'ms');
mmouse(x,y,0,0);
wait(100+random(100));
if isUpTextMulti('urnace','melt','rnac') then
begin
mouse(x,y,0,0,true);
flag;
result:=waitUntilBarScreen;
exit;
end;
end;
writeln('Furnace not found!!');
result:=false;
end;
This line is where it occurs at -
SCAR Code:SortATPASize(pp,true);
I tried replacing that function with the one from version1 but that didn't help.
EDIT: Ok...now V1 is getting the same error, I'll try re-downloading
EDIT: That didn't help...Well the only thing I changed was downloaded Rev 7, lemme try to downgrade...
EDIT: ...How do you downgrade or is that impossible? If it's impossible could you tell me how to fix it?
EDIT: I got it working now, but I seem to be semi-flaggedAfter that 8 hour proggy the best I've gotten is 1 hour 45 in the past 4 hours or so. All because of randoms, not the script's fault.








4 hours and still running on one character. I'll have it up tomorrow morning, whether it stops or not cause I don't want my main to go for more than 12 hours 
After that 8 hour proggy the best I've gotten is 1 hour 45 in the past 4 hours or so. All because of randoms, not the script's fault.
but Prison Pete this time 







I read it and was wondering because I never use bank pins so i just kinda threw it in there for people. I didnt even think about 0's. Im just gonna start using players.strings[#] for bank pins 


