View Full Version : i need just a lil advice..=]
lvl3wcer
12-09-2007, 05:43 AM
says theres identifer expected in line 60????......what am i doin wrong??
CurrentPlayer := StartPlayer; 1.....?????:duh:
Hobbit
12-09-2007, 05:49 AM
Copy and paste the exact line of code.
And STOP making multiple threads. This is the last one you are allowed to make before more serious consequences are given.
Wait for people to reply rather then making 8 threads about the same thing
lvl3wcer
12-09-2007, 05:52 AM
srry.......aaaa what u mean?
Hobbit
12-09-2007, 05:56 AM
I mean. ONLY MAKE ONE THREAD FOR YOUR PROBLEM
You've made over 8 for the same thing, I've removed the other ones. Keep this one only.
Also copy line 60 and paste it in here exactly
lvl3wcer
12-09-2007, 06:00 AM
CurrentPlayer := StartPlayer; <-that what it looked like before i screwd it up..
Hobbit
12-09-2007, 06:02 AM
Ok, post the whole script so we can see it all, just that isnt telling anything
lvl3wcer
12-09-2007, 06:09 AM
STOP DOUBLE POSTING
{.include SRL/SRL.scar}
{.include SRL/SRL/skill/Mining.scar}
//********Color Settings********\\
const
CopperRockMMColor = 4421053; // You HAVE to fill this in, it wont work otherwise.
NormalRockMMColor = 5197639; // If below is true, then there is no need to fill this in.
AutoMMRockColor = False; // Use Wizzups MinimapRockColor finder (not adviced)?
//********Player Settings********\\
const
MinutesPerPlayer = 20; // Time in minutes per player
MaxSecRock = 5; // Maximum seconds to wait for a rock
StartPlayer = 0; // With what player do you want to start ?
UseBenMouse = True; // Use BenMouse? (Some people say its good for anti-ban)
RunDir = 'N'; // Direction to run to when in fight
RunFar = True; // Run far when in fight ?
//********Additional Settings********\\
SRLStatsID = ''; // Your SRL ID for the stats (Leave blanc to set it to default, from SetupSRL.scar)
SRLStatsPW = ''; // Your Password for the stats (Leave blanc to set it to default, from SetupSRL.scar)
VersionNumber = '0.13'; // No need to change this
TheMinCount = 5; // No need to change this
BoxSize = 15; // No need to change this
RemoteMaster = 'umil'; // For advanved users only.
//********Player Settings********\\
procedure DeclarePlayers;
begin
HowManyPlayers := 5;//MAKE SURE THIS ONE IS CORRECT!
CurrentPlayer := StartPlayer; 1
NumberOfPlayers(HowManyPlayers);
Players[0].Name := 'purskilz4me'; // Your Runescape name
Players[0].Pass := '******'//corresponding password
Players[0].Nick := 'pur'; // 3-4 letters from your name, NO CAPITALS (that includes the first character)
Players[0].String1 := 'Copper'; // Type of ore to mine (Clay / Copper / Tin / Iron / Gold)
Players[0].String2 := ''; // Your BankPinNumber
Players[0].Active := True;
Players[1].Name := 'purskilz4me1';
Players[1].Pass := '******';
Players[1].Nick := 'ski';
Players[1].String1 := 'Copper';
Players[1].String2 := '';
Players[1].Active := True;
Players[2].Name := 'purskilz4me2';
Players[2].Pass := '*******';
Players[2].Nick := '4me'
Players[2].String1 := 'Copper';
Players[2].String2 := '';
Players[2].Active := True;
Players[3].Name := 'purskilz4me3';
Players[3].Pass := '******';
Players[3].Nick := 'rsk';
Players[3].String1 := 'Copper';
Players[3].String2 := '';
Players[3].Active := True;
Players[4].Name := 'purskilz4me4';
Players[4].Pass := '******';
Players[4].Nick := 'ilz';
Players[4].String1 := 'Copper';
Players[4].String2 := '';
Players[4].Active := True;
end;
//********RockColor Settings********\\
const
CopperColor = 4421053;
TinColor = 8224391;
ClayColor = 6196645;
IronColor = 2899043;
GoldColor = 1952246;
//********Dont go below unless your more advanced********\\
like all i wanna do is mine like 100k copper and its soo hard to do even that
mickaliscious
12-09-2007, 10:36 PM
like all i wanna do is mine like 100k copper and its soo hard to do even that
Lol. Definition of leecher anyone?
But I'll help you out just for fun. The one you have there floating around after the semi-colon is giving you that error.
BTW: I think that script is old.. Get a new one or search around for how to update it to be compatible for the newest SRL Revision (#7).
Also, please don't double post. If no-one has posted below your latest post please just edit your last post.
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.