Quote:
Originally Posted by Tokani
[Runtime Error] : Out Of Range in line 30 in script C:\Program Files\SCAR 3.15\Scripts\PowerFisher.scar
That is my problem and I shall post the script in separate posts since it is well over 10,000 characters.. Lol ((43k approx.))
program PowerFisher;
{.include SRL/SRL.scar}
const
PlayerLoads = 2; //Loads to do per player before switching
MaxLoadTime = 15; //Maximum time for 1 load, in minutes
RunDirec = 'S'; //Direction to run if attacked
CompassDirection = 'N'; //Direction for compass. Try to find one where the player will be side on when it fishes, at all locations you are using.
CheckForSymbol = True; //Calibrate around fishing symbol? not reccommended on crowded places, like karamja
DropRandomItems = False; //Would you like to drop the items you get from random events, such as gems and coins?
MSpeed = 35; //Mouse speed?
Version = '0.02'; //Script Version
YourSRLID = ''; //Your SRL User ID
YourSRLPass = ''; //Your SRL User Pass
{-----------------------------------------------
Declare Players
------------------------------------------------}
procedure DeclarePlayers;
begin
HowManyPlayers := 0;
CurrentPlayer := 0;
// HowManyBooleans := 1;
NumberOfPlayers(HowManyPlayers);
Players[0].Name := '';
Players[0].Pass := '';
Players[0].Nick := 'xzin';
Players[0].Rand := 'Cage';
Players[0].Strings[0] := 'Auto'; //Auto, Net, Bait, Lure, Harpoon or Cage
Players[0].Booleans[0]:= False; //Check for auto retaliate off once?
Players[0].Active := True;
((Part one though I don't think I will need to post anymore of it since the problem is with line 30 which is: Players[0].Name := ''; ))
|
Ok to my understanding, Line 30 is>
If so, you most likely typed in the user name/ password in the wrong place.
Quote:
Players[0].Name := '';
THE " are most likely in the color pink
What you need to do is to type your user name/password inside those parenthesis like so
|
Quote:
|
Players[0].Name := 'user name';
|
same thing goes for your password.
Another thing you can do, is update your includes... but the procedure ^ should solve your problem.
Another thing is to update your lingin.scar is updated.
Hope i helped
EDIT:and if all that doesn't work, then try to uninstall and reinstall... trust me it works sometimes!
we run u.s.~