I don't have an 07 account to fix this script with :/ Anyone willing to lend me theirs for about an hour sometime tomorrow?
I don't have an 07 account to fix this script with :/ Anyone willing to lend me theirs for about an hour sometime tomorrow?
Sure. But i don't know if i can be on the same time as you? maybe pm me on #SRL (nick is samer) i'll let you use my acc to get all things sorted, just hit me up on irc if am on.
can you fix this??
Fight caves have been nerfed for training.
You have to wait 2 minutes before re-entering the fight caves mini-game.
R.I.P Fight caves.![]()
5 minutes if you come out of caves very fast (low level pures ) R.I.P
can you make a script to do with the ranging guild? making sure it does all randoms and works 24/7 because your scripts are the BEST!
[Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(62:26): Invalid number of parameters at line 62
Compiling failed. ?
[Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(76:20): Unknown identifier 'SmartGetAvailablePID' at line 76
Not quite sure what this means but maybe someone could help me fix?
most errors are easy to be solved, the error i got when i ran this script was:
[Error] D:\Downloads\NebulaFightCaves1.1 (3).simba(252:5): Unknown identifier 'Smart_FixSpeed' at line 252
the line of code it was pointing to was:
begin
{$IFDEF SMART}
Smart_FixSpeed := True;
{$ENDIF}
SetupSRL;
SRL_CombatRandoms := false;
DeclarePlayers;
LogInPlayer;
ClearDebug;
StartXp := GetXP(SKILL_TRAINING);
repeat
Case random(99)+1 of
1..Check_XP_Chance: Proggy;
end;
Entercave;
WaitWhileFighting;
until false;
end.
simba notices that the code was incorrect, the only thing i had to do was remove the line with : Smart_FixSpeed := True;
so the last part should look like this
begin
{$IFDEF SMART}
{$ENDIF}
SetupSRL;
SRL_CombatRandoms := false;
DeclarePlayers;
LogInPlayer;
ClearDebug;
StartXp := GetXP(SKILL_TRAINING);
repeat
Case random(99)+1 of
1..Check_XP_Chance: Proggy;
end;
Entercave;
WaitWhileFighting;
until false;
end.
in your case however, i would try to reinstall smart, then if you get the error i wrote about just now, it will be an easy fix
if you need any help
add my skype: fkeuning
[Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(76:20): Unknown identifier 'SmartGetAvailablePID' at line 76
Compiling failed.
i've been searching for a solution all day, i don't wanna sound like a 'newfag' but i have no idea how to fix this error. please help!
There are currently 1 users browsing this thread. (0 members and 1 guests)