Page 1 of 3 123 LastLast
Results 1 to 25 of 54

Thread: FCR by skilld u

  1. #1
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default FCR by skilld u

    SCAR Code:
    // -------------------------------------------------------------------------- //
    // --                                                                      -- //
    // --                               FCR v.1                                -- //
    // --                                  by                                  -- //
    // --                               skilld u                               -- //
    // --                                                                      -- //
    // -------------------------------------------------------------------------- //
    // --                                                                      -- //
    // --             Does the Fight Caves and Earns Tokkul.                   -- //
    // --                                                                      -- //
    // -------------------------------------------------------------------------- //
    // --                            Instructions                              -- //
    // -------------------------------------------------------------------------- //
    // --                                                                      -- //
    // --  Have your character with necessary armor to do the fight caves      -- //
    // --  Place your character outside the fight caves entrance               -- //
    // --  Don't have anything too expensive with you.                         -- //
    // --                                                                      -- //
    // -------------------------------------------------------------------------- //
    // --                              Features                                -- //
    // -------------------------------------------------------------------------- //
    // --                                                                      -- //
    // --  AntiBan!                                                            -- //
    // --  Sleep Feature!                                                      -- //
    // -------------------------------------------------------------------------- //
    // --                         Upcoming Features                            -- //
    // -------------------------------------------------------------------------- //
    // -- Range and Mage option                                                -- //
    // -- Which Skill To Train Option                                          -- //
    // -------------------------------------------------------------------------- //




    probably has small bugs, dont have members account to test.

  2. #2
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    Good Job skilld now harry's isnt the only 1 out there :P and no more shit talking and such :P you said took you only 5 hrs lol :P great job

    lol 500 lines will do the job too :P

  3. #3
    Join Date
    Jan 2008
    Location
    Alberta
    Posts
    727
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    In your GetInCave procedure, the part where you do this:
    SCAR Code:
    writeln('Took '++IntToStr(TimeFromMark(fail))+' Ms to find the Entrance');

    You should do that before moving the mouse, it makes your tpa look slow
    And in that procedure you move the mouse with 5, 5 before, then you mouse with 10, 10 so it will move a couple pixels every time, you might want to fix that.

    In your RandomTalk, you might not want to do:
    SCAR Code:
    12: TypeSend('i hate school so f`ing much');

    and
    SCAR Code:
    14: TypeSend('i love afk training');

    As it wouldn't be to fun to be reported for the person using the script
    Even though you use those for being in the cave, something could go wrong.


    You do this:
    SCAR Code:
    until False;
      WriteLn(IntToStr(LTD));
      Status('Done. Run again some time.');
    end.

    In your mainloop, until false is forever so you if you want to do it at the very end of the script, make a procedure called scriptterminate; so that it will say that when the script stops.

  4. #4
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks. new version upped.

  5. #5
    Join Date
    Jan 2008
    Location
    Alberta
    Posts
    727
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Is it just me being stupid, or does this not switch players at all

    EDIT: In your mainloop you might want to change:

    SCAR Code:
    until (TLBS >= LBS) or (TBS * 60000 + Random(10000) >= TimeFromMark(STM));

    To:
    SCAR Code:
    until OutOfCave and (TLBS >= LBS) or (TBS * 60000 + Random(10000) >= TimeFromMark(STM));

    I think that would work.


    And to make it multi-player:
    SCAR Code:
    until (TLBS >= LBS) or (TBS * 60000 + Random(10000) >= TimeFromMark(STM));
    TLBS := 0;
    SleepWhenLogged;

    To:
    SCAR Code:
    until (TLBS >= LBS) or (TBS * 60000 + Random(10000) >= TimeFromMark(STM));
    Logout;
    TLBS := 0;
    SleepWhenLogged;
    NextPlayer(True);

  6. #6
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    doh! i knew i missed a few bugs. ill up a new version in a few minutes.

  7. #7
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    O noez, competition

    Good luck. Looks nice.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  8. #8
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Why doesn't it finds monster? it only goes in the cave right?
    ~Hermen

  9. #9
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    they attack you. no need for monster finder.

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

  11. #11
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    he even claims it to be his own script!!! lol
    [SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]

  12. #12
    Join Date
    Sep 2007
    Location
    Sweden
    Posts
    765
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    sweet! this is up to date right? i mean, with the new colors and such. i will try it as soon as i get membership. i havent used hy's fcer in ages.


    ^LOL^

  13. #13
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i released it on sythe.

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

  15. #15
    Join Date
    Dec 2006
    Location
    Program TEXAS home of AUTOERS
    Posts
    7,934
    Mentioned
    26 Post(s)
    Quoted
    237 Post(s)

    Default

    harry's caver is outdated now get this script rock and rollin!
    will use once i got p2p

  16. #16
    Join Date
    Dec 2006
    Posts
    65
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol, good timing on releasing this script :P

    edit: you left your SRLID and SRLPassword in the file.

  17. #17
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i released almost 2 months ago...

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

    Default

    Hmm I'm sorry.. Did not notice that!
    By the way, I get this error when I try to run the script:
    [Runtime Error] : Out Of Range in line 216 in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/Login.scar

  19. #19
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    just posted a new version. should work

  20. #20
    Join Date
    Jan 2008
    Location
    In The Darkness..
    Posts
    27
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey, I'm a noob and have no idea how to fix this error. Any idea?

    [Runtime Error] : Out Of Range in line 73 in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/Login.scar

  21. #21
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    fixed it.

    I forgot to call declare players.

  22. #22
    Join Date
    Dec 2007
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    would it be at all possible for you to incorporate S.M.A.R.T. into your script and make that version available to us as well? If not that's fine but it would be nice

  23. #23
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    its not that hard to add smart to a script. but next time I update Ill post a smart version.

  24. #24
    Join Date
    Dec 2007
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Oh nice your actually here, I seem to be having a problem. I hit play and it just logs in then logs out, logs in says something, logs out, logs in, moves the screen a little bit, then logs back out. Any idea whats happening?

    By the way, you have 666 posts.

  25. #25
    Join Date
    Aug 2007
    Location
    Georgia, U.S.
    Posts
    890
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I think it is my get in cave function ill fix it up.

Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. skilld gilld
    By skilld u in forum RS3 Outdated / Broken Scripts
    Replies: 21
    Last Post: 06-10-2008, 01:37 PM
  2. Skilld EveryWhere Miner!
    By skilld u in forum RS3 Outdated / Broken Scripts
    Replies: 15
    Last Post: 03-27-2008, 05:08 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
  •