Failed when compiling
Line 456: [Error] (16805:5): Unknown identifier 'RandomRClickEvery' in script C:\Users\Jack\AutoFighters AutoCutter\Goblin Scheduler 0.46 PUB.scar
Failed when compiling
Line 456: [Error] (16805:5): Unknown identifier 'RandomRClickEvery' in script C:\Users\Jack\AutoFighters AutoCutter\Goblin Scheduler 0.46 PUB.scar
i got this result when trying to load the port sarim auto and ive been tryin gfor ages and i just dont have the knowledge to solve it. PLs help me. ALso what are identifiers because i see lots of people having sproblems with them around the forum and we need helppls pls help i apreciate all help
![]()
what version of srl do you have?
The unknown identifier error means that the script is trying to call a procedure/function (in this case randomRClickEvery) which it doesn't recognize. Most likely it was in a different version of SRL from the one you currently have.
As explained above, The new SRL verison doesnt support RandomClick and everything. You just have to replace the Antiban in your script with something else. for example
SCAR Code:{======================================================================
Anti-Ban //
=======================================================================}
procedure WereHuman;
begin
if not (LoggedIn) then Exit;
begin
case Random(60) of
0: HoverSkill('attack', false);
5: AlmostLogout;
10:begin
GameTab(1 + Random(12));
Wait(1500 + Random(500));
GameTab(4);
end;
15: HoverSkill('random', false);
25: begin
GameTab(Random(5));
Wait(1500 + Random(500));
GameTab(4);
end;
30: begin
GameTab(1);
Wait(1500 + Random(500));
GameTab(4);
end;
end;
end
end;
i hvae the latest srl v370 and scar 2.03. would i be able to get a previous version from somewhere so that it works with the port sarim willow chopper and banker script? thanks for repying![]()
u can get SRL 3.6 from my VEM (Link in sig) it's the second last attachment on 1st post
Sleeping...
it worked thank you so much for helping me![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)