Results 1 to 6 of 6

Thread: SMART Will Not Load

  1. #1
    Join Date
    Sep 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default SMART Will Not Load

    Hi, I have been having an issue getting SMART to load for the 07 Runescape servers. I have followed all of the guides step by step, and I still cannot find the solution to my problem. This is what I currently have entered in the Simba bot.

    Simba Code:
    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.

    When I hit play this is the message I receive:

    Compiled successfully in 842 ms.
    SRL Compiled in 16 msec
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include
    @r
    Successfully executed.

    It says that it successfully executes yet SMART will not load up on my screen. Occasionally i'll get this error as well:

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

    Any help would be very much appreciated.

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

    Default

    I think it's cause u use smart7?

    change{$DEFINE SMART8} to {$DEFINE SMART}

    The updating issue, ask that on Danny's P07Include thread.

    Creds to DannyRS for this wonderful sig!

  3. #3
    Join Date
    Sep 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    When I changed it from SMART8 to SMART, I get the same issue:

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

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

    Default

    Quote Originally Posted by Genetics View Post
    When I changed it from SMART8 to SMART, I get the same issue:

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(295:135): Invalid number of parameters at line 294
    Compiling failed.
    Did u follow the guide properly on loading 07 for SMART?

    Creds to DannyRS for this wonderful sig!

  5. #5
    Join Date
    Sep 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Yes I followed YohoJo's guides step by step, and it still will not work. I'm just going to try and re-download the entire bot itself.

  6. #6
    Join Date
    Sep 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I got it to work. Thanks for your help.

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
  •