Results 1 to 2 of 2

Thread: Need help

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

    Default Need help

    was trying to start a script up first in 07 scripts didnt work so i went to yohojo's videos on smart8 and hot to get old rs bot working. Then i started doing the test from 07 include thing with this added at the second line... {$DEFINE SMART} andthis after begin... SetupSRL; . It did not work and went to SmartParams and said..

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

    Dunno what to do. and here is the entire test script
    Program testP07;
    {$DEFINE SMART}
    {$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.name

  2. #2
    Join Date
    Oct 2012
    Posts
    758
    Mentioned
    6 Post(s)
    Quoted
    282 Post(s)

    Default

    Maybe this will help
    http://villavu.com/forum/showthread.php?t=67879 <- How to set up Simba
    http://villavu.com/forum/showthread.php?t=97599 <- How to set up Simba for OSRS

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
  •