View Full Version : need help i always get an error
x sk1l x
01-24-2007, 08:03 PM
hey, i always get an error when trying to run a script does eni1 know how to solve this?
Line 174: [Hint] (200:43): Variable 'NEWLINE' never used in script C:\Program Files\SCAR 2.03\includes\srl\srl\core\Globals.scar
SRL Compiled in 125msec.
[Runtime Error] : Out Of Range in line 55 in script G:\lennert\game files\runescape\scripts\Gof - Miner Bug fixed.scar
syberium
01-24-2007, 11:33 PM
post the lines 30-55 or around there it could be ur player array isent set correctly or some other array.. cant tell ya whats wrong unless u post that part of script.
x sk1l x
01-25-2007, 04:31 PM
var loads,minedorez,XPFM,MEXP:integer;
Procedure DeclarePlayers;
Begin
HowManyPlayers :=1;// Set Number of Players here.
NumberOfPlayers(HowManyPlayers);// Sets the Players Array Length
CurrentPlayer :=0;// The player you are using currently...
//note: U can just set the same info to all of the fields, so ur acc logs out
//every once in a while... So it wont be on hours in row without loggin out.
Players[0].Name := 'x sk1l x';//Username
Players[0].Pass := '*****'; //Password
Players[0].Nick := 'txh'; //3 or 4 letters username
Players[0].String1 := 'tin'; //What kind of ore this account mines? clay/copper/tin/iron/coal ?? Note: lowercase pl0x?
Players[0].Loc := 'lumby'; //Location of ur acc...
Players[0].Skill := 'Mining';
Players[0].Active := True;
Players[1].Name :='';//Username
last line is line 55
Sumilion
01-25-2007, 06:41 PM
Delete the other player setups.
x sk1l x
01-25-2007, 06:58 PM
ty sumil il try it out
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.