Results 1 to 6 of 6

Thread: Run new script on existing Smart

  1. #1
    Join Date
    Dec 2011
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Run new script on existing Smart

    How could I run a new script or restart a script when I already am running Runescape with Smart?

    The way I'm doing it is if my script (that opens up Smart and does the botting) crashes, then I have to close Smart and restart the script. Can I restart the script while having Smart open all the time?

  2. #2
    Join Date
    Oct 2008
    Location
    C:\Simba\Includes\
    Posts
    7,566
    Mentioned
    19 Post(s)
    Quoted
    180 Post(s)

    Default

    Open up a new Simba.
    Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
    { MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }

    When posting a bug, please post debug! Help us, help you!

    I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
    If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.


    SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.


  3. #3
    Join Date
    Oct 2011
    Location
    UK
    Posts
    1,322
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Kyle Undefined View Post
    Open up a new Simba.
    I think he means that SMART Restarts each time he restarts the script.
    Quote Originally Posted by Mannsderek View Post
    How could I run a new script or restart a script when I already am running Runescape with Smart?

    The way I'm doing it is if my script (that opens up Smart and does the botting) crashes, then I have to close Smart and restart the script. Can I restart the script while having Smart open all the time?
    Why does it crash? If SMART crashes you will have to restart it but that shouldn’t happen, at least not very often, as long as this line:
    Simba Code:
    Smart_Server := 11;
    has a constant at the end of it, then SMART shouldn’t restart after you restart the script, but post your script and explain where it is crashing if you want more help.

  4. #4
    Join Date
    Jan 2011
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The Smart_Server for the script has to be constant. The first thing I do when I test someone else's script is change Smart_Server to be my "usual" number so SMART doesn't restart itself when I'm running it.

  5. #5
    Join Date
    Dec 2011
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by legoace View Post
    The Smart_Server for the script has to be constant. The first thing I do when I test someone else's script is change Smart_Server to be my "usual" number so SMART doesn't restart itself when I'm running it.
    Ahhh, thanks a lot. Actually, the issue was that I defined Smart_Server after SetupSRL. It got fixed when I defined it before.

    Smart_Server := 26;

    SetupSRL;

  6. #6
    Join Date
    Oct 2011
    Location
    UK
    Posts
    1,322
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by legoace View Post
    The Smart_Server for the script has to be constant. The first thing I do when I test someone else's script is change Smart_Server to be my "usual" number so SMART doesn't restart itself when I'm running it.
    Yeah but if you set smart server to Random(5) or something then it will restart SMART each time

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
  •