Page 40 of 207 FirstFirst ... 3038394041425090140 ... LastLast
Results 976 to 1,000 of 5164

Thread: Narcle's Fast Fighter!

  1. #976
    Join Date
    Dec 2007
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    When i tried it, it said Fail While Compiling or something.




    RUNESCAPE RULES ALL

  2. #977
    Join Date
    Oct 2007
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Nice

    Very Very AWSOME

  3. #978
    Join Date
    Sep 2006
    Posts
    199
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just trying on the Goblins at lumbridge ill report back.

  4. #979
    Join Date
    Mar 2008
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default hey

    perhaps yall can help me out?
    when i run the script it sais unknows identifier line 54 or summat and was wonderin whats was happenin with it.

  5. #980
    Join Date
    Sep 2006
    Posts
    199
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This looks great but anyone tell me a good place to run this from level 3 because it doesnt work in the Goblin hut in lumbridge because it just skips from target to target but doesnt click.


    Edit: Read the FAQ will post a proggie later on.
    Edit2:Ill run it for longer another time but for now this is what I got its pretty good but doesn't eat maybe im doing something wrong though ok here's the report.

    |_Single Player__Narcle's Fast Fighter v2.52 by Narcle___|
    | Ran: 0h:53m:8s Current Time: 08:20:57 PM Start Time: 07:28:03 PM |
    | A:8, S:9, D:8, R:1 Total Kills: 53, Total XP Gained: 1320, Kills Round: 13, XP Round: 320
    | XP/hour: 1494, Estimated time to Strength level: 0 Hour(s) & 7 Minutes |

  6. #981
    Join Date
    Mar 2008
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i dont understand. i tried to run but says "failed when compiling" what i'm doing wrong?? could anybody help me

  7. #982
    Join Date
    Oct 2007
    Posts
    678
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    EDIT: Hey people, it me Chitin...yes i am here to help...and finally, i can... sort of...so...
    ~IF YOU NEED HELP READ THIS~
    [things discussed]=
    1a.--------srl 4 rev 14
    1b.--------colors
    1c.--------silent mouse
    1d.--------srl stats
    1e.--------eating food fix
    1f.---------compiling problems and other unknown issues (unknown by you...and i guess us)
    1g.--------range issues

    1a. ok the first issue appears to be making the script "work"....
    for most people it is the fact that you do not have srl 4 rev 14 properly installed. well guess what...why dont you go and read the srl section of the forum...or just reinstall it...

    1b. the next most common problem would be color picking. You people just dont know when to pick
    colors...
    ok so here are three steps you must ask yourself to see if the color is a good color to use..
    1. IS IT VIBRANT (BRIGHT)
    2. IS IT THE ONLY KIND OF IT'S SHADE (GOBLINS = GREEN, GRASS = GREEN)= BAD
    3. IS THERE ENOUGH OF IT TO BE NOTICABLE?(KILLING MICE WORKS...BUT GIANT RATS ARE BETTER BECAUSE THEYRE BIGGER..)
    this should definatly clean out some problems...

    1c. another problem is with silent mouse..make sure your silent mouse is OFF
    how to do this you ask?...well in scar go to "tools" at the top, and its the first one there...if its on,then theres a checkmark by it..if this somehow messed up your script, turn it on...eitherway...feel free to try both ways...

    1d. the time delay in this script can get really annoying...u want it gone? stop being a leecher and sign up for srl stats. it records how much you autoed automatically so you can see (and we can see) if your an auto freak...I DO REALIZE THAT IT DOESNT LET SOME PEOPLE REGISTER....Narcle proably doesn't want me to tell you how to mess with that so don't...until he removes it or gives me permission...

    1e. poor Narcle has a busy schedule and has tried to fix the food all the time...until he has found a better way, i can tell you how to fix it....ironically enough, i told him to do it this way but he wouldn't listen...i have tested this and it works fine with me...may not be as fancy as his way but is does work...I hope he doesn't mind me messing with this...ok so what you do is....

    edit for the 4th time: i've fixed evrything...it will now eat at 65% run at 30% and stay in 1 place and regenerate if you 65 or below and you dont have food! i just checked it myself.

    go down to line 621
    it should say:
    Code:
    procedure NFFhpcheck;
    var
      n,i,x,y,tcts:integer;
    begin
      if (not(loggedin)) or (MyHpPercent > 65) then exit;
      tcts:= GetColorToleranceSpeed;
      ColorToleranceSpeed(1);
      if not Players[CurrentPlayer].Booleans[0] then Players[CurrentPlayer].Integers[10] := 11;
      begin
        if (Players[CurrentPlayer].Integers[10]<11) and (MyHpPercent < 65) then
        begin
          gametab(4);
          Status('Looking for food to eat...');
          for i := 0 to 27 do
          if (ExistsItem(i+1)) then
          begin
            MMouseItem(i+1);
            GetMousePos(x, y);
            wait(300+random(50));
            if (pos('Eat', rs_GetUpText) > 0) then
            begin
              Mouse(x,y,0,0,false);
              if ChooseOption('Eat') then
              begin
                foodate := foodate+1;
                if (MyHpPercent > 65) then exit;
              end;
            end;
          end else Players[CurrentPlayer].Integers[10] := Players[CurrentPlayer].Integers[10]+1;
        end;
        if (MyHpPercent < 30) then
        begin
          Status('Running away HP% < 30...');
          RunAway(CurrentRunDir, true, 1, 5000+random(5000) );
        end;
        if (MyHpPercent < 65) and (Players[CurrentPlayer].Booleans[10]) then
        begin
          Status('HP low, waiting for regen... ');
          repeat
            RandomsCheck(4);
            if ((Getsystemtime-CharStartTime)>(CurrentKillTime * 60000)) then
            begin
              logoutSeq('');
              Break;
            end;
            if infight then
            begin
              RunAway(CurrentRunDir, true, 1, 10000+random(2000) );
              if (MyHpPercent < 50) and infight then
              begin
                Status('Waiting to auto-logout...');
                Repeat
                  wait(5000);
                until(not(loggedin))
                LogoutSeq('');
                Break;
              end;
            end;
            Case random(20) of
              0: RandomMovement;
            end;
            n:=n+1;
            if not LoggedIn then exit;
          until( MyHpPercent > 65 );
          SetAngle(true);
        end;
      end;
      ColorToleranceSpeed(tcts);
    end;
    ends at 690...so now replace it with this:

    Code:
    procedure NFFhpcheck;
    var
      n,i,x,y,tcts,x123,y123:integer;
    begin
      if (not(loggedin)) or (MyHpPercent > 65) then exit;
      tcts:= GetColorToleranceSpeed;
      ColorToleranceSpeed(1);
      if not Players[CurrentPlayer].Booleans[0] then Players[CurrentPlayer].Integers[10] := 11;
      begin
        if (Players[CurrentPlayer].Integers[10]<11) and (MyHpPercent < 65)
    or FindColorTolerance(x123, y123, 3097419, 716, 23, 716, 23, 10) then
        begin
          gametab(4);
          Status('Looking for food to eat...');
          for i := 0 to 27 do
          if (ExistsItem(i+1)) then
          begin
            MMouseItem(i+1);
            GetMousePos(x, y);
            wait(300+random(50));
            if (pos('Eat', rs_GetUpText) > 0) then
            begin
              Mouse(x,y,0,0,false);
              if ChooseOption('Eat') then
              begin
                foodate := foodate+1;
                if (MyHpPercent > 65)
                or FindColorTolerance(x123, y123, 3097419, 716, 23, 716, 23, 10)=false then exit;
              end;
            end;
          end else Players[CurrentPlayer].Integers[10] := Players[CurrentPlayer].Integers[10]+1;
        end;
        if (MyHpPercent < 30) then
        begin
          Status('Running away HP% < 30...');
          RunAway(CurrentRunDir, true, 1, 5000+random(5000) );
        end;
        if (MyHpPercent < 65) or FindColorTolerance(x123, y123, 3097419, 716, 23, 716, 23, 10)
        and (Players[CurrentPlayer].Booleans[10]) then
        begin
          Status('HP low, waiting for regen... ');
          repeat
            RandomsCheck(4);
            if ((Getsystemtime-CharStartTime)>(CurrentKillTime * 60000)) then
            begin
              logoutSeq('');
              Break;
            end;
            if infight then
            begin
              RunAway(CurrentRunDir, true, 1, 10000+random(2000) );
              if (MyHpPercent < 50) and infight then
              begin
                Status('Waiting to auto-logout...');
                Repeat
                  wait(5000);
                until(not(loggedin))
                LogoutSeq('');
                Break;
              end;
            end;
            Case random(20) of
              0: RandomMovement;
            end;
            n:=n+1;
            if not LoggedIn then exit;
          until( MyHpPercent > 65);
          SetAngle(true);
        end;
      end;
      ColorToleranceSpeed(tcts);
    end;
    this will take up 3 more lines...so when replaced it will end at 692...its not a big change nothing fancy but it works.

    if you still have problems, let me know il tell you what you can do to tweak it a little...now since i edited Narcles code, he cannot assume responsibility (not that he does anyway) to what happens with your account (and nor do i, duh) theoretically this shouldn't in anyway make it more detectable..so just use that until Narcle fixes it...
    PS: as you can see Narcle's eating works fine...the messed up part was finidng you have low hp...so its really SRL's fault...not that im saying anything...so yeah there you have it!

    1f. ok so you have unknown error...well you dont know what it is..and neither do we because u didnt specify...duh...so next time you put "i dont know whats wrong it says 'failed when compiling'" why dont you copy and paste evrything it says so we can help you..

    1g. ...what can i say....sucks for you i don't do range...but if you repeat what all youu said with a little more detail il take a look

    psww my wrist hurts like a **, so you all best read this^^..and READ THE SIG..

    @Narcle: hey dude i kinda helped these ppl..nice new features...

    ps...i post it here too and edited for NAF...probably not the hp fix ur looking for but i would imagine it will do until you make it more pro. hey im still in credits...all right!
    editooo nice anti leech...5 stars...but u know

  8. #983
    Join Date
    Jan 2008
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the evil chicken killed me, while using this script . well until than it worked great for like 2 hours . Brought my attack to 40 finally.

  9. #984
    Join Date
    Nov 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice job m8

  10. #985
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    @Chitin
    Nice lol
    Wish you had the second post on this thread... oh well.
    I'll put a link in news to your post here.
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  11. #986
    Join Date
    Oct 2007
    Posts
    678
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Narcle View Post
    @Chitin
    Nice lol
    Wish you had the second post on this thread... oh well.
    I'll put a link in news to your post here.
    lol why the second one? so its easier to see? wouldnt it be easier to update script? and i post this and edited for NAF for those who prefer that...which is now me, because it has a timer...lol so am i back on the team or what? (the team of Narcle's-scripts-own-and-i-might-as-well-help)...ps: i edited mine a little more and (completely unnessisary but more pro) i put

    Code:
    (MyHpPercent <= 65)
    instead of

    Code:
    (MyHpPercent < 65)
    so it wont wait for 64

    oh and im looking into the computer expertise of my academic achievements (probably gaming)...sooo just curious what do you do/want to do and what college u go 2? your a web designer right?

  12. #987
    Join Date
    Jan 2008
    Location
    10° north of Hell
    Posts
    2,035
    Mentioned
    65 Post(s)
    Quoted
    164 Post(s)

    Default

    i was looking for somthing to fight white knights and this is perfect... thx!

  13. #988
    Join Date
    Mar 2007
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    amazing dude, i love this script.

  14. #989
    Join Date
    Mar 2008
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    awesome script m8. cheers

  15. #990
    Join Date
    Mar 2008
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    wait wtf it freezes..

  16. #991
    Join Date
    Mar 2008
    Posts
    200
    Mentioned
    1 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by raptez3 View Post
    wait wtf it freezes..
    do not double poast...tehres an edit botton for a reason.

    theres also rules against spam to keep down the leechers. if you have a problem with a script , make a dtailed forum post (or edit the one you had before) or you could go to the tutorial section look for your problem and try and fix it yourself, while elarning in the process and contribute to the community as much as possible.

    jsut a ehads up, you keep spamming and an admin is bound to find you and reduce your post coutns to ZERO. then you're that much farther from junior members club or w/e it is.

    ON TOPIC NOW: i've downlaoded the script and will try and run it sometime in the next few days. ill post proggies when i've gotten a decent time and post the problems and benifits i've had.

    thansk for making a free for all script <3

    Benson

  17. #992
    Join Date
    Mar 2008
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice script, it works perfectly

  18. #993
    Join Date
    Apr 2007
    Posts
    49
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Runtime Error] : Exception: Access violation at address 00647734 in module 'scar.exe'. Read of address 00000000 in line 330 in script C:\Program Files\SCAR 3.14\includes\SRL/SRL/Core/Login.scar
    http://img254.imageshack.us/img254/6536/xcloud1di7.png

    98% of teens
    surround their minds with rap. If your part of the 2% that stayed with Metal/Death Metal/Black Metal and Rock, put this on your sig


    Join This Site Today:
    http://www.nitro-trades.info/index.php

    For all your Rs Trade needs

    Freindly and welcomeing people on here Scamers are a thing of the past

  19. #994
    Join Date
    Mar 2008
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great script love it

  20. #995
    Join Date
    Mar 2008
    Posts
    200
    Mentioned
    1 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by Dgby714 View Post
    i was looking for somthing to fight white knights and this is perfect... thx!
    Quote Originally Posted by blade me not View Post
    amazing dude, i love this script.
    Quote Originally Posted by raptez3 View Post
    awesome script m8. cheers
    Quote Originally Posted by raptez3 View Post
    wait wtf it freezes..
    Quote Originally Posted by Syurba View Post
    Nice script, it works perfectly
    Quote Originally Posted by lolero View Post
    Great script love it

    DO NOT SPAM TOPICS WITH "CONGRATES M8 IMA FIANLLY GET MA STRENGTH LVL CUS DIS AWWSOOME SCRYPT!!"

    got it? do me a favour and embark on this quest. LEARNING HOW TO READ.

    once accomplished you'll ahve the abilities needed to embark on another quest. READING THE RULES PAGE. and then maybe you'll ahve common sense and go read some tut's and learn how tos cript and such its a long process but worth it.


    (this is a nice warning...and admin woulda lowered all your psot coutns to zero, watched you some mroe and if saw you spamming...banned you)


    thanks again


    Benson.

  21. #996
    Join Date
    Oct 2007
    Posts
    678
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Exedos View Post
    [Runtime Error] : Exception: Access violation at address 00647734 in module 'scar.exe'. Read of address 00000000 in line 330 in script C:\Program Files\SCAR 3.14\includes\SRL/SRL/Core/Login.scar
    reinstall srl and make sure its rev 14

    @benson...yes thnx

  22. #997
    Join Date
    Mar 2008
    Location
    In a cave
    Posts
    345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice script pal, although one of my accs got banned :P

    anyways a suspicious singleplayer report:

    |_Single Player__Narcle's Fast Fighter v2.52 by Narcle___|
    | Ran: 0h:10m:57s Current Time: 10:08:35 PM Start Time: 09:57:38 PM |
    | A:1, S:1, D:20, R:45 Total Kills: 0, Total XP Gained: 0, Kills Round: 0, XP Round: 0
    | XP/hour: 0, Estimated time to Range level: 0 Hour(s) & 1 Minutes |
    | Ammo remaining: 0, Total Ammo used: 0, Ammo Used/hour: 0 |

    The weird thing about that is that it ran for a round, killed about 10 monsters and gained 800 XP...

    EDIT: Training a str pure worked fine for me...

  23. #998
    Join Date
    Feb 2008
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks chitin, you got this one working for me again. Works great!

  24. #999
    Join Date
    Mar 2008
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    amazing thank you

  25. #1000
    Join Date
    Mar 2008
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice

Page 40 of 207 FirstFirst ... 3038394041425090140 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. fast fighter v3.02 help
    By yo123 in forum OSR Help
    Replies: 3
    Last Post: 03-07-2009, 09:44 PM
  2. Need help with Narcle's Fast Fighter
    By Myhatisblack in forum OSR Help
    Replies: 10
    Last Post: 01-28-2009, 03:08 AM
  3. Fast Fighter v2.70
    By RPS13x in forum OSR Help
    Replies: 1
    Last Post: 07-08-2008, 07: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
  •