Np :) Hope I helped.
Printable View
Np :) Hope I helped.
Looks like a very good script...i might use to power fish my guys to lvl 15 so they can do trout.
very leet and very good i checked script and looks heaps well coded.
thx for script
haxor
Nice script !
I used it with Scar 3.01 and SRL 3.06 like you said and i got 2 errors :
1) "Line 1574: [Error] (20710:19): Type mismatch in script"
=>SCAR Code:procedure SRLStatsAndRC;
begin
SRLID := SRLStatsID;
SRLPassword := SRLStatsPass;
Line 1574 : ScriptID := 152;
RCMaster := RemoteMaster;
RCLoc := RemoteLocation;
end;
=> i put the ' ' like this :
SCAR Code:procedure SRLStatsAndRC;
begin
SRLID := SRLStatsID;
SRLPassword := SRLStatsPass;
ScriptID := '152';
RCMaster := RemoteMaster;
RCLoc := RemoteLocation;
end;
2) "Line 1692: [Error] (20828:38): Unknown identifier 'LOCATION' in script"
=>SCAR Code:begin
Writeln('We lost our fishing net ..');
Writeln('Getting a new one from the bank!');
GoToBankFromFish;
MakeCompass('W');
HighestAngle;
line 1692: OpenBankGlass(Players[CurrentPlayer].Location, True, True);
if (PinScreen) then
begin
InPin(Players[CurrentPlayer].String1);
end;
=> I changed the .Location in .Loc
And then when I start the cript, it compile but it laggs
Have I done someting wrong ?
Will this run on SRL 3.81 going by what i read i dont think so. Also where do you enter the player info do you do on line 112 or from 216. Sorry about the questions but only way of learning
Well i had the same errors as juju and fixed them the same way. But when i run, it logs in and just sits there in bank and does nothing. Your bank fixing link is broken.