Log in

View Full Version : Read the FAQ multiple times



Such
09-01-2012, 09:18 PM
And I still need help :duh:

I've downloaded and ran simba, and the scripts that came with the initial download.

So here is my problem, whilst trying to run a new script (specifically RangeGuilder by Riyyi [38~40k exp/h]"), I am encountering an error.

http://villavu.com/forum/showthread.php?t=76566&highlight=range+guild

I believe I input my information correctly(but I'm asking if maybe i did not), as noted on the ss that is obviously not my real username or password.http://i413.photobucket.com/albums/pp220/alexcroff/simbaproblem2.png

next when i hit "the green arrow" I get this error http://i413.photobucket.com/albums/pp220/alexcroff/simbaproblem.png



Help is much appreciated! Thank you

Such
09-01-2012, 09:21 PM
Sorry on the resolution a simple ctrl + + makes the second picture visible.
First one says: program RangedGuilder;

{$DEFINE SMART}
{$DEFINE SPS}
{$i SRL/SRL/misc/SMART.simba}
{$i SRL/SRL.simba}
{$i SPS/SPS.simba}

{~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~}
{User Config}
{~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~}

const
World = 54; // World The Player Logs into.
RightClickMethod = False; // Use Right Click To Schoot The Target.
// (For Low End Computers.)
LaggyComputer = 0; // Choose 0 (Fast), 1 (Normal) or 2 (Slow)
// Depending On Your Computer Speed.

procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;

with Players[0] do
begin
Name := 'xxxx'; // Player Username.
Pass := 'xxxx'; // Player Password.
Nick := 'xxx'; //Player nickname, 3-4 letters of Player username.
Pin := ''; // Bank PIN
Active := True;
end;
end;

{~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~}
{End of User Config}
{~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~}
"

Ashaman88
09-01-2012, 09:49 PM
It looks like that script hasn't been updated to the newest version of simba. Try deleting the line at the top where it says misc/smart.simba and also any line where it starts with Smart_

Such
09-01-2012, 10:37 PM
much appreciated