Page 1 of 207 1231151101 ... LastLast
Results 1 to 25 of 5164

Thread: Narcle's Fast Fighter!

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

    Default Narcle's Fast Fighter!

    Fast Fighter
    by
    Narcle
    SRL-Stats

    Currently Outdated - Aug. 01, 2012
    • Fights any monster *Read FAQ*
    • Eats any food!
    • HP checking, regens HP if no food.


    Frequently Asked Questions:
    How to install and setup Simba!
    http://villavu.com/forum/showthread.php?t=47714

    SRL's Frequently Asked Questions!
    http://villavu.com/forum/forumdisplay.php?f=448

    Youtube guide by R4andom:
    http://www.youtube.com/watch?v=c6MosyyjP2s

    Q: Good place to train? What colors do I use?
    A: New: Autoing/training Spots (Combat) is a very nice tutorial by R4andom. It has updated fighting spots (with pictures) and some color suggestions to set for the fighter. You can also check out the old Training / Autoing Spots for Fighting tutorial by Versace.

    Q: How to I pick colors and add them to script?
    A: Guide on Picking colors w/pics

    Q: I set it to Strength but it set it to Defense?!
    A: If your training a pure I suggest the following:
    I made it so you can put 1, 2, 3 or 4 into Fighting Style to override it.
    As shown in combat tab:
    [ 1 ] [ 2 ]
    [ 3 ] [ 4 ]

    Q: Out of range error on line ___ when using the form.
    A: In the form there is "Player" with the current number player you are viewing. This starts at '0' not '1' so when your setting up only one player make sure it says '0'. Why you ask? Its easier to use with the current system in SRL. Also make sure 'Active' is checked if you want to use that player, otherwise it'll skip it.

    Q: It logs out after __ minutes.
    A: Change this line: LogoutIn = 29; this is in how many minutes to switch players, put it really high to not logout. (change just the number..)

    Q: All it says is "Searching..." and never attacks!
    A: Some monsters it can't fight such as Rock Crabs, they don't show up on mini map (yellow dot) and its key for me to find them that way. Specialty script will be required for such a monster.

    Q: Will you add [item Pickup, Bone burying, Banking] to script?
    A: No. It will not be added to this script. This is intended to be a simple and effective free script.

    Q: It moves the mouse over the monster but doesn't attack.
    A: Your monster name probably isn't set-up correctly. If your monster is a "Chicken" for example then put
    the name in as 'hicken' , "Guard" would be 'uard' , "Moss Giant" would be 'iant' etc...

    Q: Its killing the monsters really slow is the script broken?
    A: No this is usually user error or a computer problem. Again check your monster colors, and pick good
    colors with the color picker.

    Q: It won't do the randoms whats up?
    A: The anti-random system isn't perfect. Always make sure you have the latest SRL version as the
    anti-randoms are updated quite a bit.

    Q: It logged out and would just sit on "nextplayer" and not log back in, why?
    A: This means that all players are false and has no active players to log back into.

    End of FAQ

    Change Log:
    Code:
    02-04-2012: Fast Fighter [SRL5][v4.13].simba - Released
    -Updated Fighting detection (PixelShift increased, made into a const: PixelChange)
    -Added Active loop for startup (should fix some startup issues)
    
    01-11-2012: Fast Fighter [SRL5][v4.12].simba (37.7 KB, 2963 views)
    -SMART paint update again
    -There's a bug in paintsmart that shifts all text drawn down.  SRL update will fix this.
    
    01-10-2012: Fast Fighter [SRL5][v4.11].simba (37.7 KB, 117 views)
    -SMART paint update
    
    01-04-2012: Fast Fighter [SRL5][v4.10].simba (37.7 KB, 640 views)
    -You MUST have SRL5 [v1000+ in auto updater]
    -After 5 minutes script adjusts to your weapon speed, increasing overall speed.
    -Fixed a bug when wielding shield it thought it was still fighting.
    -Added better looking SMART stats display (can be disabled)
    
    12-25-2011: Fast Fighter [v4.01][Dev].simba (33.8 KB, 900 views)
    -Fixed a bug that when Meleeing could exit fighting loop early
    -Fixed a bug that if your character was blocked by walls it would exit fighting loop
    -Added more Error catching
    Notes:
    Other errors reported are in SRL which I'm still working on for an update. 
    These include - not counting Knives for ammo, not clicking Attack some times with Right Clicking, 
    clicking of XP Bar & some improvements for NPC finding.
    
    12-24-2011: Fast Fighter [v4.00][Dev].simba (33.0 KB, 74 views)
    -Added Fight Style which can be set to train a spacific Skill or Crush, Slash etc.
    -XP and XP/Hour added to report and SRL stats
    -On SMART display of your current Kills, Kills/h, XP and XP/h
    -Auto detects if your Ranging or Meleeing
    -Fighting drastically improved, and allows for higher color tolerance (9-15)
    -WaitFight works awesome for Range or Melee, detects you attacking w/o HP Bar
    -Left click / Right click only options added
    -Noobified ~ if you set it up wrong it should notify you whats wrong
    -File debug logging option added just in case
    Notes:
    -Uses a different ini file so you will have to re-enter your character info for forms
    -Don't use super slow weapons i.e. Dark bow, 2-handers should be fine. (if not report it)
    -I will NOT be adding any more features so don't ask for them.  
    
    12-10-2011: Fast Fighter [v3.52][Dev].simba (30.1 KB, 961 views)
    -Fixed NPCsOnScreen again, it now uses a core function from SRL (so I don't have to update script)
    -Added a Help button to form and some extra instructions in file.
    
    12-07-2011: Fast Fighter [v3.51][Dev].simba (30.3 KB, 244 views)
    -Fixed NPCsOnScreen (AutoColors npc dots now) this is what stopped it
    -Added auto save for player forms this should stop some errors that were appearing (default is true)
    
    12/02/11: Fast Fighter [v3.50][Dev].simba (29.3 KB, 271 views)
    -Did all day testing to make sure new InFight and FightOnScreen work now 
    -Added custom IsFightAt (you'll notice I no longer use Fighting.scar)
    -Its FAST now.  I had to actually add a wait in WaitFight to slow it down. (range will still be slow)  
    
    11/08/11: Fast Fighter [v3.40][Dev].simba (29.3 KB, 563 views)
    -Will now detect if your in fight or someone else is fighting around you correctly	
    
    11/08/11: Fast Fighter [v3.37] [Test].simba (28.3 KB, 78 views)
    -Note this is a test version, expect errors
    -Simba only now
    -Re-added Forms (made by me)
    -Tweaked InFight and FightOnScreen
    -Wanted to add Color Picker to form, but not implemented into Simba yet
    
    6/24/10: Fast Fighter [v3.30] [r42].scar (15.8 KB, 1390 views) 
    -Works with Simba & SCAR now
    -Removed User forms, were causing problems
    -InFight detection dramatically improved [You'll notice it]
    -Added fighting options, TPA fighting or Color fighting [default is Color]
    -Added NPC Color Tolerance
    -Will now Rest while waiting for HP to regenerate
    
    10/31/09: Fast Fighter [v3.22] [r38].scar (15.1 KB, 565 views) [10/31/09 to 6/24/10]
    -Report bug is now confirmed fixed (tested myself)
    -Small update in fighting procedure - should be slightly faster now
    
    10/05/09: 3.20 changes
    Added/Changed
      - Now uses the follow functions from SRL instead of my own: 
           InFight, ArrowCount, ArrInStr, Reports
      - Changed FFAttack to FightTPA which I've improved as well (TPA fighting now)
      - I now use RMs Reports.scar
      - Setup has changed, you no longer set it as Strength etc. its now up to you to set it up before hand
      - Added SMART setup
    Removed:
      - XP : this is for detectability reasons
      - XP per hour
      - Total food ate
      - Ammo per hour
      - Ammo used
      - WeaponLookup
      - SetCombat
      - NarclesINI
    
    Fast Fighter old Views: 8245 [10/31/07 to 10/31/09]
    is always appreciated
    Last edited by Narcle; 08-01-2012 at 11:27 PM.
    (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.

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

    Default f

    great script works good

  3. #3
    Join Date
    Nov 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice script

  4. #4
    Join Date
    Jun 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It just logs me in and start eating up all my food :S not attacking or something

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

    Default

    Edited: as it doesn't apply to new version.
    (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.

  6. #6
    Join Date
    Jan 2007
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice script

  7. #7
    Join Date
    Jan 2007
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ill post a proggie later


    If i remember :P

  8. #8
    Join Date
    Oct 2007
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yep nice one

  9. #9
    Join Date
    Mar 2007
    Location
    tulsa
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I think this is one of the best fighters i've used. This has A LOT less lag then most others i've tried. As well as nice set-up and only one flaw im seeing

    When it attacks, it does a single click attack and a right click attack.

    Just thought i'd let you know. Works great, it worked till i pressed stop.
    D.i.P.S.

    Now, I have to go back to work on my State of the Union speech. And I worked on it until pretty late last night. But I want to say one thing to the American people. I want you to listen to me. I'm going to say this again. I did not have sexual relations with that woman, Miss Lewinsky. I never told anybody to lie, not a single time; never. These allegations are false. And I need to go back to work for the American people.

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

    Default

    Quote Originally Posted by Dipped_in_Pwn_Sauce View Post
    I think this is one of the best fighters i've used. This has A LOT less lag then most others i've tried. As well as nice set-up and only one flaw im seeing

    When it attacks, it does a single click attack and a right click attack.

    Just thought i'd let you know. Works great, it worked till i pressed stop.
    Thats why its called fast fighter. I've used this script on a 533mhz P3 machine rofl.

    It randomly does single/right click to attack. If its doing both right after the other then there isn't much I can do, because if I put in a wait after it it will slow it down, which I don't want. I'll look into it, as I know this happens to me sometimes, but I've noticed it doesn't slow it down in any way I can tell.
    (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. #11
    Join Date
    Sep 2007
    Location
    Salma Hayek's House
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice script dude i havent tried yet ill post a proggie soon =-D

  12. #12
    Join Date
    Feb 2007
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    EXTREMELY nice script, especially for my range pure, thanks very much.

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

    Default

    Quote Originally Posted by tjrazor View Post
    EXTREMELY nice script, especially for my range pure, thanks very much.
    Your welcome, rate my script please!
    (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.

  14. #14
    Join Date
    Oct 2007
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yes this is good script
    is this anti ban?

  15. #15
    Join Date
    Oct 2007
    Location
    Missouri important for.....nothing.
    Posts
    82
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice keep up the good work

  16. #16
    Join Date
    Oct 2007
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I noticed there is no anti ban, I may be mistaking, but the script is decent. Good work, no proggy yet.

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

    Default

    nice autofighter, does it pick up the arrows for range?

  18. #18
    Join Date
    Jul 2007
    Location
    Australia
    Posts
    320
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Awesome script man.

    Not one problem so far

  19. #19
    Join Date
    Jul 2007
    Location
    Australia
    Posts
    320
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Best auto fighting script I have ever seen (I am new though :P) but seriously this is awesome and so easy.. All you have to do is set colors and it works for anything I love it so much I have ran it for like 1hr now and am planning to leave it on overnight

    Thanks heaps for this.

  20. #20
    Join Date
    Jul 2007
    Location
    Australia
    Posts
    320
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    < Ran: 2h:35m:8s >--Fast Fighter v1.3--< 03:05:08 PM >
    Total Kills: 469, Total XP Gained: 5692, Kills this Round: 33, XP this Round: 396
    XP/hour: 2203, Estimated time to Attack level: 0 Hours & 10 Minutes
    foods ate: 0

    Stopped it cuz had to do some things so it will obviously just keep going and going.

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

    Default

    very nice script man propz

  22. #22
    Join Date
    Aug 2007
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks great im gonna use this to level my dudes!

  23. #23
    Join Date
    Nov 2007
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The script is very slow on acquiring enemies..

    Picks up bones, but doesn't bury them..? hmm..

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

    Default

    Quote Originally Posted by l e a v e1 View Post
    I noticed there is no anti ban, I may be mistaking, but the script is decent. Good work, no proggy yet.
    That is incorrect, there is antiban. All scripts should be standard with antiban, its stupid to not have it, why would I waste my time without putting it in just to get banned?

    Quote Originally Posted by tofuli View Post
    The script is very slow on acquiring enemies..

    Picks up bones, but doesn't bury them..? hmm..
    This does not pick up items. And if its slow on acquiring enemies make sure ur colors are set correctly, if that doesn't fix it, its your computer or srl version. Read some tutorials on how to auto properly, nothing is just set and go.

    Quote Originally Posted by awesom View Post
    < Ran: 2h:35m:8s >--Fast Fighter v1.3--< 03:05:08 PM >
    Total Kills: 469, Total XP Gained: 5692, Kills this Round: 33, XP this Round: 396
    XP/hour: 2203, Estimated time to Attack level: 0 Hours & 10 Minutes
    foods ate: 0

    Stopped it cuz had to do some things so it will obviously just keep going and going.
    Yes it will keep going and going, I've ran it for 127 hours (about 5 days) straight day and night, and had to stop it when it hit level 82 lol (started at lvl 42).
    (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.

  25. #25
    Join Date
    Oct 2007
    Posts
    100
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    works great. i was watching it though, and when i got the random where u kill the #x tailed chicken, the camera went in circles and did nothing but that

Page 1 of 207 1231151101 ... 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
  •