mm.. same problem with the last 3 post..
Failed when compiling
Line 1363: [Error] (19851:5): Unknown identifier 'I' in script C:\Program Files\SCAR 2.03\Scripts\Runescape\[SRL] Draynor Netter v3[2].50.scar
mm.. same problem with the last 3 post..
Failed when compiling
Line 1363: [Error] (19851:5): Unknown identifier 'I' in script C:\Program Files\SCAR 2.03\Scripts\Runescape\[SRL] Draynor Netter v3[2].50.scar
simply change this:
to this:Code:procedure SetUp; begin SetUpSRL;
hope that helps.Code:procedure SetUp; var I : Integer; begin SetUpSRL;
Scripts: AIOCurser !, Tea Stall Thiever !, Flax Picker !
Other: Objective Functions, Scarduku
Tutorials: How to create a plugin for Simba, [VB.NET] Using My.Settings, [Photoshop] Basic Abstract Art
Outdated: m!ne v1.00 [STATS]
this is the error mess i get when i try to run
Failed when compiling
Line 1363: [Error] (19851:5): Unknown identifier 'I' in script C:\Program Files\SCAR 2.03\Scripts\[SRL] Draynor Netter v3.50.scar
this is my quick one i will post overnight one later/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| Draynor Netter v3.50 Progress Report --> by Dankness |
<~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
Worked for 1 Hours, 4 Minutes and 23 Seconds
Banked 5 Total Loads[s].
<~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
Name : ....
Number : 2
Fishing Level : 10
Levels Gained : 3
Banked : 2 times.
Location : At-Fish
<~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
0 : ... = False. - Lvl : 5. - B :2 Times. - : 27 mins. - Loc: At-Fish
1 : ... = False. - Lvl : 7. - B :1 Times. - : 12 mins. - Loc: At-Fish
2 : ... = True. - Lvl : 10. - B :2 Times. - : 0 mins. - Loc: At-Fish
<~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
Edit: Nevermind about the error. Now I feel stupid
Well I'm running the script now, I'll post a proggy in a bit.
Failed when compiling
Line 1363: [Error] (19851:5): Unknown identifier 'I' in script C:\Documents and Settings\James\Local Settings\Temporary Internet Files\Content.IE5\BRJI5RZK\%5BSRL%5D%20Draynor%20N etter%20v3.50[1].scar
im getting this error when trying to run??
hmm....i got this when trying to run.
Loaded 0 users from Fishing.srl
Wrote 0 users to Fishing.srl
There is 0 active users
[Runtime Error] : Out Of Range in line 1378 in script C:\Documents and Settings\James\Local Settings\Temporary Internet Files\Content.IE5\BRJI5RZK\%5BSRL%5D%20Draynor%20N etter%20v3.50[1].scar
did you forget to setup the declare players part?
Uhh actually I'm still having the problem where it can't find the net.
It logs in, does a couple things and sets the script up, opens bank, then logs...
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| Draynor Netter v3.50 Progress Report --> by Dankness |
<~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
Worked for 2 Hours, 10 Minutes and 6 Seconds
Banked 4 Total Loads[s].
Fished 80 Total Shrimp[s] so far.
<~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
Name : *****
Number : 1
Fishing Level : 6
Levels Gained : 5
Banked : 2 times.
Location : At-Bank
Shrimp Fished : 27
Exp Gained : 270
<~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
0 : ***** = False. - Lvl : 6. - B :0 Times. - : 16 mins. - Loc: No GameTab
1 : ***** = True. - Lvl : 6. - B :2 Times. - : 0 mins. - Loc: At-Bank
2 : ***** = False. - Lvl : 4. - B :1 Times. - : 42 mins. - Loc: At-Fish
3 : ***** = False. - Lvl : 4. - B :1 Times. - : 31 mins. - Loc: Sandwich Lady
<~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~>
Edit: Sorry about double post. I didn't see the one above.
thx, good job
SiGH...
Failed when compiling
Line 1363: [Error] (19851:5): Unknown identifier 'I' in script C:\Documents and Settings\Owner\Desktop\[SRL] Draynor Netter v3.50.scar
Am I doing something wrong Dank?
/
@ taylor: I think u accidentally edited something, try re-downloading the script, and say if it works.
@julle13, I already have, twice. I tried reinstalling SRL 3.6, but still no luck.
/
Anyone help please?
/
Line 1363: [Error] (19851:5): Unknown identifier 'I' in script
i'm really new at this so sry, but what is that and how do i fix it?
i'm having the same problem taylor
ok, taylorv i found someone that already solved the problem, it tells what to fix in about the middle of page 4
nvm, fixed problem, blonde moment
Any ideas?SCAR Code:--> Version 3.25 --> by Dankness <-- 12.29.06
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| Please Vist The SRL Forum at |
| [url]http://www.villu-reborn.com[/url] |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
Loaded 0 users from Fishing.srl
Wrote 0 users to Fishing.srl
There is 0 active users
[Runtime Error] : Out Of Range in line 1379 in script C:\Documents and Settings\Owner\Desktop\[SRL] Draynor Netter v3.50.scar
/
I have same error, pm me or post here if u knoe the solution.
Hax0r
Loaded 0 users from Fishing.srl
Wrote 0 users to Fishing.srl
There is 0 active users
[Runtime Error] : Out Of Range in line 1378 in script C:\Documents and Settings\User\Desktop\Runescape Hacks\SCAR 2.03\includes\SRL\scripts\[SRL] Draynor Netter v3[1].50.scar
How do i fix this? i tried changing the 14 and 15 lines i had to change
1363 for I := 0 to 19 do
1364 ReportVars[I] := 0; to
1363 for Y := 0 to 19 do
1364 ReportVars[Y] := 0;
just to get it to work then it fails at the problem i just posted
Loaded 0 users from Fishing.srl
Wrote 0 users to Fishing.srl
There is 0 active users
[Runtime Error] : Out Of Range in line 1378 in script C:\Documents and Settings\User\Desktop\Runescape Hacks\SCAR 2.03\includes\SRL\scripts\[SRL] Draynor Netter v3[1].50.scar
How do i fix this? i tried changing the 14 and 15 lines i had to change
1363 for I := 0 to 19 do
1364 ReportVars[I] := 0; to
1363 for Y := 0 to 19 do
1364 ReportVars[Y] := 0;
just to get it to work then it fails at the problem i just posted![]()
![]()
![]()
![]()
ok
for this error: Line 1363: [Error] (19851:5): Unknown identifier 'I' in script
at top of script where u see Var's add this:
SCAR Code:var
I : Integer;
for this error:[Runtime Error] : Out Of Range in line 1379 in script C:\Documents and Settings\Owner\Desktop\[SRL] Draynor Netter v3.50.scar
make sure the first time u run the script, inside the section that says Procedure SetupVars; make UseGUI:=true; after u setup your players once u can make it false.
example:
SCAR Code://----------------------------------------------------------------------------//
// Set Variables Here
//----------------------------------------------------------------------------//
procedure SetUpVars;
begin
BenMouse := True; //** Use Benlands Spline Mouse
MouseSpeed := 15; //** Set MouseSpeed
TripsToDo := 3; //** Amount of Trips to Do + Random 4 Trips before Switching Chars
RandomPlayer := True; //** Set to True to Pick a Random Player each Player Switch
UseAntiBan := True; //** Will Chat, Rotate Screen, Check Exp and other humanlike behavors
ReinCarnate := True; //** Set to True to Attempt Walkback on Death, Works Sometimes :P
UseGUI := TRUE; //** Must Use GUI Atleast Once to Setup Chars Data File, Afterwards it will Load Players from File
FileName := 'Fishing'; //** Filename of Player Array
end;
There are currently 1 users browsing this thread. (0 members and 1 guests)