Results 1 to 7 of 7

Thread: perfect script accesory

  1. #1
    Join Date
    Apr 2008
    Location
    Northwest england
    Posts
    1,179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default perfect script accesory

    im gunna write an include that will be perfect

    i aint started yet but it gunna be gud it just gunna have a lot of random stuff in it such as it might walk off somewhere then then do sumit then go back
    and stuff so its like a human

    for example it might bank and cook a couple of fish instead of continueing mining for example

    or light some logs

    or randomly buy some item

    =]

    but first i need permission to edit the current includes so that part way thru banking it might do summit else for example
    Blank!

  2. #2
    Join Date
    Jun 2007
    Location
    Wednesday
    Posts
    2,446
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Ask for permission from the current writers of the includes function that you want to use via PM. It's highly unlikely they will check here and this is more for posting functions/ procedures written by yourself that would be found useful, not for asking permission
    By reading this signature you agree that mixster is superior to you in each and every way except the bad ways but including the really bad ways.

  3. #3
    Join Date
    Apr 2008
    Location
    Northwest england
    Posts
    1,179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yes i know i will when i need to atm mo im writing little stuff like this

    scrollling credits

    SCAR Code:
    procedure scrolly;
    var i,a,line:integer;
    const lines=10;
     
    begin
    cleardebug;
    repeat
    begin
    case i of
    0:writeln('line 1');
    1:writeln('line 2');
    2:writeln('line 3');
    3:writeln('line 4');
    4:writeln('line 5');
    5:writeln('line 6');
    6:writeln('line 7');
    7:writeln('line 8');
    8:writeln('line 9');
    9:writeln('line 10');
    10:writeln('line 11');
    11:writeln('line 12');
    12:writeln('line 13');
    13:writeln('line 14');
    14:writeln('line 15');
    15:writeln('line 16');
    end;
    wait(500);
    line:=line+1;
    i:=i+1;
    a:=a+1;
    end;
    until a>=5;
    repeat
    cleardebug;
    for i:=a-4 to a do
    begin
    case i of
    0:writeln('line 1');
    1:writeln('line 2');
    2:writeln('line 3');
    3:writeln('line 4');
    4:writeln('line 5');
    5:writeln('line 6');
    6:writeln('line 7');
    7:writeln('line 8');
    8:writeln('line 9');
    9:writeln('line 10');
    10:writeln('line 11');
    11:writeln('line 12');
    12:writeln('line 13');
    13:writeln('line 14');
    14:writeln('line 15');
    15:writeln('line 16');
    end;
    end;
    wait(500);
    line:=line+1;
    a:=a+1;
     
    until line>=lines;
    wait(20000);
    cleardebug;
    end;
    Blank!

  4. #4
    Join Date
    Jun 2007
    Location
    La Mirada, CA
    Posts
    2,484
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    why not just make a hybrid script?

    "Failure is the opportunity to begin again more intelligently" (Henry Ford)


  5. #5
    Join Date
    Apr 2008
    Location
    Northwest england
    Posts
    1,179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no it not gunna be hybrid it is gunna be A.I
    Blank!

  6. #6
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    The part that you don't understand is that you have to make the script, the miner in this case a hybrid script for it to go randomly and cook something, it won't happen simply by including something.

    Then, the things needed for a script aswell as a hybrid script are in SRL, so no need for "hybrid script include".

  7. #7
    Join Date
    Apr 2008
    Location
    Northwest england
    Posts
    1,179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    noo that wqas an example it might also decide to wc or fish or what ever it wnats to do

    mining wasd an example its going to play rs

    this will probs take me about a year for it toactually be good
    Blank!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. The perfect world.
    By scarwanter in forum SRL Site Discussion
    Replies: 12
    Last Post: 09-01-2008, 02:10 PM
  2. Firemaking Script. WORKING. First perfect = 25M on RS
    By Why2u in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 12-29-2007, 10:31 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
  •