Results 1 to 9 of 9

Thread: Can't Figure out this error HELP!

  1. #1
    Join Date
    Dec 2011
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default Can't Figure out this error HELP!

    So i'm trying to run Simple FightCaver, and after hours of reading tutorials and playing around with things ive come into one problem that might be the last but i cant find a way to correct it.


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


    I would really like to run the script but idk what I did wrong
    Any help is appreciated

    Thanks!

  2. #2
    Join Date
    Sep 2007
    Location
    BitLeak
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Have this in your includes folder?

    https://github.com/SRL/SRL-OSR

  3. #3
    Join Date
    Dec 2011
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default


    It should have everything in there. I downloaded and extracted the exact zip in the link you sent me though^

  4. #4
    Join Date
    Sep 2007
    Location
    BitLeak
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Have you already setup Simba to work with the newest version of SMART as well as 07scape?

    If yes, did you run a test script and compile it successfully?

  5. #5
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Simba>Help>About
    What Revision # do you have?

    Try doing Simba>Tools>Update

  6. #6
    Join Date
    Dec 2011
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    http://gyazo.com/55863eee017d2e95ecb7b2a2b800ee9c
    Tested the sample script and it works good. Thats the log. Still getting the same error as before when trying to start the fight cave script

    When going to help>about

    Simba is released under the GPL license.
    You are currently using version: 992
    Compiled with FPC version 2.4.4

  7. #7
    Join Date
    Dec 2011
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    I Inserted "program new;
    {$DEFINE SMART}
    {$i SRL/SRL.simba}

    begin
    SetupSRL();
    end. "
    Before the script and smart loads and then does nothing at log in and then the script stops. This is what the log says:
    SRL Compiled in 16 msec
    Loading SMART: http://oldschool33.runescape.com/j1
    Successfully executed.

  8. #8
    Join Date
    Dec 2011
    Posts
    46
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Now When i try to put:
    program new;
    {$Define Smart}
    {$i SRL/SRL.simba}
    {$I P07Include.Simba}

    Smart loads up perfectly fine but the script executes right after it loads.


    Would someone like to see the exact script i'm using pasted onto the thread?
    Last edited by Rob0222; 03-27-2013 at 12:59 AM.

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

    Default

    Quote Originally Posted by Rob0222 View Post
    Now When i try to put:
    program new;
    {$Define Smart8}
    {$i SRL/SRL.simba}
    {$I P07Include.Simba}

    at the top of the script I get this error:

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(293:131): Invalid number of parameters at line 292
    Compiling failed.

    Would someone like to see the exact script i'm using pasted onto the thread?
    Do u have skype? PM me i'll help

    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)

Posting Permissions

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