Page 203 of 207 FirstFirst ... 103153193201202203204205 ... LastLast
Results 5,051 to 5,075 of 5164

Thread: Narcle's Fast Fighter!

  1. #5051
    Join Date
    Jan 2012
    Posts
    146
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default Working script

    This script works for me. The paint is off and there seems to be a problem with the SRL highscores but other then that works well for me.

    Edit: I am removing my copy of the script, because Fruit's is much better.
    Last edited by HolyWord; 08-03-2012 at 08:05 PM.
    I love you.

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

    Default

    I've since learnt that by changing
    Simba Code:
    SMART_DrawBoxEx(False, BoxArr[i], clBlue);
    to
    Simba Code:
    SMART_DrawBoxEx(False, False, BoxArr[i], clBlue);
    the script works as it did before, better than just commenting it out.
    This is because SMART_DrawBoxEx has an additional parameter to fill the box or not.

  3. #5053
    Join Date
    Nov 2011
    Location
    Puerto Rico
    Posts
    905
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey were is a good place to train where i wont really need food im 45 def 92 atk 99 str
    (\__/)
    ( O.o )This is Bunny.
    ( > < )Copy Bunny into your signature to help him on his way to world domination.

  4. #5054
    Join Date
    Jan 2012
    Posts
    64
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    hey guys! Everytime I run Fruit's script, I keep running into this error.
    Line: Integers[0] := ;//1st color of monster
    Error: [Error] (53:20): Syntax error at line 52
    Compiling failed.

    What is the problem here?

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

    Default

    Read the OP and select some colours.

  6. #5056
    Join Date
    May 2012
    Location
    Pittsburgh
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by kozak94 View Post
    hey guys! Everytime I run Fruit's script, I keep running into this error.
    Line: Integers[0] := ;//1st color of monster
    Error: [Error] (53:20): Syntax error at line 52
    Compiling failed.

    What is the problem here?
    [you're basically trying to fight an invisible monster atm lol]
    Check Here : http://villavu.com/forum/showthread.php?t=71507
    This is the Color Guide.

    1st Color of monster should have 9 Numbers after the = sign
    //
    Simba Code:
    Line: Integers[0] := ;//1st color of monster    //OLD CODE
    --------------------------------------------------------------------------
    Line: Integers[0] :=4363920 ;//1st color of monster     //NEW LINE
    The Above Was an example of adding the First Color of Goblins to the script you must read the link above to figure out the rest for yourself its quite simple if you take the time to read it.
    [P.S: Also skim your script to see where you need to make all of the required changes.]
    Hope This Helped.
    Last edited by blowsmoke1; 08-03-2012 at 05:19 PM. Reason: Typos Etc.

  7. #5057
    Join Date
    Jan 2012
    Posts
    146
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by illuminatiswag View Post
    Hey were is a good place to train where i wont really need food im 45 def 92 atk 99 str
    Are you f2p or p2p?
    I love you.

  8. #5058
    Join Date
    Jan 2012
    Posts
    64
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    Hey! I'm here to say thanks for the great script. It seems like Smart issue has been fized. He is a short proggy I got today:


    [===============================]
    [ Fast Fighter 4.13 ]
    [ by Narcle ]
    [===============================]
    [ Time Ran : 3 Hr 42 Min 56 Sec ]
    [ Killed : 613 ]
    [ XP : 71914 ]
    [===============================]
    [ Fast Fighter 4.13 ]
    [===============================]
    [================================================== ==============]
    [ Nick | Active | Worked | Kills | Kills/H | XP Gained | XP/H ]
    [================================================== ==============]
    [ Koza | True | 03:41:00 | 613 | 166 | 71914 | 19524 ]
    [================================================== ==============]

  9. #5059
    Join Date
    Jun 2012
    Location
    Oakland California
    Posts
    43
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    only problem is it clicks other monsters before im even done killing one.

  10. #5060
    Join Date
    Oct 2010
    Posts
    180
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    One of the best scripts!

  11. #5061
    Join Date
    May 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm getting error when compiling (sry im a complete noob)

    [Error] C:\Simba\Includes\SRL/SRL/misc/smart.simba(53:19): Invalid number of parameters at line 52
    Compiling failed.

    Does this have to do with a color thing? I can't even get smart started here...

  12. #5062
    Join Date
    Nov 2006
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sorry if this is a stupid question, but how do I set it to choose lamp and prayer as lampskill after a random event?

    Instead it chooses mystery box, which is really useless for me compared to the lamp.

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

    Default

    Is there anywhere in the script setup that I can enter my SRL Stats user and pass instead of using the forms to setup?

  14. #5064
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Im not sure. But I tried just deleting the 4 smart_ lines and the form came up alright but didn't log in. When I logged in manually it shouted my name and pass. Oops.

  15. #5065
    Join Date
    Aug 2012
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I love this script. Here's a proggy from today

    [===============================]
    [ Fast Fighter 4.13 ]
    [ by Narcle ]
    [===============================]
    [ Time Ran : 2 Hr 43 Min 39 Sec ]
    [ Killed : 340 ]
    [ XP : 15327 ]
    [===============================]
    [ Fast Fighter 4.13 ]
    [===============================]
    [================================================== =============]
    [ Nick | Active | Worked | Kills | Kills/H | XP Gained | XP/H ]
    [================================================== =============]
    [ Fast | True | 01:29:05 | 241 | 163 | 9890 | 6681 ]
    [ Chri | True | 01:13:04 | 99 | 81 | 5437 | 4464 ]
    [================================================== =============]
    Last edited by lolaller; 08-09-2012 at 03:35 PM. Reason: today's proggy

  16. #5066
    Join Date
    Aug 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    getting error while trying to run the script. I got this

    [Error] C:\Simba\Includes\SRL/SRL/misc/smart.simba(53:19): Invalid number of parameters at line 52
    Compiling failed.
    Last edited by lanoi; 08-10-2012 at 06:23 AM.

  17. #5067
    Join Date
    Jan 2012
    Posts
    146
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    [================================]
    [ Fast Fighter 4.13 ]
    [ by Narcle ]
    [================================]
    [ Time Ran : 14 Hr 24 Min 39 Sec ]
    [ Killed : 3354 ]
    [ XP : 313410 ]
    [================================]
    [ Fast Fighter 4.13 ]
    [================================]
    [================================================== ==============]
    [ Nick | Active | Worked | Kills | Kills/H | XP Gained | XP/H ]
    [================================================== ==============]
    [ Dave | False | 14:17:36 | 3354 | 235 | 313410 | 21927 ]
    [================================================== ==============]

    Thanks to SRL_SixHourFix we now have longer proggys Thanks for the awesome script Narcle. Going for 99 str.
    I love you.

  18. #5068
    Join Date
    May 2012
    Posts
    130
    Mentioned
    0 Post(s)
    Quoted
    46 Post(s)

    Default

    Broken script.

    [Error] C:\Simba\Includes\SRL/SRL/misc/smart.simba(53:19): Invalid number of parameters at line 52
    Compiling failed.

    please fix asap.

  19. #5069
    Join Date
    Aug 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I've got this problem, im new on this bot, would only love if this script would work for me, I've updated and set all it said on guide to install i've updated everything but script doenst work for me it says :
    [Error] C:\Simba\Includes\SRL/SRL/misc/smart.simba(53:19): Invalid number of parameters at line 52
    Compiling failed.

    plz help :/

  20. #5070
    Join Date
    Aug 2012
    Posts
    144
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Seems like everyone is getting this error "Invalid number of parameters at line 52". As far as I know the SRL is outdated and the SixHourFix is not a solution to this. This is all I know, I have not seen a fix for it yet.

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

    Default

    Quote Originally Posted by Scorched View Post
    Seems like everyone is getting this error "Invalid number of parameters at line 52". As far as I know the SRL is outdated and the SixHourFix is not a solution to this. This is all I know, I have not seen a fix for it yet.
    Look back a page and you'll find a working script posted by me in simba tags.

  22. #5072
    Join Date
    Aug 2012
    Posts
    144
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Fruit View Post
    Look back a page and you'll find a working script posted by me in simba tags.
    Thanks for the help. I have encountered a similar error with several other scripts, none of which had the solution postd on their respective threads. I spend quite a bit of time searching and sifting. But to be honest I did not bother to read through all 200+ pages of this thread.

  23. #5073
    Join Date
    Aug 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default helppppp

    Loading extension C:\Simba\Extensions\associate.sex
    Extension Enabled
    Loading extension C:\Simba\Extensions\extension.sex
    Extension Enabled
    Extensions Updater Enabled!
    Loading extension C:\Simba\Extensions\srl.sex
    Extension Enabled
    SRL Updater Enabled!
    Plugins Updater Enabled!
    SPS Updater Enabled!
    MSI Updater Enabled!
    Simba news:

    Simba 0.99 has been released. The release pages will be updated in a few
    days.

    The latest Simba is Simba 991. Once you've updated to Simba 991, update SRL
    and your plugins as well.

    Updating instructions can be found here:

    http://villavu.com/forum/showthread.php?t=87258

    Theoretically all the updates should result in a working Simba/SRL again.
    We will find out in the next few days. :-)


    Thank you for using Simba,
    Hakuna Matata.

    [Error] C:\Simba\Includes\SRL/SRL/misc/smart.simba(53:19): Invalid number of parameters at line 52
    Compiling failed.

  24. #5074
    Join Date
    Aug 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I've downlaoded script from previus page, but now when i press start, nothing happens. Help?
    Last edited by warrkin; 08-20-2012 at 05:17 PM.

  25. #5075
    Join Date
    Jul 2012
    Posts
    49
    Mentioned
    1 Post(s)
    Quoted
    26 Post(s)

    Default

    do i have to pick color when i open the script all the time?
    i mean cant i just save the color and just start the script if i am at the same place all the time?

Page 203 of 207 FirstFirst ... 103153193201202203204205 ... 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
  •