Results 1 to 5 of 5

Thread: Cant open my new script with smart!!!! Need help!!1

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

    Default Cant open my new script with smart!!!! Need help!!1

    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.

  2. #2
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    post your script here, use simba tags

    Creds to DannyRS for this wonderful sig!

  3. #3
    Join Date
    Mar 2013
    Location
    C:\Windows\System32
    Posts
    68
    Mentioned
    1 Post(s)
    Quoted
    28 Post(s)

    Default

    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.
    Program FurThiever;
    {$DEFINE SMART8}
    **edit** also, sometime when i am running/editing a script, i will get the same
    Compiled successfully in 1404 ms.
    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.
    Last edited by OriginalGM; 03-31-2013 at 11:25 AM.

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

    Default

    Thanks! But is there any code to make your script auto log in?

  5. #5
    Join Date
    Mar 2013
    Location
    C:\Windows\System32
    Posts
    68
    Mentioned
    1 Post(s)
    Quoted
    28 Post(s)

    Default

    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 is
    procedure P07_DeclarePlayers;
    begin
    P07_PlayerName := ''; // Username for 07Scape
    P07_PlayerPass := ''; // Password for 07Scape
    end;
    if you are using the p07include.simba in your script
    Last edited by OriginalGM; 03-31-2013 at 11:38 AM.

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
  •