Results 1 to 6 of 6

Thread: how to apply randoms

  1. #1
    Join Date
    Aug 2006
    Location
    USA
    Posts
    354
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default how to apply randoms

    ok i dont really understand the include on randoms. how do i apply it in my script.

    FindNormalRandomsChoice (Talk, Misc, Lamp, Box, Demon, ScapeRune, Trade, GameTab,
    Pinball, Frog, Certer, Sandwich, Plant, Black, ClickContinue: Boolean): Boolean;

    soo is it suppose to be

    procedure randoms;
    begin

    findnormalrandomschoice(talk,true);
    end;

    or soemthing like that cuz im trying to learn these new procedures compared to Osi... yea i an old school scripter

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    2,984
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Well...findnormalrandomschoice gives you the choice of wich random you want to use, but FindNormalRandoms; does them all. Well almost all of them
    Administrator's Warning:


  3. #3
    Join Date
    Aug 2006
    Location
    USA
    Posts
    354
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i c sooo i should just use findnormalrandoms; but how do i set the other one is it suppose to look like dis?

    findnormalrandomschoice(talk,true);??

  4. #4
    Join Date
    Feb 2006
    Location
    Myrtle Beach, SC USA!
    Posts
    841
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by rice
    i c sooo i should just use findnormalrandoms; but how do i set the other one is it suppose to look like dis?

    findnormalrandomschoice(talk,true);??
    just do

    findnormalrandomschoice(true,true,true,true,etc,et c);

    just true for what you want and false for what you dont

  5. #5
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    for Talking Randoms just call FindTalk; Try to call it 2-4 times a second. FindTalk is a powerful function. It spots your Player.Nick name on the mainscreen, moves the mouse to it, right-clicks if it finds Talk-To and handles the complete random if possible!
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  6. #6
    Join Date
    Aug 2006
    Location
    USA
    Posts
    354
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sweet tyvm i will be setting up my script here soon. and that read this actually helps

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Apply For Jr. Members
    By TViYH in forum SRL Site Discussion
    Replies: 82
    Last Post: 02-01-2009, 08:22 PM
  2. Apply For Membership
    By The Lone Programmer in forum News and General
    Replies: 1
    Last Post: 06-19-2006, 10:13 PM

Posting Permissions

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