Results 1 to 6 of 6

Thread: Error: File "SRL/SRL.Simba" not found at line 3 Compiling failed.

  1. #1
    Join Date
    Apr 2013
    Posts
    57
    Mentioned
    2 Post(s)
    Quoted
    16 Post(s)

    Default Error: File "SRL/SRL.Simba" not found at line 3 Compiling failed.

    Hello everyone, aftter 2 hours of trying to fix this problem and looking for forums etc, i decided to ask for help, i cant rune the start script like this
    Code:
    Program testP07;
    
    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}
    
    //LOGIN INFO STUFF
    Procedure P07_DeclarePlayer;
    Begin
      P07_PlayerName:='username';
      P07_PlayerPass:='password';
    End;
    
    Begin
    
      P07_DeclarePlayer;
      SetupP07Include;
      ActivateClient;
      Wait(2000);
      If (Not P07_LoggedIn) Then
        P07_LogInPlayer;
      P07_MakeCameraAngleHigh;
      P07_MakeCompassNorth;
    
      Writeln(P07_GetUpText);
    
      If P07_BankScreen Then
        WriteLn('Bank is Open');
      If P07_InvFull Then
        WriteLn('Inventory is Full');
    
    End.
    Thank you for any help, me folders look like this http://prntscr.com/8951ec and this http://prntscr.com/8951ke. Thank you for any help...

  2. #2
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    What you're using (P07Include and SRL-5) is massively outdated. None of that stuff is going to work properly.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  3. #3
    Join Date
    Apr 2013
    Posts
    57
    Mentioned
    2 Post(s)
    Quoted
    16 Post(s)

    Default

    i downloadd this: https://github.com/SRL/SRL-OSR

  4. #4
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by fulldragons View Post
    SRL-OSR is also outdated (and unrelated to the script you're trying to run). P07Include was developed by @DannyRS; before SRL-OSR existed.

    I would recommend checking out AeroLib, you'll have a much better experience with it. Most public OSRS scripts require it.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

  5. #5
    Join Date
    Apr 2013
    Posts
    57
    Mentioned
    2 Post(s)
    Quoted
    16 Post(s)

    Default

    can you tech me how, what to download etc?

  6. #6
    Join Date
    Dec 2011
    Location
    East Coast, USA
    Posts
    4,231
    Mentioned
    112 Post(s)
    Quoted
    1869 Post(s)

    Default

    Quote Originally Posted by fulldragons View Post
    can you tech me how, what to download etc?
    Read the thread I linked you to. It contains everything you need to know.
    GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!

    <BenLand100> we're just in the transitional phase where society reclassifies guns as Bad™ before everyone gets laser pistols

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
  •