Hey,
I recently finished setting up SRL and SIMBA using the sticky threads and youtube tutorials.
When I click play, the script compiles properly. The runescape 07 client launches.
BUT! none of the scripts functionalities run. I am using the test snippet:
- Smart v8 is installed.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');
This will (supposedly) try to log in with 'username' and 'password'. However, it does not.
Any suggestions? Thanks.


Reply With Quote







