Results 1 to 16 of 16

Thread: Why wont it work for me!?

  1. #1
    Join Date
    May 2013
    Posts
    98
    Mentioned
    1 Post(s)
    Quoted
    33 Post(s)

    Default Why wont it work for me!?

    I've followed so many guides, searched the forums for ages but I can't get any rs2007 scripts to work.

    I downloaded and updated SIMBA, then I downloaded SMART v8.0 and extracted it to the plugins, I downloaded the fonts and extracted them to the fonts folder then I downloaed the 'SRL-OSR'and extracted it to the includes and renamed it.

    But when I try and load any script in Lape I get this "Exception in Script: Unknown declaration "clWhite" at line 58, column 23 in file "C:\Simba\Includes\SRL-OSR\SRL-OSR\SRL\core\globals.simba"

    When I try in Pascal it opens up a new tab that says 'text' and gives me this "[Error] C:\Simba\Includes\SRL-OSR\SRL-OSR\SRL\core\text.simba(214:5): Unknown identifier 'TypeByte' at line 214
    Compiling failed."

    What am I missing!?

    Also should I use Lape or Pascal as the interpreter for running scripts in general?

  2. #2
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    Quote Originally Posted by EZ41 View Post
    I've followed so many guides, searched the forums for ages but I can't get any rs2007 scripts to work.

    I downloaded and updated SIMBA, then I downloaded SMART v8.0 and extracted it to the plugins, I downloaded the fonts and extracted them to the fonts folder then I downloaed the 'SRL-OSR'and extracted it to the includes and renamed it.

    But when I try and load any script in Lape I get this "Exception in Script: Unknown declaration "clWhite" at line 58, column 23 in file "C:\Simba\Includes\SRL-OSR\SRL-OSR\SRL\core\globals.simba"

    When I try in Pascal it opens up a new tab that says 'text' and gives me this "[Error] C:\Simba\Includes\SRL-OSR\SRL-OSR\SRL\core\text.simba(214:5): Unknown identifier 'TypeByte' at line 214
    Compiling failed."

    What am I missing!?

    Also should I use Lape or Pascal as the interpreter for running scripts in general?
    Code:
    C:\Simba\Includes\SRL-OSR\SRL-OSR\SRL\
    You have the SRL-OSR in a SRL-OSR folder, you need to make it look like:

    Code:
    C:\Simba\Includes\SRL-OSR\SRL\

    Forum account issues? Please send me a PM

  3. #3
    Join Date
    May 2013
    Posts
    98
    Mentioned
    1 Post(s)
    Quoted
    33 Post(s)

    Default

    Capture.PNG


    I've done that now and I'm getting this:

    "Exception in Script: Unknown declaration "SmartGetAvailablePID" at line 81, column 20 in file "C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba"
    [Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(76:20): Unknown identifier 'SmartGetAvailablePID' at line 76"
    Last edited by EZ41; 10-21-2013 at 09:24 PM.

  4. #4
    Join Date
    May 2013
    Posts
    98
    Mentioned
    1 Post(s)
    Quoted
    33 Post(s)

    Default

    I also tried running smartparams in simba and it gave me "Exception in Script: Unknown declaration "smart_World" at line 32, column 7"

    Any more help would be greatly appreciated

  5. #5
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by EZ41 View Post
    I also tried running smartparams in simba and it gave me "Exception in Script: Unknown declaration "smart_World" at line 32, column 7"

    Any more help would be greatly appreciated
    What for script are you trying to run. And smartparams wont run because its an include part.

  6. #6
    Join Date
    May 2013
    Posts
    98
    Mentioned
    1 Post(s)
    Quoted
    33 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    What for script are you trying to run. And smartparams wont run because its an include part.
    I was trying to run hoodzfighter,

    lmao just realized that's your script :P

    this version: 'HoodzFighter_osr-srl17'

  7. #7
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by EZ41 View Post
    I was trying to run hoodzfighter,

    lmao just realized that's your script :P

    this version: 'HoodzFighter_osr-srl17'
    Install newest simba, smart8.3, newest srl-osr include from github. Put your script interpreter on pascalscript.
    Its smart to also download the al_functions and te minireflection include.

    And if you use my fighter use the version: hoodzfighter (not the 17 version)

  8. #8
    Join Date
    May 2013
    Posts
    98
    Mentioned
    1 Post(s)
    Quoted
    33 Post(s)

    Default

    Thank you very much hoodz that did the trick, i needed the al-functions, minireflection anndd C_antirandoms :O

  9. #9
    Join Date
    Nov 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    Install newest simba, smart8.3, newest srl-osr include from github. Put your script interpreter on pascalscript.
    Its smart to also download the al_functions and te minireflection include.

    And if you use my fighter use the version: hoodzfighter (not the 17 version)
    Where do I download the al_functions and the minireflection include? I'm currently getting the error message:

    Exception in Script: Unable to find file 'SRL-OSR/SRL/misc/al_functions.simba

  10. #10
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by Calvyyy View Post
    Where do I download the al_functions and the minireflection include? I'm currently getting the error message:

    Exception in Script: Unable to find file 'SRL-OSR/SRL/misc/al_functions.simba
    replace your current srl-osr include with this one: http://www.filedropper.com/srl-osr

  11. #11
    Join Date
    Feb 2014
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Having this same problem any chance you could re upload that link Hoodz?

  12. #12
    Join Date
    Mar 2014
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Mythos, here is al_functions.simba. I can't PM you yet because I Need 10 posts.

    http://villavu.com/forum/attachment....5&d=1376687964

  13. #13
    Join Date
    Dec 2014
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    BUMP Al_Functions still has no fresh link, can't find it anywhere. D:

  14. #14
    Join Date
    Mar 2013
    Posts
    1,010
    Mentioned
    35 Post(s)
    Quoted
    620 Post(s)

    Default

    Quote Originally Posted by glennandrew View Post
    BUMP Al_Functions still has no fresh link, can't find it anywhere. D:
    https://dl.dropboxusercontent.com/s/...ons.simba?dl=1

    Al_functions here, (Hopefully it will turn up when people search it)
    #slack4admin2016
    <slacky> I will build a wall
    <slacky> I will ban reflection and OGL hooking until we know what the hell is going on

  15. #15
    Join Date
    Jan 2007
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Thanks, gonna bump this thread to give hope to others finding it. Instead of posting the link myself.
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly.

    www.facebook.com/AngeVashes

  16. #16
    Join Date
    May 2015
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Thanks Mate. I couldnt find the al_functions anywhere.

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
  •