Results 1 to 7 of 7

Thread: PLs help me

  1. #1
    Join Date
    May 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default PLs help me

    Failed when compiling
    Line 456: [Error] (16805:5): Unknown identifier 'RandomRClickEvery' in script C:\Users\Jack\AutoFighters AutoCutter\Goblin Scheduler 0.46 PUB.scar

  2. #2
    Join Date
    May 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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 help pls pls help i apreciate all help

  3. #3
    Join Date
    Feb 2007
    Location
    USA
    Posts
    667
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  4. #4
    Join Date
    Dec 2006
    Location
    Australia
    Posts
    698
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    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;

  5. #5
    Join Date
    May 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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

  6. #6
    Join Date
    Jan 2007
    Location
    Not here
    Posts
    1,604
    Mentioned
    2 Post(s)
    Quoted
    19 Post(s)

    Default

    u can get SRL 3.6 from my VEM (Link in sig) it's the second last attachment on 1st post
    Sleeping...

  7. #7
    Join Date
    May 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it worked thank you so much for helping me

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •