Results 1 to 7 of 7

Thread: PLEASE HELP - READ THROUGH FAQ's AND STILL COULDN'T FIND SOLUTION

  1. #1
    Join Date
    May 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Question PLEASE HELP - READ THROUGH FAQ's AND STILL COULDN'T FIND SOLUTION

    When I try to start my flax picking script I get the error code :


    [Error] C:\Simba\Includes\SRL-OSR/SRL/core/flag.simba(96:20): Unknown identifier 'bmpMinimapMask' at line 95
    Compiling failed.

    And in the part where the script info is it mentions something about a code with "pascal".

    Someone please help me

  2. #2
    Join Date
    Apr 2012
    Location
    Canada, Bc
    Posts
    1,593
    Mentioned
    6 Post(s)
    Quoted
    356 Post(s)

    Default

    Try Tools>Update
    If there is no update, do FORCE. For both simba and srl.
    If still having problem then DELETE everything simba related and try again, also redownload the OSRS on github.

  3. #3
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    Are you running the script, or the file itself?

  4. #4
    Join Date
    May 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Question

    Quote Originally Posted by NKN View Post
    Are you running the script, or the file itself?
    Im opening simba then doing file > open > then clicking on the script file?

    is that correct?

  5. #5
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Plated View Post
    Im opening simba then doing file > open > then clicking on the script file?

    is that correct?
    Yeah it is.


    1) Go to Script > Interpreter : Make sure it's on PascalScript (NOT Lape)

    2) Are your extensions enabled?
    Go to View > Extensions: Enable: associate, extension, sps, and srl.sex
    Then enable Ext. Menu: View > Extensions Menu
    Now Update: Extensions > Check for Update / SRL > Check for Update / SPS > Check for Update

    3) Restart Simba and try again.


    If that didn't work then delete SRL-OSR in your Include folder
    and re-install using this easy setup: http://villavu.com/forum/showthread.php?t=100478
    Last edited by Sjoe; 05-28-2013 at 05:59 AM.

    Creds to DannyRS for this wonderful sig!

  6. #6
    Join Date
    May 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by Sjoe View Post
    Yeah it is.


    1) Go to Script > Interpreter : Make sure it's on PascalScript (NOT Lape)

    2) Are your extensions enabled?
    Go to View > Extensions: Enable: associate, extension, sps, and srl.sex
    Then enable Ext. Menu: View > Extensions Menu
    Now Update: Extensions > Check for Update / SRL > Check for Update / SPS > Check for Update

    3) Restart Simba and try again.




    If that didn't work then delete SRL-OSR in your Include folder
    and re-install using this easy setup: http://villavu.com/forum/showthread.php?t=100478
    So Basically I Did all this and now i get this error:

    "Error: Out Of Range at line 15"

    Line 15 on my script says this:

    "Players[1].Name := '(my username)'; //UserName"

  7. #7
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by Plated View Post
    So Basically I Did all this and now i get this error:

    "Error: Out Of Range at line 15"

    Line 15 on my script says this:

    "Players[1].Name := '(my username)'; //UserName"
    Make sure it says

    NumberOfPlayers(1);
    CurrentPlayer := 1;

    Creds to DannyRS for this wonderful sig!

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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