Results 1 to 6 of 6

Thread: Help with OSRS start up

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

    Default Help with OSRS start up

    When setting up Simba for OSRS, the following test script:

    Program testP07;
    {$DEFINE SMART8}
    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}

    //LOGIN INFO STUFF
    Procedure P07_DeclarePlayer;
    Begin
    P07_PlayerName:='username';
    P07_PlayerPass:='password';
    End;

    Begin
    SetupSRL;
    P07_DeclarePlayer;
    SetupP07Include;
    ActivateClient;
    Wait(2000);
    If (Not P07_LoggedIn) Then
    P07_LogInPlayer;
    P07_MakeCameraAngleHigh;
    P07_MakeCompassNorth;

    Writeln(P07_GetUpText);

    If P07_BankScreen Then
    WriteLn('Bank is Open');
    If P07_InvFull Then
    WriteLn('Inventory is Full');

    End.


    Yields the following results, without actually doing anything to the client:

    New window: 1508226
    Compiled successfully in 687 ms.
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include
    Successfully executed.
    Compiled successfully in 765 ms.
    SRL Compiled in 0 msec
    Loading SMART: http://oldschool33.runescape.com/j1
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include

    I need help in setting it up so that it does actually do something within the client, rather than just starting the script and saying that the compiling is successful.

  2. #2
    Join Date
    Apr 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    K, thanks for help fellow members!!!

    -.- -.- -.- -.- -.-

  3. #3
    Join Date
    Mar 2013
    Posts
    167
    Mentioned
    7 Post(s)
    Quoted
    62 Post(s)

    Default

    Do you have SMART set up correctly?

    I would recommend re downloading and installing your login.simba, smartparams.simba, and globals.simba, and fonts. This problem can be caused by having those outdated.
    "To sleep, perchance to dream"

  4. #4
    Join Date
    Apr 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I have already tried to redownload those today. It didn't help. The same thing shows up: no sign of error but a refusal to start up.

    Thanks though!

  5. #5
    Join Date
    Mar 2013
    Posts
    167
    Mentioned
    7 Post(s)
    Quoted
    62 Post(s)

    Default

    Do it again ;p.
    Sometimes I have to do it twice for it to work properly. Do you have the proper fonts fixed up correctly?

    Does the client load Runescape, and then just idle there, without clicking anything?
    "To sleep, perchance to dream"

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

    Default

    Check your include folder, see if there isn't a second P07include.simba

    If not then open P07Include.simba and set autoupdate to false (autoupdate = False; instead of True)

    Creds to DannyRS for this wonderful sig!

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
  •