Page 5 of 5 FirstFirst ... 345
Results 101 to 105 of 105

Thread: Justkiddings Guide to Creating an Effective SRL Autoing Army (For New SRL Users.)

  1. #101
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Quote Originally Posted by the bank View Post
    Correct me if I'm wrong because I don't actually do this, but its still completely possible by just doing something like:

    Simba Code:
    players[currentPlayer].logout();
    currentPlayer := currentPlayer + 1; //currentPlayer += 1 also works
    if (currentPlayer > (High(players) - 1)) then
      currentPlayer := 0;
    players[currentPlayer].login();
    It's completely possible to do it that way. SRL has a built-in function:

    Simba Code:
    players[currentPlayer].next(True/False) //Sets currentPlayer true or false when going to next

    But the problems that people have are typically about transferring the logic of a single player script to a multi-player script. It involves much more effort when tracking variables for the progress report, and more awareness of how your script "flows".

    It's not that it's difficult. What I was getting at is that nobody really does it anymore. This guide has never been less relevant because people have never relied on single player scripts so much. Not that it's a bad thing or a good thing. Just the point being that this guide is not extremely relevant unless you can run 8 SMARTs at a time (most can't) or make your own private scripts. Hence a grave-dig was rightfully claimed, etc. /rant.

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  2. #102
    Join Date
    Apr 2015
    Location
    I dont know in front of my window is a wall
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    is it duty to level the combat levels ? or optional ?

    otherwise great guide !!!

  3. #103
    Join Date
    Nov 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by klopfie View Post
    is it duty to level the combat levels ? or optional ?

    otherwise great guide !!!
    It's optional, but if you have a higher combat level, it will result in less players reporting you.

  4. #104
    Join Date
    Dec 2015
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    this is a good guide i had not thought of some of the points you made

  5. #105
    Join Date
    Oct 2014
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Thanks this really helped me

Page 5 of 5 FirstFirst ... 345

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. HowTo Make Your Autoing Army
    By Runescapian321 in forum Outdated Tutorials
    Replies: 21
    Last Post: 02-27-2010, 10:21 PM
  2. Guide To Creating A Strength Pure
    By RudeBoiAlex in forum Skill Guides
    Replies: 68
    Last Post: 02-13-2009, 08:11 PM
  3. Guide to creating and running VMs
    By lolpie in forum Computer Help and Tutorials
    Replies: 239
    Last Post: 11-02-2008, 12:29 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •