Page 1 of 7 123 ... LastLast
Results 1 to 25 of 151

Thread: Everything you need to know about setting up Simba, SRL and Reflection!

  1. #1
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default Everything you need to know about setting up Simba, SRL and Reflection!

    This guide will hopefully include all the information that is needed to setup Simba so that it is completely ready to use any script with (so long as it works with simba)

    I will try to include as many images as i can to make it as easy to follow as i can

    First of all you will need to have installed java, then download simba from this location http://wizzup.org/simba/

    Click on the Download tab at the top


    Click on "here" to download the installer and download it.


    Once you have downloaded the file install it by double clicking on the file or double clicking on the browsers built in download manager




    Once you have installed Simba you can open it up

    This is is what simba looks like at the current time of writing this tutorial


    Next thing to do is update Simba because the installer is not updated, but luckily there is a built-in updater

    If you look at the bottom of the image above you will see in the white box (which is called the debug box) that there is an update available

    Click on the little red and green arrows at the top of the screen


    The following window will popup which will download and update simba


    Click on the update button


    Then when it tells you to restart all runing Simba binaries, restart Simba

    Once simba has been restarted you should have a screen like the one below


    Next we will install SRL and Reflection

    Click on "View"


    Then "Extensions"


    This window will pop up


    Click on srl.sex


    Click on the checkbox beside "Enable: SRL Updater"


    Do the same for msi.sex too



    do the same for any others you want

    just a little run down of what each one dones:
    srl.sex: srl.sex is a little extension which will automatically update your srl and reflection when a new version comes out

    msi.sex: msi.sex is a little extension which will automatically update your msi when a new version comes out. MSI is a community script which does multiple skills all in one script. more info can be found at http://villavu.com/forum/showthread.php?t=57724

    associate.sex: associate.sex is a little extension which will associate all .simba files with simba which will stop them from opening in another text editor

    dtm_editor.sex: dtm_editor.sex is a little extension which gives you a DTM editor which is used for making DTM's which are used in scripts

    security.sex: security.sex is a little extension which will ask you everytime simba tries to access a file or web address, this is for security reasons

    paster.sex: this extension lets you paste your script online with a click of a button so there is no copy and pasting

    CRov.sex: this saves your scripts while your editing them so if simba crashes for anyreason, you will not loose any of what you have written

    Close the window and click on the SRL menu, then "Check for update"


    do the same for the MSI menu

    Close the window and in the debug box it should say the following


    now one last thing to do

    run this
    Simba Code:
    program new;
    {$DEFINE SMART}
    {$i srl/srl.simba}

    begin
      SetupSRL;
    end.

    if the following pops up after a few seconds then you have successfully setup Simba, if it does not or it comes up with an error then post a reply and i will try to help as soon as possible


    If instead of showing the above image it pops up a error message about a file called msvcr71.dll then follow this tutorial which was also made by me : http://villavu.com/forum/showthread.php?p=735219

    If instead of showing the above image it pops up a error message about sps32 or libsmart32 not being available then do this (also by me) : http://villavu.com/forum/showpost.ph...0&postcount=14

    Congratz! You now have Simba, SRL and Reflection set up so you can run ANY Simba compatible script
    If you are having a problem where you run a script and it just sits on the login screen, then go to to this thread Link

    Also when SRL, Reflection or MSI becomes outdated, they will automatically be updated for you
    If there is a update for Simba then simply do the steps from above when you first updated Simba


    Let me know if i forgot anything

    ~shut
    Last edited by Shuttleu; 02-05-2012 at 11:11 PM.

  2. #2
    Join Date
    Mar 2007
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I was just searching for something like this! How convenient! Thank you!

  3. #3
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    There is a lot of sex going on in those folders...

    Funny, I was just searching this, saw this tut and figured it was an old one, skimmed through it, then saw it again on new posts later and was like "oh it's new" .

    I was just making sure that I was setting it up right on my laptop, wouldn't really wanna have a messed up version.

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  4. #4
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,691
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Great! Do note that we may include reflection.sex with the installer, as well as a DTM editor and Associate tool.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  5. #5
    Join Date
    Mar 2006
    Location
    Behind you
    Posts
    3,193
    Mentioned
    61 Post(s)
    Quoted
    63 Post(s)

    Default

    Quote Originally Posted by Wizzup? View Post
    Great! Do note that we may include reflection.sex with the installer, as well as a DTM editor and Associate tool.
    Lol I was going to say he needed to add File association but if all that's in the new installer I might just need to get the new installer instead. I don't think I have the Reflection one installed. Nice Tut though.

    "Sometimes User's don't need the Answer spelled out with Code. Sometimes all they need is guidance and explanation of the logic to get where they are going."

  6. #6
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  7. #7
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,691
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Title changed, thanks.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  8. #8
    Join Date
    Aug 2010
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Said i'm missing MSVCR71.dll, so I googled it and downloaded it. Even put it in C; then the simba folder in C; just to see if placement mattered. I reran the script 3 times with the program supposedly downloaded to my computer, but it STILL says it's missing. Any ideas?

  9. #9
    Join Date
    May 2006
    Location
    Amsterdam
    Posts
    3,620
    Mentioned
    5 Post(s)
    Quoted
    0 Post(s)

    Default

    Cool guide
    Verrekte Koekwous

  10. #10
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    Quote Originally Posted by Hex View Post
    Said i'm missing MSVCR71.dll, so I googled it and downloaded it. Even put it in C; then the simba folder in C; just to see if placement mattered. I reran the script 3 times with the program supposedly downloaded to my computer, but it STILL says it's missing. Any ideas?
    You need to put it in your system folder. But you should download Visual C++ Redistributable Package.
    There used to be something meaningful here.

  11. #11
    Join Date
    Aug 2010
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'll try finding that version you reccomended, but just to see if it'd work I tried it like this. Is this where I should put the file? (Do I need to put the zipped AND unzipped folder in there?) etc. [img]http://img251.imageshack.us/img251/8291/failisfail.png[img]

  12. #12
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  13. #13
    Join Date
    Aug 2010
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just checked System32 and System64wow folders in windows, (system folder was empty, still tried putting it in there once to try though) and both 32 and 64 system folders have the msvcr71.dll application extension in them. Dunno why it's messing up and giving me that error.

  14. #14
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Hex View Post
    Just checked System32 and System64wow folders in windows, (system folder was empty, still tried putting it in there once to try though) and both 32 and 64 system folders have the msvcr71.dll application extension in them. Dunno why it's messing up and giving me that error.
    the System folder can usually be empty, are you sure that it is not showing you another error after you have put it in the System folder?

    ~shut

  15. #15
    Join Date
    Aug 2010
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  16. #16
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    cupified!
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  17. #17
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    Quote Originally Posted by Hex View Post
    Put it in system/ not system/something/.

  18. #18
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  19. #19
    Join Date
    Aug 2010
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Woo it worked! Thanks a million. Much <3. Sorry for being a hassle, sl1p told me about this and then ditched me before babying me through it like you did. Cheers

  20. #20
    Join Date
    Sep 2010
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sorry im new here but when i ran the code all i got was:

    doesn't exist
    Exception in Script: Unable to find file 'reflection/reflection.simba' used from ''

    can anyone please tell me how to fix that, ty.

    oh nvm, i fixed it :P ty for the tutoril.
    Last edited by scarnak; 09-05-2010 at 01:32 PM.

  21. #21
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

  22. #22
    Join Date
    Sep 2008
    Location
    My House
    Posts
    519
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I got this...

    Code:
    SMART Initialized.
    Loaded: Server 41, Members: False, Signed: True, Super Detail: False.
    Error: Exception: Access violation at line 110
    The following DTMs were not freed: [SRL - Lamp bitmap]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]
    File[C:\Simba\Includes\SRL\Logs\SRL Log 09-09-10 0.txt] has not been freed in the script, freeing it now.
    On this line

    Code:
    Result := FindColor(cx, cy, 16777215, 439, 491, 440, 492);
    It opens a seperate tab called players and line 110 is highlighted.
    Still learning to code in Simba.

  23. #23
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by death12652 View Post
    I got this...

    Code:
    SMART Initialized.
    Loaded: Server 41, Members: False, Signed: True, Super Detail: False.
    Error: Exception: Access violation at line 110
    The following DTMs were not freed: [SRL - Lamp bitmap]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]
    File[C:\Simba\Includes\SRL\Logs\SRL Log 09-09-10 0.txt] has not been freed in the script, freeing it now.
    On this line

    Code:
    Result := FindColor(cx, cy, 16777215, 439, 491, 440, 492);
    It opens a seperate tab called players and line 110 is highlighted.
    do you have java installed?

    ~shut

  24. #24
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,691
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by Shuttleu View Post
    do you have java installed?

    ~shut
    I think he has, it says SMART Initialised.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  25. #25
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

Page 1 of 7 123 ... LastLast

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
  •