Results 1 to 6 of 6

Thread: Simba

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

    Question Simba

    Hello i am new on the forum!

    So i have some questions about simba what can i do and not do?!

    What can i do with simba?

    What is simba for a language?

    Can i make a bot like PowerBot with the client all that so i dont need to use my rl mouse?

    Thank you in advance

  2. #2
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    Quote Originally Posted by killsare View Post
    Hello i am new on the forum!

    So i have some questions about simba what can i do and not do?!

    What can i do with simba?

    What is simba for a language?

    Can i make a bot like PowerBot with the client all that so i dont need to use my rl mouse?

    Thank you in advance
    Bot runescape and other applications. Script and automate all kinds of computer tasks.

    Simba uses pascalscript and lape. Both are pascal like scripting languages.

    Yes, we call it SMART.
    Working on: Tithe Farmer

  3. #3
    Join Date
    Dec 2014
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    So i need to learn to languagea to start script?

  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 killsare View Post
    So i need to learn to languagea to start script?
    Not necessarily the whole language, but having knowledge of programming fundamentals and the basics of Pascal would be a great help.

    Checking out The Mayor's tutorial would be a great starting point.
    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
    Dec 2014
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Well i am having a problem right now with seting up simba can you guys help me?

    program new;
    {$DEFINE SMART} // comment this line out if you don't want to use SMART
    {$i srl-6/srl.simba} <<<<<<< this line is giving me an error (Error: File "srl-6/srl.simba" not found at line 3
    Compiling failed.)

    begin
    clearDebug();
    setupSRL();
    end.

    1.Navigate to your Simba/Includes/ folder, and make sure you have both an SPS and an SRL-6 folder. But i dont have them :/(
    Last edited by killsare; 12-27-2014 at 10:00 AM.

  6. #6
    Join Date
    Nov 2014
    Posts
    104
    Mentioned
    12 Post(s)
    Quoted
    59 Post(s)

    Default

    Quote Originally Posted by killsare View Post
    Well i am having a problem right now with seting up simba can you guys help me?

    program new;
    {$DEFINE SMART} // comment this line out if you don't want to use SMART
    {$i srl-6/srl.simba} <<<<<<< this line is giving me an error (Error: File "srl-6/srl.simba" not found at line 3
    Compiling failed.)

    begin
    clearDebug();
    setupSRL();
    end.
    Looks like you haven't got srl. Make sure you follow this tutorial. Especially under the "How to install/setup Simba" section.

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
  •