Page 14 of 51 FirstFirst ... 4121314151624 ... LastLast
Results 326 to 350 of 1269

Thread: Ultimate Fletcher

  1. #326
    Join Date
    Sep 2007
    Location
    Pittsburgh
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    ==========================================
    =§  Ultimate Fletcher By:  FootBalljds  §=
    ==========================================
    Been Fletching For: 1 Hours, 9 Minutes and 13 Seconds
    Gained 117450 Exp
    Fletched 1566 yew Longbows(u)
    Did 58 Loads
    Performed Anti Ban 95 Times
    ==========================================

    Noice!!!!!

  2. #327
    Join Date
    Sep 2007
    Posts
    501
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    last proggie from me *tear* youll see why later
    Code:
    ==========================================
    =§  Ultimate Fletcher By:  FootBalljds  §=
    ==========================================
    Been Fletching For: 1 Hours, 43 Minutes and 22 Seconds
    Gained 188325 Exp
    Fletched 2511 yew Longbows(u)
    Did 93 Loads
    Performed Anti Ban 125 Times
    ==========================================
    Error, There is nothing in inventory slot 19
    Error, There is nothing in inventory slot 21
    Error, There is nothing in inventory slot 23
    ==========================================
    =§  Ultimate Fletcher By:  FootBalljds  §=
    ==========================================
    Been Fletching For: 1 Hours, 44 Minutes and 15 Seconds
    Gained 188325 Exp
    Fletched 2511 yew Longbows(u)
    Did 93 Loads
    Performed Anti Ban 125 Times
    ==========================================
    Successfully executed

  3. #328
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by KoKouKo View Post
    last proggie from me *tear* youll see why later
    Code:
    ==========================================
    =§  Ultimate Fletcher By:  FootBalljds  §=
    ==========================================
    Been Fletching For: 1 Hours, 43 Minutes and 22 Seconds
    Gained 188325 Exp
    Fletched 2511 yew Longbows(u)
    Did 93 Loads
    Performed Anti Ban 125 Times
    ==========================================
    Error, There is nothing in inventory slot 19
    Error, There is nothing in inventory slot 21
    Error, There is nothing in inventory slot 23
    ==========================================
    =§  Ultimate Fletcher By:  FootBalljds  §=
    ==========================================
    Been Fletching For: 1 Hours, 44 Minutes and 15 Seconds
    Gained 188325 Exp
    Fletched 2511 yew Longbows(u)
    Did 93 Loads
    Performed Anti Ban 125 Times
    ==========================================
    Successfully executed
    cause you got 99 fletching ty man, your names going up there

  4. #329
    Join Date
    Dec 2007
    Location
    USA
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  5. #330
    Join Date
    Sep 2007
    Posts
    501
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    look at other peoples proggies and do teh math

  6. #331
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by zeppa70 View Post
    so if i have 30k willows in bank how long will this really take to fletch them
    "trying to get 99 fletch ..57 atm"
    lol
    Quote Originally Posted by KoKouKo View Post
    look at other peoples proggies and do teh math
    words from the wise, gotta love them , or he could just get banned

  7. #332
    Join Date
    Dec 2007
    Posts
    97
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey, I was doing some quick autoing with your fletcher. It worked very well.

    Here is my proggy:

    ==========================================
    =§ Ultimate Fletcher By: FootBalljds §=
    ==========================================
    Been Fletching For: 39 Minutes and 14 Seconds
    Gained 68850 Exp
    Fletched 918 yew Longbows(u)
    Did 34 Loads
    Performed Anti Ban 28 Times
    Responded 11 Times
    ==========================================
    16
    [Runtime Error] : Out Of Range in line 577 in script C:\Documents and Settings\Dad\Desktop\UltimateFletcher[.7].scar

    The only reason it stopped was because of that



    This is the procedure it is located in:
    SCAR Code:
    procedure Responds;
    Var
      Chats, Responce : TStringArray;
      I : Integer;
    begin
      if not (Players[CurrentPlayer].Booleans[1]) then EXIT;
      Chats := ['respond', 'hi', 'auto'];
      Responce := ['why, "Hello there", :p', 'hello loser :D', 'gah, shut up?'];
      for I := 0 to 2 do
      begin
        if InChat(Chats[i]) then
        begin
          inc(Responded);
          case Random(4) of
            0: TypeSend('hi?');
            1: TypeSend('OK...');
            2: TypeSend('yes...?');
            3: begin
                 TypeSend(Responce[rspnce]);
                 inc(rspnce);
               end;
          end;
          wait(1000 + Random(500));
          Exit;
        end;
      end;
    end;

    Line 577 is:

    SCAR Code:
    typeSend(Rsponce[rspnce]);

    Any idea why this happened and how to fix it.

    Hope this is of some help?

  8. #333
    Join Date
    Sep 2007
    Posts
    501
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    turn off autorepsonder

  9. #334
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Quote Originally Posted by KoKouKo View Post
    turn off autorepsonder
    that works ,
    attention everyone! im leaving for a long long long time!!!!!!!!!!!!!!!!!!!
    il first be back 3 weeks from now, then after that il visit every 6 weeks, this will last a lil over a year , il miss everyone !!!!

  10. #335
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    And I have direct permission from footballjds to make sure this script doesn't die. (Please not be gone yet football, You need to read your pms and post that I have permission)

    Edit:People who are having the Out of range error on 577 change your procedure to this
    SCAR Code:
    procedure Responds;
    Var
      Chats, Responce : TStringArray;
      I : Integer;
    begin
      if not (Players[CurrentPlayer].Booleans[1]) then EXIT;
      Chats := ['respond', 'hi', 'auto'];
      Responce := ['why, "Hello there", :p', 'hello loser :D', 'gah, shut up?'];
      for I := 0 to 2 do
      begin
        if InChat(Chats[i]) then
        begin
          inc(Responded);
          case Random(4) of
            0: TypeSend('hi?');
            1: TypeSend('OK...');
            2: TypeSend('yes...?');
            3: TypeSend(Responce[Random(2)]);
          end;
          wait(1000 + Random(500));
        end;
      end;
    end;

  11. #336
    Join Date
    Nov 2007
    Posts
    187
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    ==========================================
    =§ Ultimate Fletcher By: FootBalljds §=
    ==========================================
    Been Fletching For: 30 Minutes and 45 Seconds
    Gained 28782 Exp
    Fletched 702 willow Longbows(u)
    Did 26 Loads
    Performed Anti Ban 26 Times
    ==========================================
    Error 1 |Opening Bank Error| Fatel = True
    Please Report The Above ERrors
    Successfully executed

    Don't know why its saying can't open bank because im sitting right in the bank when i log back on... Ill be posting alot of proggies hopefully, I got 92k willow logs left to fletch...

  12. #337
    Join Date
    Dec 2007
    Posts
    515
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    ==========================================
    =§ Ultimate Fletcher By: FootBalljds §=
    ==========================================
    Been Fletching For: 29 Minutes and 31 Seconds
    Gained 26568 Exp
    Fletched 648 willow Longbows(u)
    Did 24 Loads
    Performed Anti Ban 29 Times
    Gained 2 Levels
    ==========================================
    Error 1 |Opening Bank Error| Fatel = True
    Please Report The Above ERrors
    Successfully executed
    In the kingdom of the blind, the one-eyed man is king

  13. #338
    Join Date
    Nov 2007
    Posts
    187
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    ==========================================
    =§ Ultimate Fletcher By: FootBalljds §=
    ==========================================
    Been Fletching For: 25 Minutes and 52 Seconds
    Gained 22140 Exp
    Fletched 540 willow Longbows(u)
    Did 20 Loads
    Performed Anti Ban 17 Times
    ==========================================

  14. #339
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    people who are having bank problems what bank are you using?

  15. #340
    Join Date
    Nov 2007
    Posts
    187
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I am using PC bank, I think thats the problem but I don't know, I am going to try VEB tonight and see how many I can fletch, Im just trying to find a good sleep time so that I don't get that many randoms... Im only using 1 character so idk, I don't want to sleep too much so that I only get 1k done it 12 hours(Figure of speech)..... So if anyone knows a good sleep time please tell me...

    I'm hoping to get to 99 fletching using this script got 94 right now, and I have all the willows I require to get to 99 fletching which is still 89k left .....

  16. #341
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

  17. #342
    Join Date
    Sep 2007
    Posts
    501
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    try changing
    SCAR Code:
    if(WhatBank=PC)then OpenPCBank;
      else OpenBankFast(WhatBank);
    to
    SCAR Code:
    if(WhatBank=PC)then OpenBankGlass('veb');
      else OpenBankFast(WhatBank);
    the bottom one is more reliable but moves around more, and use it on an empty world

  18. #343
    Join Date
    Dec 2006
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Line 97: [Error] (1105:1): Syntax error in script C:\Program Files\SCAR 3.14\includes\SRL/SRL/Core/GameTab.scar

    keep getting this with this script not sure why thought, i know its something silly.

  19. #344
    Join Date
    Aug 2007
    Location
    in a random little world
    Posts
    5,778
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    here is my proggy
    ==========================================
    =§ Ultimate Fletcher By: FootBalljds §=
    ==========================================
    Been Fletching For: 3 Hours, 32 Minutes and 10 Seconds
    Gained 86346 Exp
    Fletched 2106 willow Longbows(u)
    Did 78 Loads
    Performed Anti Ban 87 Times
    Gained 3 Levels
    Responded 1 Times
    Slepted 10 Times

  20. #345
    Join Date
    Nov 2007
    Posts
    187
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Foot just to let you know I will be using this an your stringer to get 99 fletching... It will take me a little longer because im running nats and alching my yew longs... I will keep you updated and just look at my siggy..
    ==========================================
    =§ Ultimate Fletcher By: FootBalljds §=
    ==========================================
    Been Fletching For: 1 Hours, 49 Minutes and 28 Seconds
    Gained 97416 Exp
    Fletched 2376 Yew Longbows(u)
    Did 88 Loads
    Performed Anti Ban 131 Times
    Slepted 9 Times
    ==========================================
    Successfully executed

  21. #346
    Join Date
    Sep 2007
    Posts
    501
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by jamesy View Post
    Line 97: [Error] (1105:1): Syntax error in script C:\Program Files\SCAR 3.14\includes\SRL/SRL/Core/GameTab.scar

    keep getting this with this script not sure why thought, i know its something silly.
    1) thats a srl thing

    2) just remove all those funny arrow things, theres 3 lines of them, i dont know what those do but it looks like its a retard shield or something really obvious that i dont know, roflcopter

  22. #347
    Join Date
    Nov 2007
    Posts
    187
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Goto program files scar 3.14 are the version your using and delete includes then reinstall...

  23. #348
    Join Date
    Sep 2007
    Posts
    501
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    just replace gametab.scar with this

  24. #349
    Join Date
    Nov 2007
    Posts
    187
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Almost 96 fletching

    ==========================================
    ==========================================
    =§ Ultimate Fletcher By: FootBalljds §=
    ==========================================
    Been Fletching For: 1 Hours, 32 Minutes and 59 Seconds
    Gained 153900 Exp
    Fletched 2052 yew Longbows(u)
    Did 76 Loads
    Performed Anti Ban 116 Times
    Slepted 7 Times
    ==========================================

  25. #350
    Join Date
    Nov 2007
    Posts
    187
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    ==========================================
    =§ Ultimate Fletcher By: FootBalljds §=
    ==========================================
    Been Fletching For: 1 Hours, 26 Minutes and 16 Seconds
    Gained 135675 Exp
    Fletched 1809 yew Longbows(u)
    Did 67 Loads
    Performed Anti Ban 90 Times
    Slepted 6 Times
    ==========================================

Page 14 of 51 FirstFirst ... 4121314151624 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Ultimate PK aid.
    By 006786 in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 02-03-2009, 05:01 PM
  2. Ultimate RuneBuyer
    By alach11 in forum RS3 Outdated / Broken Scripts
    Replies: 49
    Last Post: 08-04-2007, 05:48 PM
  3. Ultimate Ess Miner Set-up
    By Zher in forum RS3 Outdated / Broken Scripts
    Replies: 16
    Last Post: 05-20-2007, 12:11 PM
  4. Hey, welcome the ultimate noob
    By Archmage in forum Who Are You ? Who ? Who ?
    Replies: 0
    Last Post: 10-08-2006, 11:49 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
  •