Results 1 to 11 of 11

Thread: Help with Error...

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

    Default Help with Error...

    RESOLVED! Thanks Sjoekeloe



    I'm currently ecounting an error message when trying to run this script below;

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

    I have followed his setup
    How to install/Use
    1. Enable srl and smart in the extensions manager under the view tab in simba.
    2. Follow the Advanced guide here. http://villavu.com/forum/showthread.php?t=97599 on how to setup P07_Include and smart8 for the script, both are required.
    3. Follow this guide to upgrade to smart8: http://villavu.com/forum/showthread.php?t=93563
    4. Then to allow us to use smartPaint you need to go to line 292 in SmartParams and edit the 503 to a 553, so the line looks like this
      Code:
      Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '');
    5. Then finally go to line 35 of (globals.simba) and make it look like this:
      Code:
        SRL_NAVBAR_INGAME_Y = 0;//50;

    Errors Pertaining either of the above will got be answered on this thread.
    Ive followed YoHoJoSRL's videos and have Simba set up to SMART V8.0 too...



    When running the script it logs me in then does no more... I then see this message in the debug



    Then another tab in simba opens, and this section is highlighted...


    Please can someone help me or point me in the right direction!

    -Myles
    Last edited by Dishwasher21; 03-06-2013 at 07:24 PM.

  2. #2
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

  3. #3
    Join Date
    Mar 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    What do you mean mate? Please show full screen...
    Quote Originally Posted by The Mayor View Post
    See what happens when you comment out SMART graphics

    Simba Code:
    //{$I SRL/srl/misc/SmartGraphics.simba}

  4. #4
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Actually, forget that. Did you follow step 4?

    Then to allow us to use smartPaint you need to go to line 292 in SmartParams and edit the 503 to a 553, so the line looks like this
    E: and if you haven't done so, follow this before doing anything else. http://villavu.com/forum/showthread.php?t=97599
    Last edited by The Mayor; 03-06-2013 at 06:37 PM.

  5. #5
    Join Date
    Mar 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Yes 100%



    I get this error now..

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

    Default

    Quote Originally Posted by Dishwasher21 View Post
    Yes 100%



    I get this error now..
    Remove EVERY function in the script that draws on the SmartScreen
    (So every function that is used in the SmartGraphics include)

    and remove
    {$I SRL/srl/misc/SmartGraphics.simba}

    Creds to DannyRS for this wonderful sig!

  7. #7
    Join Date
    Mar 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Remove EVERY function in the script that draws on the SmartScreen
    (So every function that is used in the SmartGraphics include)

    and remove
    {$I SRL/srl/misc/SmartGraphics.simba}
    Removed {$I SRL/srl/misc/SmartGraphics.simba}


    Now "Remove EVERY function that draws on SmartScreen in the script "

    Explain please...

    New error...

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

    Default

    Quote Originally Posted by Dishwasher21 View Post
    Removed {$I SRL/srl/misc/SmartGraphics.simba}


    Now "Remove EVERY function that draws on SmartScreen in the script "

    Explain please...

    New error...
    Yep every function that u find in the smartgraphics.include, delete them from your script.
    The one that is highlighted now is an example.
    I'll leave you to it

    Shouldn't be hard to figure out.

    Creds to DannyRS for this wonderful sig!

  9. #9
    Join Date
    Mar 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Big thanks Sjoekeloe! CREDIT TO YOU SIR!


    I see you use this script(Saw your post on the thread)

    It runs very slowly... Anyway to speed it up?
    Last edited by Dishwasher21; 03-06-2013 at 07:13 PM.

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

    Default

    Quote Originally Posted by Dishwasher21 View Post
    Big thanks Sjoekeloe! CREDIT TO YOU SIR!


    I see you use this script(Saw your post on the thread)

    It runs very slowly... Anyway to speed it up?
    sorry I don't use it . Don't play 07.

    Post it on the scripters thread.

    Creds to DannyRS for this wonderful sig!

  11. #11
    Join Date
    Mar 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Will do! Thanks for your help buddy!

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
  •