Page 1 of 2 12 LastLast
Results 1 to 25 of 46

Thread: Rambozin's FCB !!

  1. #1
    Join Date
    Jan 2007
    Posts
    513
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Rambozin's FCB !!

    Rambozin's FishCookBanker! Version 1.4!

    Functions:
    • PowerFishing!
    • Fishing with Banking!
    • Cooking!
    • Fishing and cooking!
    • Antibans!
    • AntiRandoms!
    • Will eat when on low HP!
    • With form! (Saves details for later use!)


    Setup:
    1. Fix the BankScreen Bug! http://www.srl-forums.com/forum/bank...te-t11041.html
    2. Setup the colors for better results..
    3. Fill in the form
    4. Start in Al-Kharid Bank
    5. If fishing; Have your fishing net in first inventory slot or in first bank slot
    6. If cooking only, have your raw fish in first bank slot, and your cooked fish in second bank slot
    7. Have your cooked fish in fourth bank slot (If only fishing, also have food there for eating when low on HP!)
    8. Enjoy Autoing


    2505 lines of code

    Please post some progress reports

    NOTE:
    Use this with SRL 3.6! SRL 3.7 is a bit buged, thats why I use 3.6. I attached it for if you don't have it anymore.

    Happy Autoing!
    ~Rambozin


    Version history:
    v 1.0 - First Release! // 2 views
    v 1.1 - Fixed Raised Level bug (Because of Freaky Forester Random) // 5 views
    v 1.2 - Fixed NoGameTab bug // 3 views
    v 1.3 - Added Script Stats! // 27 views
    v 1.4 - Added much more Flag; instead of Wait (Thanks to the Scar Noob for noticing)
    Srl simply rocks.

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Lewl!
    Sory but you said over 2500 lines of coding.
    I say its not even 1000.
    Forum takes up first 1337 (lol) lines.
    And your progres report writes your name FBC hella big

    (Rant over)
    Except for that it doesnt seem too bad to me :P!
    I have nothing to cook so sorry, but yea you can definitely apply for membership with this. ill look at it more closely and decide what to vote for ya.

  3. #3
    Join Date
    Aug 2006
    Posts
    408
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    begin
              Wait(3000 + Random(1000));
              Mouse(255 + Random(5), 400 + Random(5), 5, 5, False);
              ClickOption('Cook All', 3);
            end else
            repeat
              MarkTime(ShrimpMarker);
              RaiseLevel;
              TimeFromMark(ShrimpMarker)
              CookFight;
              TimeFromMark(ShrimpMarker)
              AntiRandoms;
              TimeFromMark(ShrimpMarker)
              if (RandomHappened) or
              (FoundCookFight) or
              (RaisedLevel) then
              begin
                Wait(10000 + Random(5000));
                RandomHappened := False;
                FoundCookFight := False;
                RaisedLevel := False;
                Cooking;
              end;
              AntiBans;
            until(TimeFromMark(ShrimpMarker) > 60000)
    What does "TimeFromMark(ShrimpMarker)" do?

    And nice job with the script, like the form.

  4. #4
    Join Date
    Jan 2007
    Posts
    513
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    TimeMark(YourMarkerHere) sets a time marker .. It counts up from 0 to 1 and so on
    A little bit futher, I have a repeat, and then i have
    until (TimeFromMarker(YourMarkerHere) > 60000)
    That means when the marker is at 60 secs, my repeating loop will end. After that you have to reset your timer with
    YourMarkerHere := 0;
    Btw, You need to declare YouMarkerHere as an integer

    @ topic

    What do you mean, it writes my FCB hella big?
    And here, to me its 2505 lines of coding?:
    Srl simply rocks.

  5. #5
    Join Date
    Jan 2007
    Posts
    513
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Updated -> Fixed Freaked Forester Random
    V 1.1 is out now!
    Srl simply rocks.

  6. #6
    Join Date
    Feb 2007
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very nice idea...I'll test some time.

  7. #7
    Join Date
    Apr 2007
    Location
    Finland
    Posts
    938
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  8. #8
    Join Date
    Jan 2007
    Posts
    513
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for posting

    Any other comments?
    Srl simply rocks.

  9. #9
    Join Date
    Jan 2007
    Posts
    513
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Fixed NoGameTab bug.

    V 1.2 Out!
    Srl simply rocks.

  10. #10
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Dude, apply for membership with this. There's no doubt you'll get in! Good job!

  11. #11
    Join Date
    May 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sorry total new question...feel free to ignore me, but what does it mean when i get

    Include file C:\Program Files\SCAR 3.06\includes\SRL\SRL.scar does not exist.
    Include file C:\Program Files\SCAR 3.06\includes\SRL\SRL\Extended\xBank.scar does not exist.
    Include file C:\Program Files\SCAR 3.06\includes\SRL\SRL\Extended\xSymbol.scar does not exist.
    Include file C:\Program Files\SCAR 3.06\includes\SRL\SRL\Extended\xText.scar does not exist.
    Include file C:\Program Files\SCAR 3.06\includes\SRL\SRL\Misc\Trade.scar does not exist.
    Include file C:\Program Files\SCAR 3.06\includes\SRL\SRL\Skill\Fishing.scar does not exist.
    Failed when compiling

  12. #12
    Join Date
    May 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sorry meant newb not new

  13. #13
    Join Date
    Aug 2006
    Posts
    408
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Get SRL ^^

    And Rambozin I meant what does Timefrommark(whatever) do without an until before it. I've used MarkTime and Until(TimeFromMark) in my scripts, but never TimeFromMark by itself.

  14. #14
    Join Date
    Feb 2007
    Location
    Melbourne, Australia
    Posts
    891
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Awesome, I have around 12k shrimp to cook (Used Dankness' Draynor Netter a bit too much ).

    I'll test it out in around 30 min.

    -Dunceiam

    Edit--

    Code:
    Line 59: [Error] (16678:10): Unknown identifier 'FindItemColor' in script
    Alright, I got that using SCAR 2.03 with SRL 3.7.

    Then I tried it with SCAR 3.06 with the latest SRL and got...

    Code:
    Line 343: [Error] (6180:1): Unknown identifier 'tmpTPA3' in script
    Wish I didn't move SCAR+SRL onto a CD, otherwise, I probaby wouldn't be having this trouble

    -Dunceiam

  15. #15
    Join Date
    Jan 2007
    Posts
    513
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Is that error in my script? .. Because I don't have that identiefer in my script ..
    @ alach - I don't really understand your question ..

    And btw, I am a member!
    Srl simply rocks.

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

    Default

    Moved to members as you requested. If you want it in cooking or somewhere else pm me again.

  17. #17
    Join Date
    Jan 2007
    Posts
    513
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks alot

    EDIT: V1.3 Out!
    Srl simply rocks.

  18. #18
    Join Date
    Dec 2006
    Location
    .̿̂̔͋͗̎̆ͥ̍̒ͤ͂̾̌̀̅
    Posts
    3,012
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Wow, nice script But theres hell lot of form stuff..

  19. #19
    Join Date
    Jan 2007
    Posts
    513
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Its to make it easier for the user of the script

    Thanks
    Srl simply rocks.

  20. #20
    Join Date
    Jun 2006
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Dunceiam View Post
    Awesome, I have around 12k shrimp to cook (Used Dankness' Draynor Netter a bit too much ).

    I'll test it out in around 30 min.

    -Dunceiam

    Edit--

    Code:
    Line 59: [Error] (16678:10): Unknown identifier 'FindItemColor' in script
    Alright, I got that using SCAR 2.03 with SRL 3.7.

    Then I tried it with SCAR 3.06 with the latest SRL and got...

    Code:
    Line 343: [Error] (6180:1): Unknown identifier 'tmpTPA3' in script
    Wish I didn't move SCAR+SRL onto a CD, otherwise, I probaby wouldn't be having this trouble

    -Dunceiam
    Redownload SRL for Divi

  21. #21
    Join Date
    Apr 2007
    Location
    Adelaide, Australia
    Posts
    160
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Will try soon. Looks great Rambozin! I'm also the same as Dunceiam. I got a bit carried away with Wizzups? draynor netter. But only got 3k shrimp and 1.5k anchovies. I am looking forward to testing this and cooking all of my fish

    EDIT: Line 1574: [Error] (21052:19): Type mismatch in script C:\WINDOWS\...
    How do I fix?

    Tazzie
    Are YOU into things to do with gaming consoles, glitches, mods or just meeting new people?
    Join Se7ensins and learn how to do the above!
    http://www.fenjer.com/adnan/SRLStats/824.png

  22. #22
    Join Date
    Jan 2007
    Posts
    513
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    @Tazzie

    Line 1574 is for me
    ScriptID := 152;
    What do you have there?
    Srl simply rocks.

  23. #23
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Your script doesn't work for me...if it compiles it stuffs up scar...but I only wanted to look at the forms and I did...they look pretty good...

    P.S - I said *pretty* good because I'm good at forms too...
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

  24. #24
    Join Date
    Jan 2007
    Posts
    513
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Are you using SCAR 2.03 With SRL 3.06 ?
    Srl simply rocks.

  25. #25
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Uhh...no...but I had a look at the forms so I'm all good for now...perhaps you'd like to look at my forms
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Rambozin's SRL BowStringer!
    By Rambozin in forum RS3 Outdated / Broken Scripts
    Replies: 33
    Last Post: 12-31-2007, 04:34 AM
  2. Rambozin's SRL AntiRandom's Function!
    By Rambozin in forum RS3 Outdated / Broken Scripts
    Replies: 24
    Last Post: 07-14-2007, 04:28 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
  •