Results 1 to 7 of 7

Thread: New to SLR scripting

  1. #1
    Join Date
    Nov 2006
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default New to SLR scripting

    im new to SLR scripting, my friend uses it, it looks more effective that normal scripting without SRL, so i decided to download it and use it. im hoping everyone will be nice to me and help me with tutorials

    if you care can you post an example script to help me? would be greatly appreciated, thanks :P

  2. #2
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Here's a start. http://www.villu-reborn.com/srl_manu....php?title=SRL

    Read thru that. In the tutorial section, look for driger's tutorial.exe (you might need someone to upload it) and JaniLabo's Massive SCAR Learning package. Read those, then the other tutorials. Then look in the free scripts section for examples (this forum). BTW this should be in Who Is You?.

  3. #3
    Join Date
    Nov 2006
    Posts
    235
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Here is a script someone just wrote... it's pretty simple. Maybe you two can work together, he is new to it too.

    It high or low alchs, i took out the credits. Its Da Der Der's, if you want to know. Avliable now!
    Code:
    program High_Low_Alcher;
    {.include SRL/SRL.scar}
    
    
    var
    NumAlchs: Integer;
    
    
    const
    Alchs=2; {Number of alchs that you will be completing}
    HighAlcha=True; {Set True for High Alch, False for Low Alch}
    
    
    Procedure DeclarePlayers;
    Begin
    
    HowManyPlayers:=1;
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;
    
    Players[0].Name :='';
    Players[0].Pass :='';
    Players[0].Nick :='';
    Players[0].Active :=True;
    End;
    
    
    Procedure MageBook;
    Begin
    Mouse(735,184,3,4,True);
    Wait(300)
    End;
    
    
    Procedure ProgressReport;
    Begin
    Writeln(' /////////////////////\\\\\\\\\\\\\\\\\\\\\ ')
    Writeln('              Thanks for using'              )
    Writeln('             Da Der Ders Alcher'             )
    Writeln('              Worked For:'+ScriptTime2(2)         )
    Writeln('              Alched:'+IntToStr(NumAlchs)+'Times'     )
    Writeln(' \\\\\\\\\\\\\\\\\\\\\///////////////////// ')
    End;
    
    
    Procedure HighAlc;
    Begin
    Mouse(708,326,3,2,True);
    Wait(500)
    Mouse(711,334,3,4,True);
    Wait(3000)
    End;
    
    
    Procedure LowAlc;
    Begin
    Mouse(707,252,3,2,True);
    Wait(500)
    Mouse(708,262,2,3,True);
    Wait(3000)
    End;
    
    
    Procedure NoBan;
    Begin
    AntiBan;
    BoredHuman;
    RandomMovement;
    FindMod;
    RotateEvery(10);
    FindNormalRandoms;
    End;
    
    
    Begin
    MageBook;
    DeclarePlayers;
    If HighAlcha=True Then
    Repeat
    SetupSRL;
    HighAlc;
    NumAlchs:=NumAlchs+1;
    Until(NumAlchs=Alchs)
    SRLRandomsReport;
    ProgressReport;
    If HighAlcha=False Then
    Repeat
    SetupSRL;
    LowAlc;
    NumAlchs:=NumAlchs+1;
    Until(NumAlchs=Alchs)
    SRLRandomsReport;
    ProgressReport;
    End.

  4. #4
    Join Date
    Nov 2006
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks guys, i cant seem to find the tutorial in the link you game me BOREAS if you can explain it better it would be a great help thanks : )

    and thanks for everyones help

  5. #5
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    The link is the SRL wiki, it should work, the other day the villureborn and daktastorm stuff was going weird, but it should work now. Look for the tutorials I was talking about in tutorial section.

  6. #6
    Join Date
    Nov 2006
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Go to your scar screen then help

  7. #7
    Join Date
    Nov 2006
    Posts
    235
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Im getting a bunch of errors... "Wrycu: you do no have permission to view this" then i refresh and it works...

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. I need scripting help
    By PvH in forum OSR Help
    Replies: 2
    Last Post: 12-07-2007, 12:37 PM
  2. rsc scripting help?
    By owntpls in forum OSR Help
    Replies: 0
    Last Post: 11-23-2007, 11:57 AM
  3. Scripting Help!
    By camdo2 in forum OSR Help
    Replies: 4
    Last Post: 10-25-2007, 06:51 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
  •