Page 1 of 8 123 ... LastLast
Results 1 to 25 of 186

Thread: [OUTDATED] How to Setup Simba for Old School RS

  1. #1
    Join Date
    Sep 2008
    Location
    Sweden
    Posts
    70
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Exclamation [OUTDATED] How to Setup Simba for Old School RS

    Introduction

    There seems to be a lot of confusion regarding how you use Simba with the newly released Old school version of Runescape,
    this thread should make you realize how easy it is to setup and use Simba.



    Quick Guide
    Video Tutorial by YoHoJo:
    General Setup:http://youtu.be/Iox4LylEj40
    Get SMART to load RS07: http://youtu.be/0N-RWHwHHAY

    1. Setup Simba
    2. Download the unofficial include by DannyRS (http://villavu.com/forum/showthread.php?t=96863)
    3. Download a script from the Old School script section (http://villavu.com/forum/forumdisplay.php?f=516)
    4. Done! Happy botting





    In-depth Guide

    First, you need to download Simba and SRL just like when you are botting in "real" Runescape, which a very easy process.
    You can find a detailed tutorial on doing so (and a video tutorial) made by Coh3n here: http://villavu.com/forum/showthread.php?t=47714

    Second, as many of the function provided by SRL are not compliant with Old School Runescape, a remade SRL Resource Library for the 07 servers is in the making,
    which you can find here: https://github.com/SRL/SRL-OSR. Most scripts that are released now use the unofficial include made by DannyRS called P07Include.simba, you can find out if a script uses this include by looking at the top of a script.

    if you see {$I P07Include.simba} at the top of the script you know that it is using this include.

    You can find DannyRS's Include here: http://villavu.com/forum/showthread.php?t=96863
    It consists of two files that are attached to the thread, download both. one is P07Include.simba which is a include like any other containing procedures and functions, the other one is a font.
    To install the include you need to first extract the zip archive that the font is packaged in and locate your Simba directory (mine is at C:\Simba), the font goes in the map called Fonts.


    The other file (P07Include.simba) goes in the Includes directory


    Now that Simba is setup to work with Old School Runescape you can start scripting, or download a script made by somebody else that you can find in the scripts section of the Old School forum, here: http://villavu.com/forum/forumdisplay.php?f=516

    Most of the scripts released however come with what is called anti-leeching, which can be confusing for new users of Simba/SRL. In essence, it's errors in the code made by the author that the user is supposed to fix by themselves, used to weed out the leechers. To help solve this, i recommend learning some basic scripting by reading some tutorials, like the tutorial by Coh3n for absolute beginners of Simba (http://villavu.com/forum/showthread.php?t=58935), If you encounter something you can't solve by reading all tutorials that exist and testing on your own, or something you even suspect is a bug in the script, feel free to post in the script's thread or asking for help on the IRC (#SRL or #Simba on irc.rizon.net), be polite and patient and someone will help you.




    How to set up SMART for use with DannyRS's plugin

    There are 3 Files attached to this thread, SMARTParams.simba, Globals.simba and Login.simba, first download them.
    save Globals.simba and Login.simba in C:\Simba\Includes\SRL\SRL\Core (or wherever your Simba install directory is.) and overwrite the old ones.


    save SMARTParams.simba in C:\Simba\Includes\SRL\SRL\Misc (or wherever your Simba install directory is.) and overwrite the old one.



    Now you should be able to load runescape using SMART with this basic script

    Simba Code:
    program new;
    {$DEFINE SMART}
    {$i SRL/SRL.simba}

    begin
      SetupSRL();
    end.
    Thus you load SMART using
    Simba Code:
    {$DEFINE SMART}

    If you wish to change the world that SMART loads (the includes attached here makes SMART load on world 33) you can open C:\Simba\Includes\SRL\SRL\Misc\SMARTParams.simba (the one you downloaded from here) and scroll down to line 38 and change 33 to whatever world you want to be in
    Simba Code:
    Page := 'http://oldschool33.runescape.com/,j1';

    Attached Files Attached Files
    Last edited by YoHoJo; 03-04-2013 at 02:30 PM.
    Quote Originally Posted by #SRL
    * Gurkan` performs brain surgery on Wizzup
    <Wizzup> wat!
    <Gurkan`> now he believes everything you say
    <Gurkan`> Wizzup, im way cooler than you
    <Wizzup> k

  2. #2
    Join Date
    Jan 2012
    Location
    In A Farm
    Posts
    3,301
    Mentioned
    30 Post(s)
    Quoted
    444 Post(s)

    Default

    Nice little guide, it would be a good idea if on every script they linked it to here in case they got a problem..

  3. #3
    Join Date
    Sep 2008
    Location
    Sweden
    Posts
    70
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Thank you, yes that would be good, the guide was intended and written to be linked to and read by beginners to provide basic understanding instead of asking unnecessary questions
    Quote Originally Posted by #SRL
    * Gurkan` performs brain surgery on Wizzup
    <Wizzup> wat!
    <Gurkan`> now he believes everything you say
    <Gurkan`> Wizzup, im way cooler than you
    <Wizzup> k

  4. #4
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Thanks for writing this. I've gotten 8 PMs a day about problems with the 07 include. I've added a link to this thread in my Simba setup guide, and the SRL FAQ.

  5. #5
    Join Date
    Sep 2008
    Location
    Sweden
    Posts
    70
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Good, Was planning to write about SRL-007 a bit too when i try it out for myself.
    Quote Originally Posted by #SRL
    * Gurkan` performs brain surgery on Wizzup
    <Wizzup> wat!
    <Gurkan`> now he believes everything you say
    <Gurkan`> Wizzup, im way cooler than you
    <Wizzup> k

  6. #6
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Who can help me? Setup my pc simba bot , i will pay 07 cash
    skype me : Zvelsa2

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

    Default

    why does mine open normal runescape?

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

    Default

    Nice guide , will help a lot of people

    Creds to DannyRS for this wonderful sig!

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

    Default

    it helped to me now need to fix the banking and walking

  10. #10
    Join Date
    Nov 2011
    Posts
    171
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    wow very nice guide this should help many

  11. #11
    Join Date
    Jan 2012
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Thank you very much, it helped me out. Also, I barely understand any of this, but why not just remove the comma in
    Simba Code:
    Page := 'http://oldschool##.runescape.com/,j1';
    ?

    Whats the purpose of having it and then exploding it?

  12. #12
    Join Date
    Sep 2008
    Location
    Sweden
    Posts
    70
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by SmellyPenguin View Post
    Thank you very much, it helped me out. Also, I barely understand any of this, but why not just remove the comma in
    Simba Code:
    Page := 'http://oldschool##.runescape.com/,j1';
    ?

    Whats the purpose of having it and then exploding it?
    That was mostly me being lazy, you could remove the comma, but then you would need to alter some other lines too, the end result is the same. as this is just a temporary fix till you can use SRL-007 it doesnt need to be perfect
    Quote Originally Posted by #SRL
    * Gurkan` performs brain surgery on Wizzup
    <Wizzup> wat!
    <Gurkan`> now he believes everything you say
    <Gurkan`> Wizzup, im way cooler than you
    <Wizzup> k

  13. #13
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    I followed all instructions but when i run smart, and hit play i get;
    [Error] C:\Simba\Includes\srl/srl.simba(78:8): Unknown identifier 'RSReady' at line 77
    Compiling failed.
    Please help thanks

  14. #14
    Join Date
    Feb 2013
    Posts
    65
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Nice little tutorial here

  15. #15
    Join Date
    Mar 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by wee510 View Post
    I followed all instructions but when i run smart, and hit play i get;
    [Error] C:\Simba\Includes\srl/srl.simba(78:8): Unknown identifier 'RSReady' at line 77
    Compiling failed.
    Please help thanks
    I had that problem too.

  16. #16
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    I think SRL-007 will be replacing my Include as the norm very soon

    Great guide


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

  17. #17
    Join Date
    Sep 2008
    Location
    Sweden
    Posts
    70
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by DannyRS View Post
    I think SRL-007 will be replacing my Include as the norm very soon

    Great guide
    Thanks It seems so yes, when that happens i will add info about how to use SRL-007 here
    Quote Originally Posted by #SRL
    * Gurkan` performs brain surgery on Wizzup
    <Wizzup> wat!
    <Gurkan`> now he believes everything you say
    <Gurkan`> Wizzup, im way cooler than you
    <Wizzup> k

  18. #18
    Join Date
    Feb 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks a lot man. Really appreciated! Thanks for ur timeeeeee! ))

  19. #19
    Join Date
    Nov 2011
    Posts
    171
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    really nice giude helped me with a little somthing and surely will help many others repped+ ty

  20. #20
    Join Date
    Feb 2013
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Thanks you.

  21. #21
    Join Date
    Dec 2011
    Posts
    414
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by wee510 View Post
    I followed all instructions but when i run smart, and hit play i get;
    [Error] C:\Simba\Includes\srl/srl.simba(78:8): Unknown identifier 'RSReady' at line 77
    Compiling failed.
    Please help thanks
    Me too

  22. #22
    Join Date
    Feb 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Enter your username & password
    Click To Play
    Error: Exception: Access violation at line 78
    The following DTMs were not freed: [0, 1, 2, 3, SRL - Lamp bitmap, 5, 6, 7, 8, 9]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap, 5]


    Keep getting this for some reason.

  23. #23
    Join Date
    Dec 2011
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Jordan155 View Post
    Me too
    me too

  24. #24
    Join Date
    Nov 2011
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Code:
    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(295:135): Invalid number of parameters at line 294
    Compiling failed.

  25. #25
    Join Date
    Mar 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    The smart process seems to be running but it won't start up completely.

    Nevermind. I just need to run the script about 15 times until I the client works. Probadly related to java.
    Last edited by random491; 03-03-2013 at 06:53 PM.

Page 1 of 8 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
  •