Page 95 of 207 FirstFirst ... 45859394959697105145195 ... LastLast
Results 2,351 to 2,375 of 5164

Thread: Narcle's Fast Fighter!

  1. #2351
    Join Date
    Jan 2009
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    my best prog has been 12 minutes so far. After a few minutes it will just log out. Do you know why?

  2. #2352
    Join Date
    Jan 2009
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this script fights really well, ive used it on cows quite a few times now. i only have one little problem with it. after it does the antirandoms logout thing it chooses graphic options instead of login and floats around the middle of the page for the rest of eternity... if i give it a little help and get it to the login part its able to login and continue autoing perfectly. i have SRL Rev#31 and SCAR 3.51b. tried it with S.M.A.R.T. but that didnt even work at all haha.(is it S.M.A.R.T. compatible?) i noticed a few other ppl have posted the same problem so this is proly just gonna annoy u but if u you could help it would be great.

    btw, heres the best proggie i could muster... i had to give it a little hand in the login screen
    ************************************************** *
    | Fast Fighter v3.02 | 0h:21m:13s |
    ************************************************** *
    | Total Kills: 40 | Total XP: 1620 |
    | XP/hour: 4629 | Food Ate: 0 |
    | Round Kills: 18 | Round XP : 816 |
    ************************************************** *

    other then that evil login problem which im sure is a super simple quick fix, best script ive used!!!

  3. #2353
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    login problem is with smart.. (if your using smart)..

    if not..

    oh..

    if you get an advertisement it messes it up :\

  4. #2354
    Join Date
    Jan 2009
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lolz... guess its 'oh' for me then... havnt been getin the adverts or anything.. so basically instead of goin to the login tab it selects the graphic options instead, once i select login for it it continues...


    must learn to understand script ><

  5. #2355
    Join Date
    Nov 2008
    Location
    Singapore
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great i love it got me ranging 30 - 60 in like 2 - 3 days
    (Killing experiments)

    ************************************************** *
    | Fast Fighter v3.02 | 1h:25m:7s |
    ************************************************** *
    | Total Kills: 132 | Total XP: 22932 |
    | XP/hour: 16187 | Food Ate: 0 |
    | Round Kills: 14 | Round XP : 2972 |
    | Ammo Remain: 4242 | Ammo used: 407 |
    | Ammo Used/hour: 287 | |
    ************************************************** *

    ************************************************** *
    | Fast Fighter v3.02 | 4h:14m:36s |
    ************************************************** *
    | Total Kills: 306 | Total XP: 62404 |
    | XP/hour: 14741 | Food Ate: 0 |
    | Round Kills: 14 | Round XP : 2840 |
    | Ammo Remain: 3089 | Ammo used: 1057 |
    | Ammo Used/hour: 250 | |
    ************************************************** *
    ************************************************** *
    | Fast Fighter v3.02 | 1h:40m:58s |
    ************************************************** *
    | Total Kills: 141 | Total XP: 25824 |
    | XP/hour: 15494 | Food Ate: 0 |
    | Round Kills: 10 | Round XP : 2520 |
    | Ammo Remain: 2638 | Ammo used: 440 |
    | Ammo Used/hour: 264 | |
    ************************************************** *

  6. #2356
    Join Date
    Jan 2009
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i have the problem where it logs out to for anti-random, and then just clicks on the graphic thing too.

  7. #2357
    Join Date
    Jan 2009
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm a noob and I can't get this to work. Can you tell me where I went wrong?
    (I put ****'s where my passwords are.)



    Const
    MySRLID = '7047';//example: '9999'
    MySRLPassword = '******';//example: 'password'

    UseForm = true;//Use form? [true/false] False uses DeclarePlayers;

    {================================================= =============================}
    {!!!!! If UseForm = true; then DeclarePlayers does not APPLY! !!!!!}
    {================================================= =============================}
    procedure DeclarePlayers;
    begin
    if not(UseForm) then
    begin
    HowManyPlayers := 1;//Change this accordingly
    NumberOfPlayers(HowManyPlayers);
    CurrentPlayer := 0;

    Players[0].Name :='Lulz Tzaar'; //Character Name
    Players[0].Pass :='********'; //Character Pass
    Players[0].Nick :='Lulz'; //Nickname 3 - 4 Letter's of char name
    Players[0].Active := True; //True if you want this player to be ran in the script, false if not
    Players[0].Booleans[0] := false;//Eat food? true/false
    Players[0].Integers[0] := 8555660;//1st color of monster
    Players[0].Integers[1] := 10069413;//2nd color of monster
    Players[0].Integers[2] := 9345433;//3rd color of monster
    Players[0].Strings[0] := 'iant rat';//monster name
    Players[0].Strings[1] := 'strength'; //the skill you want to train > strength, attack, defence, pure, even, accurate, rapid or longrange <

  8. #2358
    Join Date
    Jan 2009
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you've got use form as true, which means you dont have to use the DeclarePlayers part. Once you push play a form should pop up with all the required options. Once your happy with the completion of that form select exit< save and start OR start.

    The only other thing i could think of is maybe it has trouble with names that have a space in them???
    super dooper wish i could wright script ><

  9. #2359
    Join Date
    Jan 2009
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm sorry, as I said, I'm a noob. I don't know what you mean.

    EDIT: I get it now. I don't see how to get the form to pop up.

  10. #2360
    Join Date
    Jul 2008
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    very nice script, i'll post a proggie as soon as i get the time :P

  11. #2361
    Join Date
    Jan 2009
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Golden, how do you get the form to pop up?

  12. #2362
    Join Date
    Jan 2009
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the form should just open a few seconds after you push run script... as long as you have use form as true. wat happens when you push play?
    super dooper wish i could wright script ><

  13. #2363
    Join Date
    Jan 2009
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Everyone who has that problem with the loggin where it opens the graphics options menu and stays there try this:

    just under the credits you should find this:
    {.include srl/srl.scar}
    {.include SRL/SRL/misc/Users.scar}

    replace it with this:
    {.include SRL/SRL/misc/Smart.scar
    {.include srl/srl.scar}
    {.include SRL/SRL/misc/Users.scar}

    It doesnt actually open SMART or anything but for some reason it made it work for me... no idea why lolz...

    Edit: Scratch all that crap i just wrote,(there isnt even a little closed perenthisis thingy anywho...) it seems to work if you position SCAR in a way so that the BOTTOM of the targeted RS client window thing is visible, and start logged out... finally works... sexy time!
    super dooper wish i could wright script ><

  14. #2364
    Join Date
    Jan 2009
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It still doesn't work.

    EDIT: I keep getting this when I hit play.

    Include file C:\Program Files\SCAR 3.15\includes\srl\srl.scar does not exist.
    Include file C:\Program Files\SCAR 3.15\includes\SRL\SRL\misc\Users.scar does not exist.
    Failed when compiling

    EDIT: What version of Scar are you using? I think mine doesn't work with Narcles.

  15. #2365
    Join Date
    Jan 2009
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks nice - downloading now. I'll try after im finished with the willow whacker. If it works nicely I'll be happy to post you a proggie

  16. #2366
    Join Date
    Jan 2009
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice script narcle, first ever script i have ran and it seemed to work great

    Gd job

  17. #2367
    Join Date
    Jan 2009
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default ugg

    every time i press run i get not just for urs for every script i run help

    Line 238: [Error] (273:1): Duplicate identifier 'TBox' in script C:\Program Files\SCAR 3.15\includes\srl\srl\core\Globals.scar

  18. #2368
    Join Date
    Jan 2009
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice script! But for me it only works for about 9 minutes, then it logs me out. I think it tries to log me back in, but it doesnt type in my info. Can someone help me out?

    I didnt put any info in for players 1, 2, or 3. And i have tried it several times, but everytime it logs me out without logging me back in. Also, my laptop is widescreen if that effects anything..?

  19. #2369
    Join Date
    Jan 2009
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    on my desktop computer i cant get it to start. i put in all my info and click the play button, and it gies me-

    Line 10: [Error] (63:1) : Unable to register function function FindGapsTPA(TPA : TPointArray; MinPixles: Integer): T2DPointArray; in script C:\PROGRAM FILES\SCAR 3.12\includes\SRL/SRL/Core/Globals.scar


    Edit: I noticed that on my laptop theres a little box on the bottom right of the scar window that says Narcle spelled out with lines and stuff. When i tried it on my desktop, it didnt have that box.

  20. #2370
    Join Date
    Jan 2009
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I get this error after it kills one monster: [Runtime Error] : Exception: Access violation at address 006D4E35 in module 'scar.exe'. Read of address 00000030 in line 239 in script C:\Program Files\SCAR 3.15\includes\SRL/SRL/Core/AntiRandoms/AntiRandoms.scar

  21. #2371
    Join Date
    Jan 2009
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default ranging

    This script doesnt work for ranging does it?

  22. #2372
    Join Date
    Jan 2009
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Best fighter iv seen, great work!

  23. #2373
    Join Date
    Jan 2009
    Location
    Maine
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ************************************************** *
    | Fast Fighter v3.02 | 8h:25m:38s |
    ************************************************** *
    | Total Kills: 1388 | Total XP: 12728 |
    | XP/hour: 1512 | Food Ate: 0 |
    | Round Kills: 21 | Round XP : 236 |
    ************************************************** *
    thats on chicken on my pure def

    this is a great autofight script.

  24. #2374
    Join Date
    Jan 2009
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default GREAT autofighter script

    ************************************
    | Fast Fighter v3.02 | 2h:31m:26s |
    *************************************
    | Total Kills: 714 | Total XP: 27992 |
    | XP/hour: 11123 | Food Ate: 61 |
    | Round Kills: 56 | Round XP : 1148 |
    | Ammo Remain: 4844 | Ammo used: 1905 |
    | Ammo Used/hour: 757 | |
    ************************************

    best autofighter ever!
    i used it to train range. from level 66-70 in 2 days^^
    i tried to do it overnight but it logged me out for a reason after 2 hours.

  25. #2375
    Join Date
    Jan 2009
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    If its logging you out and not logging you back in thats due to IE not the script (Internet Explorer). Download Mozilla FireFox and use that instead. (I think thats on www.mozilla.com )
    IF YOU ARE OBVIOUSLY AUTOING, I WILL REPORT YOU!!!

    Sorry to the guy who was trying to cut down yews (north varrock) with a scimmy XD
    RICKYROMBO.CO.NR WOOHOO! (unrelated)

Page 95 of 207 FirstFirst ... 45859394959697105145195 ... 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
  •