Results 1 to 3 of 3

Thread: help! my simba bot keeps coming up as the modern runescape

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

    Default help! my simba bot keeps coming up as the modern runescape

    when i hit play it comes up with the modern runescape when i want to bot 07. it was working all yesterday, when i woke up this morning it kept coming up as new runscape. i tryed redownloading the script, other than that idk what to do

  2. #2
    Join Date
    Jul 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Your Srl updated so you need to re-declare your path because its using the default new runescape instead of the oldschool runescape url. Simply go to your SmartParams.simba folder which is found in Simba\Includes\SRL\srl\misc and open your SmartParams.simba file. Goto line 37 and replace the code from where it says begin to end; with this: (change the number after oldschool to your preferred world.
    begin
    Page := 'http://oldschool33.runescape.com/,j1';
    Params := Explode(',', Page);
    Result := Params;
    end;

    hope this helped!

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

    Default

    Quote Originally Posted by fizzanokyle View Post
    when i hit play it comes up with the modern runescape when i want to bot 07. it was working all yesterday, when i woke up this morning it kept coming up as new runscape. i tryed redownloading the script, other than that idk what to do
    Visit this thread and scroll to the bottom of the first post, then download all attached files.

    http://villavu.com/forum/showthread.php?t=96863

    Close Simba if it is running, then insert the 'P07UpChars.zip' into the 'Fonts' folder under Simba, and the 'P07Include.simba' file in the 'Includes' folder.

    Restart Simba and it should be working.

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
  •