Page 205 of 207 FirstFirst ... 105155195203204205206207 LastLast
Results 5,101 to 5,125 of 5164

Thread: Narcle's Fast Fighter!

  1. #5101
    Join Date
    May 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by zertunami View Post
    Refer to my post above.
    After repairing some errors, im now getting this.. any help?

    [Error] D:\Users\Josh\Downloads\Fast Fighter [SRL5][v4.13].simba(926:52): Invalid number of parameters at line 925

  2. #5102
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    Quote Originally Posted by InF3RNOuS View Post
    After repairing some errors, im now getting this.. any help?

    [Error] D:\Users\Josh\Downloads\Fast Fighter [SRL5][v4.13].simba(926:52): Invalid number of parameters at line 925
    Post lines 924-926.
    Miner & Urn Crafter & 07 Chicken Killer
    SPS BlindWalk Tutorial

    Working on: Nothing

    teacher in every art, brought the fire that hath proved to mortals a means to mighty ends

  3. #5103
    Join Date
    May 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by litoris View Post
    Post lines 924-926.
    SMARTDrawDisplay;
    SMART_DrawBoxEx(False, BoxArr[i], clBlue);
    SMART_DrawDotsEx(False, ATPA[0], clRed);

  4. #5104
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    Quote Originally Posted by InF3RNOuS View Post
    SMART_DrawBoxEx(False, False, BoxArr[i], clBlue);
    Change that like this(another false basically, parameters changed). If you had followed that walkthrough to fix the issues with SMART, you'd have done that already. Check it out next time.
    Miner & Urn Crafter & 07 Chicken Killer
    SPS BlindWalk Tutorial

    Working on: Nothing

    teacher in every art, brought the fire that hath proved to mortals a means to mighty ends

  5. #5105
    Join Date
    May 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Exception in Script: Unable to find file 'SRL/SRL/misc/smart.simba' used from 'C:\Users\Cullerea\Desktop\fighter.simba'


    Please help?

  6. #5106
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by sublime2293 View Post
    Exception in Script: Unable to find file 'SRL/SRL/misc/smart.simba' used from 'C:\Users\Cullerea\Desktop\fighter.simba'


    Please help?
    read link couple posts up

  7. #5107
    Join Date
    May 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Whos link?

  8. #5108
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

  9. #5109
    Join Date
    May 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    After a while of the script running, it logs me out of RS. How do i change this so that it will constantly run?

    Thanks..

  10. #5110
    Join Date
    May 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Still having issues with this, the params change made a differance and now i think its just params in the code,

    [error] Invalid number of parameters at line 925

    and line 925 reads:

    Code:
    SMART_DrawBoxEx(False, BoxArr[i], clBlue);
    any ideas?

    my bad... sorry i didnt see the new post about the extra false, changed to:

    Code:
    SMART_DrawBoxEx(False, False, BoxArr[i], clBlue);
    i was wondering when this new extra false came into play

  11. #5111
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    Quote Originally Posted by tilley661 View Post
    still having issues with this, the params change made a differance and now i think its just params in the code,

    [error] invalid number of parameters at line 925

    and line 925 reads:

    Code:
    smart_drawboxex(false, boxarr[i], clblue);
    any ideas?

    My bad... Sorry i didnt see the new post about the extra false, changed to:

    Code:
    smart_drawboxex(false, false, boxarr[i], clblue);
    i was wondering when this new extra false came into play
    smart v7.2

  12. #5112
    Join Date
    May 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Smartremote32.exe - System Error

    The program can't start because MSVCR71.dll is missing from your computer. Try reinstalling the program to fix this problem.

    Any suggestions?

  13. #5113
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    Quote Originally Posted by sublime2293 View Post
    The program can't start because MSVCR71.dll is missing from your computer. Try reinstalling the program to fix this problem.

    Any suggestions?
    Search your error on the SRL FAQ thread, you are not the first to encounter it.
    Miner & Urn Crafter & 07 Chicken Killer
    SPS BlindWalk Tutorial

    Working on: Nothing

    teacher in every art, brought the fire that hath proved to mortals a means to mighty ends

  14. #5114
    Join Date
    May 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Cant find it anywhere else on the FAQ

  15. #5115
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    Quote Originally Posted by sublime2293 View Post
    Cant find it anywhere else on the FAQ
    Then you have some serious problems, because it is right on this thread.
    CTRL+F msvcr and it shows two links.
    Miner & Urn Crafter & 07 Chicken Killer
    SPS BlindWalk Tutorial

    Working on: Nothing

    teacher in every art, brought the fire that hath proved to mortals a means to mighty ends

  16. #5116
    Join Date
    Feb 2012
    Location
    UK
    Posts
    909
    Mentioned
    10 Post(s)
    Quoted
    191 Post(s)

    Default

    Progress Report:
    [===============================]
    [ Fast Fighter 4.13             ]
    [           by Narcle           ]
    [===============================]
    [ Time Ran : 7 Hr 12 Min 35 Sec ]
    [ Killed   : 1173               ]
    [ XP       : 230970             ]
    [===============================]
    [       Fast Fighter 4.13       ]
    [===============================]
    [================================================================]
    [ Nick | Active | Worked   | Kills | Kills/H | XP Gained | XP/H  ]
    [================================================================]
    [ **** | True   | 07:08:36 | 1173  | 164     | 230970    | 32333 ]
    [================================================================]

    Ran out of ammo.
    Solar from RiD.

  17. #5117
    Join Date
    May 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Can anyone tell me how I can get the script to run continuously like the above 7 hours. Mine wants to log me out, sometimes after an hour sometimes about 20 minutes. Any ideas?

    Thanks

  18. #5118
    Join Date
    Mar 2012
    Location
    127.0.0.1
    Posts
    3,383
    Mentioned
    95 Post(s)
    Quoted
    717 Post(s)

    Default

    Read the OP please.
    It explains how to do this.

  19. #5119
    Join Date
    May 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [ Fast Fighter 4.13 ]
    [ by Narcle ]
    [===============================]
    [ Time Ran : 3 Hr 18 Min 55 Sec ]
    [ Killed : 471 ]
    [ XP : 177331 ]

    nice script man thanks

  20. #5120
    Join Date
    Oct 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Rewrote it a bit so it could be used with the new simba Works awesome! Thanks!
    [==============================]
    [ Fast Fighter 4.13 ]
    [ by Narcle ]
    [==============================]
    [ Time Ran : 2 Hr 11 Min 8 Sec ]
    [ Killed : 336 ]
    [ XP : 116647 ]
    [==============================]
    [ Fast Fighter 4.13 ]
    [==============================]
    [================================================== ==============]
    [ Nick | Active | Worked | Kills | Kills/H | XP Gained | XP/H ]
    [================================================== ==============]
    [ **** | True | 02:10:08 | 336 | 155 | 116647 | 53777 ]
    [================================================== ==============]

  21. #5121
    Join Date
    Apr 2012
    Location
    Bawtville
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I need to test this script out asap!

  22. #5122
    Join Date
    Oct 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hmmmm.... worked this morning, then got this message:

    Error: Out Of Range at line 869
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap]

    anyone know what's wrong??

  23. #5123
    Join Date
    Oct 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    will have to test script this out this week, thanks!

  24. #5124
    Join Date
    Aug 2007
    Posts
    213
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by aaronaboyd2 View Post
    hmmmm.... worked this morning, then got this message:

    Error: Out Of Range at line 869
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap]

    anyone know what's wrong??
    What's line 869

  25. #5125
    Join Date
    Mar 2006
    Location
    NW US
    Posts
    210
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    [===============================]
    [ Fast Fighter 4.13 ]
    [===============================]
    [================================================== =============]
    [ Nick | Active | Worked | Kills | Kills/H | XP Gained | XP/H ]
    [================================================== =============]
    [ Mone | True | 04:15:41 | 831 | 195 | 37761 | 8861 ]
    [================================================== =============]

    This is still working. Best free script I've ever used. Thanks.

    I used to script scar, and I'm finally getting back into it. I quit right when SRL was coming into play. I'm very excited to see scar has been reborn, and in good fashion! Keep up the good work.

    By the way, this was on cows in lumbridge. level 45ish range. Iron arrows.

Page 205 of 207 FirstFirst ... 105155195203204205206207 LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 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
  •