PDA

View Full Version : Need help ERROR when follow BenLands tutorial need help!!



kanko
03-26-2013, 06:00 PM
Exception in Script: Unable to find file 'P07Include.Simba' used from 'D:\Users\menawari\Desktop\sa.simba'
Picked colour: 0 at (439, 295)
New window: 459892
Exception in Script: Unable to find file 'P07Include.Simba' used from 'D:\Users\menawari\Desktop\sa.simba'


This is the error I get:(

sahibjs
03-26-2013, 06:01 PM
Did you follow everything in this tutorial too?

http://villavu.com/forum/showthread.php?t=97786

kanko
03-26-2013, 06:07 PM
Did you follow everything in this tutorial too?

http://villavu.com/forum/showthread.php?t=97786

Hey now I get this I saw a thread someone else was posting it also but I fixed it a little when I compile it I get this:

Compiled successfully in 561 ms.
Checking P07Include VersionNumber
Local : 1.7 / Latest : 1.7
You Have The Latest Version of P07Include
Error: Exception: Font [P07UpChars] not found. at line 226
The following DTMs were not freed: [0, 1, 2, 3]

Sjoe
03-26-2013, 06:09 PM
Hey now I get this I saw a thread someone else was posting it also but I fixed it a little when I compile it I get this:

Compiled successfully in 561 ms.
Checking P07Include VersionNumber
Local : 1.7 / Latest : 1.7
You Have The Latest Version of P07Include
Error: Exception: Font [P07UpChars] not found. at line 226
The following DTMs were not freed: [0, 1, 2, 3]


Download fonts here http://villavu.com/forum/showthread.php?t=96863

Save, Extract and Move P07UpChars(folder) To: Simba\Fonts\

Close and re-open script

kanko
03-26-2013, 06:18 PM
Download fonts here http://villavu.com/forum/showthread.php?t=96863

Save, Extract and Move P07UpChars(folder) To: Simba\Fonts\

Close and re-open script



I have done that now i get this:

[Error] (36761:1): Unexpected end of file at line 36760
Compiling failed.

sahibjs
03-26-2013, 06:19 PM
I have done that now i get this:

[Error] (36761:1): Unexpected end of file at line 36760
Compiling failed.

What is line 36760? and of what script?

kanko
03-26-2013, 06:22 PM
What is line 36760? and of what script?

I follow benland on youtube his tutorial how to setup rs 07 bot:(

kanko
03-26-2013, 06:23 PM
I use this: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');