Results 1 to 3 of 3

Thread: Somebody....please...

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

    Default Somebody....please...

    I have worked hours with Simba to try and start autoing 2007scape, and I have gotten to the point where there are no errors whatsoever, but for some reason, the scripts do nothing? I keep trying to run scripts and for some reason none of them work, I just want 2007scape to work on simba...

    !!If you could teamviewer with me and solve my problem, anything would help!!

    I keep getting this :
    Compiled successfully in 687 ms.
    Checking P07Include VersionNumber
    Local : 1.7 / Latest : 1.7
    You Have The Latest Version of P07Include

    when i try to run :
    Program testP07;

    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}

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

    Begin

    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.
    but i am trying to run a script, I am just really confused so please help me out :S

  2. #2
    Join Date
    Dec 2011
    Posts
    142
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Since your not using smart have you selected the screen you are using? (Green arrowish symbol thing don't really know how to describe it)

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

    Default

    Quote Originally Posted by I got this View Post
    Since your not using smart have you selected the screen you are using? (Green arrowish symbol thing don't really know how to describe it)
    It's more like a green target or crosshairs... just throwing that out there haha.

    And

    Your going to also need a

    Simba Code:
    SetupSRL();

    in your main program.

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
  •