Results 1 to 4 of 4

Thread: fletch script problem

  1. #1
    Join Date
    Nov 2007
    Posts
    64
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default fletch script problem

    scrpit:
    //Hosted by Runescape 101
    //Download more free scar scripts from www.rs101.info
    {.Script Info:
    # ScriptName = PROPERSTRINGER
    # Author = PROPERHACKER
    # Description = simple script to String your bows
    # Version = 1.11
    # Date = 10/9/2006
    # Comments = IT WORKS!!
    /Script Info}
    {simple script to string bows
    ----

    Visit my website for updates

    http://properhacker.googlepages.com/

    logs and strings in first 2 bank slots
    Face towards that bank, at middle angle

    http://forum.scar-scripts.com/showthread.php?p=2091

    post in forum with ANY problems

    --changelog--
    v0.1-0.9 making
    v1.00-release
    v1.11 use 27,28(thanks for idea R4NDOM 9UY)
    ----

    anyone change and call there own, DONT
    if you change CREDIT ME
    written by PROPERHACKER,
    }
    program Properstringer;
    {.include Si.scar}

    const Totalbows = 530;
    LogOutWhenDone = true;

    const siUsername = '';
    siPassword = '';
    siLoggedIn = 30; // mins to run before sleeping
    siLoggedOut = 10; // mins to sleep before restarting
    siRunDirection = 'S'; // I use seer's
    siLampSkill = 'Fletching'; // skill to use lamp on
    siTakeScreens = true; // do you want screens of randoms?

    var TotalDone, MakeX, count : integer;

    procedure HandleRandoms;
    begin
    CheckRandoms(1, siLampSkill, siRunDirection, false, siTakeScreens, [rtText, rtBox, rtLamp, rtPlant, rtLeveled]);
    end;

    procedure closebank;
    begin
    if(BankScreen)then
    wait(200+random(200));
    mouse(486,42,2,2,true)
    end;

    procedure Withdrawsb; //withdraw strings and bows
    begin
    if(not(BankScreen))then
    OpenBank;
    wait(200+random(200));
    Mouse(476,77,2,2,true);
    wait(200+random(200));
    Withdraw(1, 1, 13);
    Withdraw(1, 2, 14);
    Withdraw(1, 1, 1);
    wait(random(200));
    closebank;
    end;

    procedure DepositBows; //deposits bows
    begin
    OpenBank;
    wait(600+random(400));
    Deposit(1, 2, 0);
    wait(400+random(600));
    end;

    procedure MakeBows; //strings bows
    var x, y: integer;
    begin
    Wait(750);
    UseItem(27);
    UseItem(28);//1
    UseItem(27);
    UseItem(28);//2
    UseItem(27);
    UseItem(28);//3
    UseItem(27);
    UseItem(28);//4
    UseItem(27);
    UseItem(28);//5
    UseItem(27);
    UseItem(28);//5
    UseItem(27);
    UseItem(28);//6
    UseItem(27);
    UseItem(28);//7
    UseItem(27);
    UseItem(28);//8
    UseItem(27);
    UseItem(28);//9
    UseItem(27);
    UseItem(28);//10
    UseItem(27);
    UseItem(28);//11
    UseItem(27);
    UseItem(28);//12
    UseItem(27);
    UseItem(28);//13
    UseItem(27);
    UseItem(28);//14
    wait(random(200));
    TotalDone := TotalDone + 27;
    end;

    procedure ScriptInit;
    begin
    LoadInclude('', false);
    SetAccount(1, siUsername, siPassword);
    TotalDone := 0;
    end;

    begin
    ScriptInit;

    repeat
    begin
    AntiBan(siLoggedIn, siLoggedOut, 1);
    Withdrawsb;
    HandleRandoms;
    MakeBows;
    HandleRandoms;
    DepositBows;
    end;
    until(TotalDone >= Totalbows);
    CloseWindow;

    if(LogOutWhenDone)then
    LogOut;
    end.

    get an error
    Include file C:\Program Files\SCAR 3.15\includes\Si.scar does not exist.
    Failed when compiling
    how should i fix it or please post a working flecthing scrpit

  2. #2
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The script is outdated.

    No, we arent going to post any working script.

    You have to become jr member for more scripts.


  3. #3
    Join Date
    Nov 2007
    Posts
    64
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    so how do i become a jr member?

  4. #4
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Write at least 10 posts, no spam, wait a week, thats all...
    use the search button next time.


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SRL]Cutz N' Fletch
    By Reeces844 in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 11-12-2007, 04:43 AM
  2. Cutz and Fletch
    By Reeces844 in forum First Scripts
    Replies: 15
    Last Post: 10-29-2007, 11:29 AM
  3. Cutz N' Fletch
    By Reeces844 in forum RS3 Outdated / Broken Scripts
    Replies: 9
    Last Post: 10-29-2007, 12:29 AM
  4. Cut, Fletch, Drop
    By trey death in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 02-22-2007, 09:02 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
  •