Results 1 to 7 of 7

Thread: error i need help with

  1. #1
    Join Date
    Sep 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default error i need help with

    im trying to run Lumbridge Fly-Fisher [F2P] by runaway and i get this error

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



    Uploaded with ImageShack.us

  2. #2
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    That line is commented out so I don't see what the issue would be :/ contact Runaway.

  3. #3
    Join Date
    Sep 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    what do you mean? want me to take another?

  4. #4
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    Check if others are having this error, if so, is it calling on this function, as it is commented out as Nebula said ^^^

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

  5. #5
    Join Date
    Sep 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Rezozo View Post
    Check if others are having this error, if so, is it calling on this function, as it is commented out as Nebula said ^^^
    what does that mean? commented out

  6. #6
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by iCEP View Post
    what does that mean? commented out
    In pascal, anything between the {} Is commented out, thus having no effect on the actual script itself. It is usually meant for comments and side notes.

    The same way you have // and /* */ in java

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

  7. #7
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    He is at the smart file...
    Change
    {$i SRL/SRL/misc/smart.simba}
    to
    {$DEFINE SMART}

    and remove/replace the following:
    Simba Code:
    Smart_Server := 21;
      Smart_Members := False;
      Smart_Signed := True;
      Smart_SuperDetail := False;
    Ctrl F if you cant find them.

    More details: http://villavu.com/forum/showthread.php?t=84334

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
  •