Page 3 of 10 FirstFirst 12345 ... LastLast
Results 51 to 75 of 230

Thread: [SRL 4] FJ Scripts Fletcher+Stringer In 1!

  1. #51
    Join Date
    Mar 2007
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok, ive downloaded the new one, (wasnt there yet at my previous post) and it works well, its funny how it banks xD

  2. #52
    Join Date
    Mar 2007
    Location
    Netherlands
    Posts
    206
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The banking will be fixed by me. Thats no problem.

  3. #53
    Join Date
    Mar 2007
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well, this is weird, with the stringer, it strings one load, it opens the bank again, deposits al the stuf, and freezes :S

  4. #54
    Join Date
    Mar 2007
    Location
    Netherlands
    Posts
    206
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sjoewaps, I will upload my version Which works good, and jesus will fix it I guess..or I will do..

  5. #55
    Join Date
    May 2007
    Location
    Location:= USA
    Posts
    238
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    That's what now happens to me, it banks one load then freezes. I thought it was my interenet, but it wasnt ><

    EDIT: I downloaded new script, but it won't open up the bank. I know I'm probably being annoying to you guys, but when I was looking at the script I didn't really find an OPEN UP BANK type thing on the script. Is there one, just I missed it? Because it never opened up the bank for me, and it still counted it as though it were fletching. =/

  6. #56
    Join Date
    Aug 2007
    Posts
    73
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    will test once i get 70 fletch since it for yew long only.. look at my sig and u see why =D

  7. #57
    Join Date
    Aug 2007
    Location
    irc://irc.rizon.net:6667/srl
    Posts
    1,566
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by twistedvip50 View Post
    That's what now happens to me, it banks one load then freezes. I thought it was my interenet, but it wasnt ><

    EDIT: I downloaded new script, but it won't open up the bank. I know I'm probably being annoying to you guys, but when I was looking at the script I didn't really find an OPEN UP BANK type thing on the script. Is there one, just I missed it? Because it never opened up the bank for me, and it still counted it as though it were fletching. =/
    Procedure "OpenMyBank". If it is clicking something other than the bank, you can go to the OpenMyBank procedure & change colors if you need to, I used the bank booth windows in Cammy bank & Varrock bank.

    "Far better it is to dare mighty things, to win glorious triumphs, even though checkered by failure, than to take rank with those poor spirits who neither enjoy much nor suffer much because they live in the gray twilight that knows neither victory nor defeat."
    — Theodore Roosevelt

  8. #58
    Join Date
    Aug 2007
    Location
    Hawaii
    Posts
    3,880
    Mentioned
    7 Post(s)
    Quoted
    152 Post(s)

    Default

    here we are

    SCAR Code:
    //========================================\\
    ||
    ||  Pures Mini Fletcher 2.2
    ||
    ||  Worked For : 35 Minutes and 46 Seconds
    ||  Logs Fletched 1836.
    ||  Bows Strung 952.
    ||
    ||              GoodJob!
    \\========================================//

    Edit: I had to use openmybank for it to work.
    Faith is an oasis in the heart which will never be reached by the caravan of thinking.

  9. #59
    Join Date
    Mar 2007
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Kingarabian, could you show the part of the script, or the script itself or anything like that so i can use the openmybank procedure too?

  10. #60
    Join Date
    Aug 2007
    Location
    irc://irc.rizon.net:6667/srl
    Posts
    1,566
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by sjoewaps View Post
    Kingarabian, could you show the part of the script, or the script itself or anything like that so i can use the openmybank procedure too?
    Oi, I didn't download the new version until now lol. But put this just below the proggy(or anywhere else(Near line 260));

    SCAR Code:
    Function OpenMyBank: Boolean;
    begin
      if (FindObjCustom(x, y, ['Use', 'booth'], [7241864, 7899795], 10)) then
       begin
        Mouse(x, y, 8, 8, False);
        if (ChooseOption('quickly')) then
         begin
          FFlag(0);
           repeat
            Wait(100);
            Inc(c);
          until (BankScreen) or (c >= 50);
          if(PinScreen) then
                repeat
                  Wait(500);
                  Writeln('Doing PinScreen');
                  InPin(IntToStr(Players[CurrentPlayer].Pin));
                  Inc(f);
                until (BankScreen)
                Result := BankScreen;
                Writeln('Found BankScreen.');
               end;
              end;
             end;

    Make line 60 & 61 look like this:
    SCAR Code:
    var
      c, f, x, y: integer;

    & go the Procedure "Bank;" & change it to this:

    SCAR Code:
    Procedure Bank; // Opens The Bank.

      begin
      OpenMyBank; // Add the "My" in there.
      FixBank;
      Writeln('Opened Bank')
      End;

    Should work fine, that looks like alot but can be done in like 3 mins

    "Far better it is to dare mighty things, to win glorious triumphs, even though checkered by failure, than to take rank with those poor spirits who neither enjoy much nor suffer much because they live in the gray twilight that knows neither victory nor defeat."
    — Theodore Roosevelt

  11. #61
    Join Date
    Mar 2007
    Location
    Netherlands
    Posts
    206
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    //========================================\\
    ||
    || Pures Mini Fletcher 2.2
    ||
    || Worked For : 47 Minutes and 39 Seconds
    || Logs Fletched 2943.
    || Bows Strung 1526.
    ||
    || GoodJob!
    \\========================================//


  12. #62
    Join Date
    Aug 2007
    Location
    Hawaii
    Posts
    3,880
    Mentioned
    7 Post(s)
    Quoted
    152 Post(s)

    Default

    pfffft -.- you beat me but dont worry as soon im done fletching AND stringing these babys. well see.=p
    Faith is an oasis in the heart which will never be reached by the caravan of thinking.

  13. #63
    Join Date
    Mar 2007
    Location
    Netherlands
    Posts
    206
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    btw dude, I deleted the openmybank because there is already a banking procedure.

  14. #64
    Join Date
    Mar 2007
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    im fletching in seers. but the first time, when i start the script, it finds the bank, and does all the thing it needs to do, but when the 14 strung bows are done, it cant find the bank anymore, after a while it acts like its in my bankscreen, but it isnt :S

  15. #65
    Join Date
    Mar 2007
    Location
    Netherlands
    Posts
    206
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    then try another bank, like gnome banks.

  16. #66
    Join Date
    Mar 2007
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It does work now, have made the script work well myself yay.
    //========================================\\
    ||
    || Pures Mini Fletcher 2.2
    ||
    || Worked For : 23 Minutes and 13 Seconds
    || Logs Fletched 1026.
    || Bows Strung 532.
    ||
    || GoodJob!
    \\========================================//


    Maze random quit btw

  17. #67
    Join Date
    Mar 2007
    Location
    Netherlands
    Posts
    206
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hmm k.. download the new version lol I fixed the LogsDone Bug..

  18. #68
    Join Date
    May 2007
    Location
    Location:= USA
    Posts
    238
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    -Edited-
    Please, I need money, and you don't lose anything, except get money! Join BUX.TO with http://bux.to/?r=twistedvip50

  19. #69
    Join Date
    Mar 2007
    Location
    Netherlands
    Posts
    206
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    That's not allowed posting a modified script mate . Delete it , And my version works well

  20. #70
    Join Date
    May 2007
    Location
    Location:= USA
    Posts
    238
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very sorry mate. I forgot about editing the script. Sorry!
    Please, I need money, and you don't lose anything, except get money! Join BUX.TO with http://bux.to/?r=twistedvip50

  21. #71
    Join Date
    Mar 2007
    Location
    Netherlands
    Posts
    206
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    its ok

    Check this proggie O.o

    //========================================\\
    ||
    || Pures Mini Fletcher 2.2
    ||
    || Worked For : 1 Hours, 4 Minutes and 16 Seconds
    || Logs Fletched 0.
    || Bows Strung 1610.
    ||
    || GoodJob!
    \\========================================//

  22. #72
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    wont you get banned with this...its based on coords...use dtms in the next update

  23. #73
    Join Date
    Mar 2007
    Location
    Netherlands
    Posts
    206
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It wont get you banned because it Clicks In a Specified Box, I use MouseBox;

  24. #74
    Join Date
    Apr 2007
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    When I start to get fletching up I will defiantly use this and post a proggy. Looks good!

  25. #75
    Join Date
    Jun 2007
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    State which bank it need to be in please

Page 3 of 10 FirstFirst 12345 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Fletcher & Stringer Please!!
    By in2it in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 10-26-2008, 09:31 PM
  2. Pest Control Island Bank Fletcher/stringer! With Reward!!
    By Main in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 01-30-2008, 03:54 PM
  3. i want a yew long fletcher and stringer
    By crazy_dawg8809 in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 12-31-2007, 12:45 AM
  4. up to date fletcher+stringer
    By pain_train in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 10-13-2007, 02:23 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
  •