I have just finished a fishing script. I having problem to open it with smart. do anyone of you guys have a solusion? When i click the play butten it just says (Compiled successfully in 484 ms.) and nothing more happens.
I have just finished a fishing script. I having problem to open it with smart. do anyone of you guys have a solusion? When i click the play butten it just says (Compiled successfully in 484 ms.) and nothing more happens.
post your script here, use simba tags![]()
Creds to DannyRS for this wonderful sig!
Make sure you have the correct Java Installed, either JDK or JRE 6up29 or 6up32 if you have jre7 or jdk7 its known for lag causing issues.
after that make sure you have Smart8 installed if you are using that and make sure you define smart! I.E.
**edit** also, sometime when i am running/editing a script, i will get the sameProgram FurThiever;
{$DEFINE SMART8}and it will take a few seconds(sometimes ive waited up to 3 mins for it to load) for it to load my Smart Client.Compiled successfully in 1404 ms.![]()
Last edited by OriginalGM; 03-31-2013 at 11:25 AM.
Thanks! But is there any code to make your script auto log in?
Yes, i would quote another member as he said something along the lines of "its better to research than to be spoonfed" but i cannot remember his name lol.
disregard what i posted if you have read it prior to this edit.
OKAY, http://villavu.com/forum/showthread.php?t=61760
just go there and it shows you how to declare and set up auto login
but essentially all you need isif you are using the p07include.simba in your scriptprocedure P07_DeclarePlayers;
begin
P07_PlayerName := ''; // Username for 07Scape
P07_PlayerPass := ''; // Password for 07Scape
end;
Last edited by OriginalGM; 03-31-2013 at 11:38 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)