Results 1 to 14 of 14

Thread: Need help!

  1. #1
    Join Date
    Mar 2015
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default Need help!

    I've looked at around 5 tutorials, and googled the topic, looking through each and every of the same error, and still can't fix it.

    I'm trying to run elfffyPc Script


    It open's up another tab in SIMBA called SmartParams and gives me the error:

    [Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(76:20): Unknown identifier 'SmartGetAvailablePID' at line 77
    Compiling failed.


    Can anyone help me to fix this?

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

    Default

    This Google search turns up an interesting thread as the first result, have you tried the fix detailed there?

    Also his name is elfyyy, not elfffy it's a common mistake.
    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
    Mar 2015
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    This Google search[/URL] turns up an interesting thread as the first result, have you tried the fix detailed there?

    Also his name is elfyyy, not elfffy it's a common mistake.
    I have infact tried that, it still isn't working. However, I did change the setLength input, and am now receiving this error:
    [Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(33:7): Unknown identifier 'smart_World' at line 34

  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 CallumDunn View Post
    I have infact tried that, it still isn't working. However, I did change the setLength input, and am now receiving this error:
    [Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(33:7): Unknown identifier 'smart_World' at line 34
    Don't edit the core files, please revert any changes you've made to them.

    Try Flight's fix here: https://villavu.com/forum/showthread.php?t=109041
    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
    Oct 2006
    Posts
    6,752
    Mentioned
    95 Post(s)
    Quoted
    532 Post(s)

    Default

    Man @KeepBotting; what is up with these posts lately?! The script is like 2 years old or so and people are struggling big time all of a sudden! If only they knew how to spell 'elfyyy' :'(
    “The long-lived and those who will die soonest lose the same thing. The present is all that they can give up, since that is all you have, and what you do not have, you cannot lose.” - Marcus Aurelius

  6. #6
    Join Date
    Mar 2015
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    Don't edit the core files, please revert any changes you've made to them.

    Try Flight's fix here:
    Thanks for your patience and assistance. I tried, and am now receiving this:
    [Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartGraphics.simba(22:3): Unknown identifier 'SmartSetDebug' at line 23
    Compiling failed.

    Quote Originally Posted by elfyyy View Post
    Man @KeepBotting; what is up with these posts lately?! The script is like 2 years old or so and people are struggling big time all of a sudden! If only they knew how to spell 'elfyyy' :'(
    Sorry dude, I misread your name.
    The reason being is because I've only just found out about SIMBA bot today, so first time using something quite unique. I'm used to saving a script, running it, and that being the end of it.
    Sorry again, elfyyy.

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

    Default

    Quote Originally Posted by CallumDunn View Post
    Thanks for your patience and assistance. I tried, and am now receiving this:
    [Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartGraphics.simba(22:3): Unknown identifier 'SmartSetDebug' at line 23
    Compiling failed.



    Sorry dude, I misread your name.
    The reason being is because I've only just found out about SIMBA bot today, so first time using something quite unique. I'm used to saving a script, running it, and that being the end of it.
    Sorry again, elfyyy.
    SmartSetDebug should be line 24, not 22 or 23 (https://github.com/SRL/SRL-OSR/blob/...hics.simba#L24)

    I'd ask you to do a reinstall of SRL-OSR, following the guide here: https://villavu.com/forum/showthread.php?t=107436

    I also suggest you delete the contents of /Simba/Plugins/ and let the updater download them, so we're sure we have the right ones.

    Quote Originally Posted by elfyyy View Post
    Man @KeepBotting; what is up with these posts lately?! The script is like 2 years old or so and people are struggling big time all of a sudden! If only they knew how to spell 'elfyyy' :'(
    No idea lol. I'd chalk it up to the fact that the community is kind of moving away from SRL-OSR and there's not a ton of support for it. The fixes to SRL-OSR's weird quirks and caveats are scattered about the forums and aren't in a centralized location, which makes finding them difficult...
    Last edited by KeepBotting; 03-15-2015 at 10:54 PM.
    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

  8. #8
    Join Date
    Mar 2015
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    SmartSetDebug should be line 24, not 22 or 23

    I'd ask you to do a reinstall of SRL-OSR, following the guide here:

    I also suggest you delete the contents of /Simba/Plugins/ and let the updater download them, so we're sure we have the right ones.
    Have re-downloaded, and replaced it. Now getting
    Exception in Script: Unable to find file 'SRL-OSR/SRL/misc/al_functions.simba' used from 'C:\Simba\Scripts\ElfyyyPc-V3.3.simba'

    Sorry if I'm just being stupid, I'm new to all this.

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

    Default

    Quote Originally Posted by CallumDunn View Post
    Have re-downloaded, and replaced it. Now getting
    Exception in Script: Unable to find file 'SRL-OSR/SRL/misc/al_functions.simba' used from 'C:\Simba\Scripts\ElfyyyPc-V3.3.simba'

    Sorry if I'm just being stupid, I'm new to all this.
    Nope, not at all. That means you've done it exactly right. Get al_functions.simba from here and put it where the script expects it to be.
    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

  10. #10
    Join Date
    Mar 2015
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    Nope, not at all. That means you've done it exactly right. Get al_functions.simba from and put it where the script expects it to be.
    Thanks for your patience.

    I'm back again though.

    I did that, and then I needed to get reflection, so I downloaded that file aswell, and placed it where it should be, and renamed the folder to 'Reflection'.

    Now, I'm getting this:

    [Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(76:20): Unknown identifier 'SmartGetAvailablePID' at line 77
    Compiling failed.






    EDIT: Sorry for replying 21 hours later. I had to sleep, then I had to go to work, then see my girlfriend, now I have a few hours until I repeat haha.
    Last edited by CallumDunn; 03-16-2015 at 09:56 PM.

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

    Default

    Quote Originally Posted by CallumDunn View Post
    Thanks for your patience.

    I'm back again though.

    I did that, and then I needed to get reflection, so I downloaded that file aswell, and placed it where it should be, and renamed the folder to 'Reflection'.

    Now, I'm getting this:

    [Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(76:20): Unknown identifier 'SmartGetAvailablePID' at line 77
    Compiling failed.






    EDIT: Sorry for replying 21 hours later. I had to sleep, then I had to go to work, then see my girlfriend, now I have a few hours until I repeat haha.
    Hmm, seems we're back to square one :P

    Try to apply Flight's fix (the second thread I linked you to) once more. Keep a backup of /Simba/Plugins/ in case it doesn't work.

    If it fails to function properly, Skype me and I'll TeamView you.
    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

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

    Default

    Quote Originally Posted by KeepBotting View Post
    Hmm, seems we're back to square one :P

    Try to apply Flight's fix (the second thread I linked you to) once more. Keep a backup of /Simba/Plugins/ in case it doesn't work.

    If it fails to function properly, Skype me and I'll TeamView you.
    Brilliant, that's done the trick! Thank you so much for your patience. You resolved this for me, and I'm thankful. If you play RS07 yourself, I can reward you with some gold if you'd like.

    It's just a shame the script isn't appearing to be working.

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

    Default

    Quote Originally Posted by CallumDunn View Post
    Brilliant, that's done the trick! Thank you so much for your patience. You resolved this for me, and I'm thankful. If you play RS07 yourself, I can reward you with some gold if you'd like.

    It's just a shame the script isn't appearing to be working.
    No payment necessary (nor is it allowed) you'd have to talk to elfyyy about the script itself, as he said it's a couple years old now
    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

  14. #14
    Join Date
    Mar 2015
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by KeepBotting View Post
    No payment necessary (nor is it allowed) you'd have to talk to elfyyy about the script itself, as he said it's a couple years old now
    Oh, my bad I never knew. Thank you for your time.
    I have replied to his topic about the script.

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
  •