Results 1 to 5 of 5

Thread: Error when compiling RS3 script

  1. #1
    Join Date
    Jan 2017
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Error when compiling RS3 script

    Getting this error when trying to compile my script

    DTUO2ys.png


    Simba was working fine for me for months until this morning i got that compile error didnt change anything and tried updating SRL but it said i already had the lastest version
    Last edited by Edward10432; 04-13-2017 at 12:10 PM.

  2. #2
    Join Date
    Apr 2016
    Posts
    126
    Mentioned
    1 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by Edward10432 View Post
    Getting this error when trying to compile my script

    DTUO2ys.png


    Simba was working fine for me for months until this morning i got that compile error didnt change anything and tried updating SRL but it said i already had the lastest version
    I get the same error, it probably is because of the action bar/interface update i think.
    Does anyone know what I have to change in the include to fix this?

  3. #3
    Join Date
    Oct 2012
    Posts
    1,258
    Mentioned
    40 Post(s)
    Quoted
    588 Post(s)

    Default

    The mayor pushed some nice changes to srl6 yesterday but forgot to call the new metrics file.

    Add the following to C:\Simba\Includes\srl-6\srl.simba
    Simba Code:
    {$include_once lib/interfaces/metrics.simba}
    to line ~61 like so:


    Should compile after that.

    Info on the new metrics code for getting exp if it's open anywhere on your screen: http://docs.villavu.com/srl-6/metrics.html

  4. #4
    Join Date
    Jan 2017
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    yep works now thanks alot

  5. #5
    Join Date
    Apr 2016
    Posts
    126
    Mentioned
    1 Post(s)
    Quoted
    37 Post(s)

    Default

    Quote Originally Posted by acow View Post
    The mayor pushed some nice changes to srl6 yesterday but forgot to call the new metrics file.

    Add the following to C:\Simba\Includes\srl-6\srl.simba
    Simba Code:
    {$include_once lib/interfaces/metrics.simba}
    to line ~61 like so:


    Should compile after that.

    Info on the new metrics code for getting exp if it's open anywhere on your screen: http://docs.villavu.com/srl-6/metrics.html
    Thanks for helping me once again

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
  •