Results 1 to 5 of 5

Thread: Can i use this for the private server im playing?

  1. #1
    Join Date
    Feb 2012
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Can i use this for the private server im playing?

    I want to make my first script on a private server, but since its older style i know it will be harder,
    (server is Soulsplit for those wondering)

    Anyways instead of using S.M.A.R.T i'll have to use browser, well in my case downloaded client. Also i was wondering if my script should inclue
    {$i SRL/SRL.simba} or not, as im not sure of this function.

    For Loging in and out, ill have to make my own procedure right? Since the Graphics and such are different and logouts are in different places, How should I go about this?

    also. Say the stall was in varrock center, Could i define an area for the script to stay whithin? and use a teleport to get back to the stall if it wandered out of this area as a failsafe? and could you give me an idea of how to do this.

    Another thing haha, I wanted it to log me back in, On a private server would 'if LoggedIn' work? or is it different.

    Thanks. Ill be back with more questions im sure.
    Last edited by iridektm; 02-12-2012 at 02:12 AM.

  2. #2
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    It should run just fine. However, the more specific functions such as OpenBank* in SRL may not work properly.

  3. #3
    Join Date
    Feb 2012
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Things like SetAngle and stuff aren't even working, is that expected?

  4. #4
    Join Date
    Dec 2011
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You would include {$i SRL/SRL.simba}
    Just log in ahead of time and remove anything SMART related. Drag the crosshairs to your private server after you've logged in and press play. That should avoid any logging in issues. Might add at the beginning of script:
    Simba Code:
    ActivateClient;


    As for setangle and other functions it'll probably be hit and miss with whether they work.

  5. #5
    Join Date
    Jun 2007
    Location
    Greenville, SC
    Posts
    1,149
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Depending on the rs client version used in the private server you play, some functions MIGHT work. I willing to bet over 95% won't. Anything that has to do with text for sure won't work. Srl is up-to-date with how the current rs looks.

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
  •