Results 1 to 10 of 10

Thread: Can't run any script in oldschool runescape!

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

    Smile Can't run any script in oldschool runescape!

    Hello community!

    I really need someone to help me.
    The problem I am facing is that I use the "New client" feature to make it possible to run scripts through a web browser for oldschool runescape. It worked a couple of days ago, but whenever I do it now it say the "New window:". Then I try run the script & a new java client opens with runescape. I didn't want the client to open I wanted the script to be runned in oldschool on webbrowser like it was suppose to do. Can someone give me a guide or fast walkthrough on how to fix this?

    It is really appriciated!

  2. #2
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    Remove {define smart} at the top of the script

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

    Default

    Remove {$define SMART} or {$define SMART8} on top of the script

    and remove SetupSRL; from the mainloop at the end of the script.

    Creds to DannyRS for this wonderful sig!

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

    Default

    thanks for the replies, but none helps. I updated to SMART8, but what I don't understand is why the scripts contain {$define SMART8} if they are made for oldschool. I remove it and SetupSRL; on bottom of the script. Then I end up with error SmartSetDebug(True);
    " [Error] C:\Simba\Includes\SRL/SRL/Misc/SmartGraphics.simba(25:3): Unknown identifier 'SmartSetDebug' at line 24 "

    When I run it without removing the {$define SMART8} I get 0 errors and it opens in new java window (SMART)!

    Hope someone can tell me how to make it work or how to fix it!
    Last edited by greenpk; 03-04-2013 at 09:23 PM.

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

    Default

    Bump.
    Last edited by greenpk; 03-04-2013 at 09:23 PM.

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

    Default

    Bump

    Creds to DannyRS for this wonderful sig!

  7. #7
    Join Date
    Feb 2012
    Location
    Discord
    Posts
    3,114
    Mentioned
    37 Post(s)
    Quoted
    538 Post(s)

    Default

    " [Error] C:\Simba\Includes\SRL/SRL/Misc/SmartGraphics.simba(25:3): Unknown identifier 'SmartSetDebug' at line 24 "
    Remove {$i Srl/Srl/Misc/SmartGraphics.simba} from the top of the script. And remove any sort of smart painting from the script.

  8. #8
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    I believe the script is implementing some sort of screen drawing functions, which means it MUST run in Smart, you will not be able to run it outside of the SMART client, so either run it in SMART, or learn how to adjust the original script to remove those calls?

    Edit: The discussion of whether this is possible or not has confused me with different people saying different things. Try Killer's recommendation first.
    Double Edit: Someone I trust verified my original claim. No painting on RS screen.

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

    Default

    Quote Originally Posted by nivek1989 View Post
    I believe the script is implementing some sort of screen drawing functions, which means it MUST run in Smart, you will not be able to run it outside of the SMART client, so either run it in SMART, or learn how to adjust the original script to remove those calls?

    Edit: The discussion of whether this is possible or not has confused me with different people saying different things. Try Killer's recommendation first.
    Double Edit: Someone I trust verified my original claim. No painting on RS screen.
    He can remove all the SMART_DebugATPA or SMart_drawbox etc.. stuff in the script.
    And yes what The Killer recommended is correct

    Creds to DannyRS for this wonderful sig!

  10. #10
    Join Date
    May 2008
    Location
    Mental Hospital
    Posts
    414
    Mentioned
    4 Post(s)
    Quoted
    42 Post(s)

    Default

    Just curious, but are you trying to use a regular Runescape script for Old School Runescape?

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
  •