Results 1 to 13 of 13

Thread: SRL-OSR Issue?

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

    Default SRL-OSR Issue?

    So I purchased a private script, and I keep having errors with this part: (my first time every using SIMBA, soo... yeah :/)
    {$I SRL-OSR/SRL.Simba}
    {$I SPS/SPS-OSR.Simba}
    {$I SRL-OSR/SRL/Misc/SmartGraphics.Simba}

    Not sure what the deal is, Here's a copy/paste. (I followed the guide HERE: http://villavu.com/forum/showthread.php?t=99577 and it was NO help. :/??)

    Exception in Script: Unable to find file 'SRL-OSR/SRL.Simba' used from 'C:\Users\Austin\Desktop\****.simba'
    Exception in Script: Unable to find file 'SPS/SPS-OSR.Simba' used from 'C:\Users\Austin\Desktop\****.simba'

    TV help would be appreciated? :/ Pretty lost TBH. I followed all of Sohojo's guides on pretty much setting simba up from scratch, and i've gotten this far >.< Pretty frustrating...

    POST BELOW ?

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

    Default

    "We need to rename the folder SRL-OSR-master to SRL-OSR. "
    How is that of no help?

  3. #3
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Normally helping out with something like this would be no issue, but since whoever sold you a script and failed to tell you how to set it up, it's their obligation to get it running for you, not just pass you on to us to help you. At this point it's their responsibility.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  4. #4
    Join Date
    Apr 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Flight View Post
    Normally helping out with something like this would be no issue, but since whoever sold you a script and failed to tell you how to set it up, it's their obligation to get it running for you, not just pass you on to us to help you. At this point it's their responsibility.
    We have both spend 1+ hours doing it over teamviewer.
    WE DID re-name the file, and yet it still fails to work.
    I have seen we are using the same code (I viewed his screen.. everything is set-up the same...) except mine won't run :/

    I'm not too worried about THE script, It's essentially ALL scripts. I just want to be able to bot in general.

  5. #5
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Ok, have you tried just putting that script inside the 'Scripts' folder in Simba? Probably (C:/Simba/Scripts). Put it there, open Simba through the actual program (NOT opening Simba through the script) [Simba.exe], then through Simba open the script that's now in your 'Scripts' folder, NOT the one on your desktop. See if that works.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  6. #6
    Join Date
    Apr 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I have the code, not the .simba file thing... How would I do that?

    Let me see if I can figure it out quick! be right back. :P


    Exception in Script: Unable to find file 'SRL-OSR/SRL.Simba' used from 'C:\Simba\Scripts\****.simba'

    Yup, moved the file to scripts.. still getting ^^. I have SRL-OSR in COmp?>:c>SIMBA>Includes?>SRL-OSR>SRL-OSR?


    http://puu.sh/2sWNJ
    http://puu.sh/2sWO5
    http://puu.sh/2sWOo
    Followed the SRL thread guide thing, and that's how it looks^^ I'm not sure if that's correct? Maybe this is my problem? Not sure though.
    Last edited by AustinS; 04-03-2013 at 05:08 AM.

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

    Default

    As Flight said, normally we would give a direct answer to the problem but since you purchased it then it's up the seller to offer support.

    Look at your folder structure.

    Forum account issues? Please send me a PM

  8. #8
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by AustinS View Post
    I have the code, not the .simba file thing... How would I do that?

    Let me see if I can figure it out quick! be right back. :P


    Exception in Script: Unable to find file 'SRL-OSR/SRL.Simba' used from 'C:\Simba\Scripts\****.simba'

    Yup, moved the file to scripts.. still getting ^^. I have SRL-OSR in COmp?>:c>SIMBA>Includes?>SRL-OSR>SRL-OSR?


    http://puu.sh/2sWNJ
    http://puu.sh/2sWO5
    http://puu.sh/2sWOo
    Followed the SRL thread guide thing, and that's how it looks^^ I'm not sure if that's correct? Maybe this is my problem? Not sure though.
    Ok, ":c>SIMBA>Includes?>SRL-OSR>SRL-OSR" is wrong. It should be:
    Code:
    Computer\C:\Simba\Includes\SRL-OSR



    With that being said, it makes me wonder who it was who sold you a private script that, apparently, he claims he made, yet he can't figure out how to set up Simba for you... *ponders about plagiarism*

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


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

    Default

    Quote Originally Posted by Flight View Post
    Ok, ":c>SIMBA>Includes?>SRL-OSR>SRL-OSR" is wrong. It should be:
    Code:
    Computer\C:\Simba\Includes\SRL-OSR



    With that being said, it makes me wonder who it was who sold you a private script that, apparently, he claims he made, yet he can't figure out how to set up Simba for you... *ponders about plagiarism*


    It's a fairly basic Script TBH, but I am certain (95%?), as he IS a script writer for PB (with decent scripts TBH), he did one or two for wBot, and... Yeah...
    OK, so I moved it to exactly how yours is... NOW:

    Exception in Script: Unable to find file 'SPS/SPS-OSR.Simba' used from 'C:\Simba\Scripts\****.simba'

    LOL.
    Now i've gotta go look up the SPS guide.. I think I've got it though!
    Last edited by AustinS; 04-03-2013 at 04:40 PM.

  10. #10
    Join Date
    Mar 2013
    Posts
    85
    Mentioned
    1 Post(s)
    Quoted
    21 Post(s)

    Default

    Do you know how to fix a SRL issue where the script eats all the food even when HP is not low? It happens with all bots i use that involve eating (07 bots) I use the script it self to open simba not simba.exe to open scripts, you think that could be it?

  11. #11
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    if you're still having issues let me know. I can TV while I'm at work so long as you can remain in front of the computer the ENTIRE time.

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

    Default

    Pretty sad that the guy you bought a script from can't even set up simba correctly.
    I wonder bout the quality of your purchase

    Creds to DannyRS for this wonderful sig!

  13. #13
    Join Date
    Mar 2013
    Posts
    85
    Mentioned
    1 Post(s)
    Quoted
    21 Post(s)

    Default

    anyway you could help me fix my problem? its with 07 bots and not an issue with the script with i think with SRL

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
  •