Kyle Undefined
11-27-2008, 08:09 PM
I know I have been posting alot lately but I'm trying to get this script flawless. All I need help right now is even tho I have setup everything for SRL-Stats it isn't updating. Here is what I have.
Procedure Proggy;
Begin
ClearDebug;
Writeln('==========AnyTreePowerCutter by Camo Kyle==========');
Writeln('||===== Time Running : ' +TimeRunning);
Writeln('||===== Did '+ IntToStr(Loads) + ' loads');
Writeln('||===== Gained '+ IntToStr(clvl - slvl) + ' Woodcutting levels');
Writeln('||===== Dropped '+ IntToStr(Drops * 27) + ' Logs');
Writeln('========================================= ==========');
WriteLn('======= Don''t forget to Rep++ if you like ;) ======');
Writeln('========================================= ==========');
Writeln('==============NO PROGGY''S NO UPDATES!=============');
Writeln('========================================= ==========');
ReportVars[0] := ReportVars[0] + 1;
ReportVars[1] := ReportVars[1] + 27;
ReportVars[2] := ReportVars[2] + 1;
ReportVars[3] := ReportVars[3] + 1;
ReportVars[4] := ReportVars[4] + 1;
SRLRandomsReport;
End;
SetupSRL;
ScriptID := '1090';
SRLID := SRLStatsID;
SRLPassword := SRLStatsPW;
That is the only time I have it send the Report. Any ideas?
~Camo
Procedure Proggy;
Begin
ClearDebug;
Writeln('==========AnyTreePowerCutter by Camo Kyle==========');
Writeln('||===== Time Running : ' +TimeRunning);
Writeln('||===== Did '+ IntToStr(Loads) + ' loads');
Writeln('||===== Gained '+ IntToStr(clvl - slvl) + ' Woodcutting levels');
Writeln('||===== Dropped '+ IntToStr(Drops * 27) + ' Logs');
Writeln('========================================= ==========');
WriteLn('======= Don''t forget to Rep++ if you like ;) ======');
Writeln('========================================= ==========');
Writeln('==============NO PROGGY''S NO UPDATES!=============');
Writeln('========================================= ==========');
ReportVars[0] := ReportVars[0] + 1;
ReportVars[1] := ReportVars[1] + 27;
ReportVars[2] := ReportVars[2] + 1;
ReportVars[3] := ReportVars[3] + 1;
ReportVars[4] := ReportVars[4] + 1;
SRLRandomsReport;
End;
SetupSRL;
ScriptID := '1090';
SRLID := SRLStatsID;
SRLPassword := SRLStatsPW;
That is the only time I have it send the Report. Any ideas?
~Camo