Page 13 of 117 FirstFirst ... 311121314152363113 ... LastLast
Results 301 to 325 of 2916

Thread: [AeroLib] HoodzFighter

  1. #301
    Join Date
    Mar 2013
    Posts
    72
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by NightHawk12 View Post
    This script is fantastic. It ran flawlessly for over 8 hours. Here's a proggy proof.

    Highly recommend this fighter, it's by far the best. Although, I would recommend going somewhere there isn't many people, and when picking the monster color, do something unique. (Example: I trained at ghouls, not many people come here, and a unique color was their eyes and belt. The belt is red, and so is the eyes.
    Attachment 20615
    How much xp p/h is ghouls? Looking for some decent spots even if it requires def (70)

  2. #302
    Join Date
    Apr 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Yo hoodz did you get around to fixing that [Error] C:\Simba\Scripts\HoodzFighter_osr-srl6.simba(98:23): Invalid number of parameters at line 97?
    Thanks for replying by the way, glad to see your dedication m8!

  3. #303
    Join Date
    Apr 2013
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Please update soon man I've been refreshing this page every day 20 times a day lol hopeing for v7, so I can finally use it
    Sorry didn't realise this guy's post above ^

  4. #304
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    sorry i had some delay.

    i will update this today: tele tab if out of food.
    and maybe prayer/pots support but not sure.

  5. #305
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by juckor View Post
    Yo hoodz did you get around to fixing that [Error] C:\Simba\Scripts\HoodzFighter_osr-srl6.simba(98:23): Invalid number of parameters at line 97?
    Thanks for replying by the way, glad to see your dedication m8!
    not sure how to fix yet because i dont have that error. try to download the new srl-osr and smart8!

  6. #306
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    version 1.7 uploaded

    - teleport tab if you are out of food * note: you need to have a tele tab in your inventory or it will NOT log out!
    - PRAYER SUPPORT added!!! (only protection from melee attacks)

  7. #307
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    prayer support not tested so baby sit first :S

  8. #308
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by klonaro View Post
    1 week till you add bandits right?
    Prayer support added, be sure to babysit because i dont know if its flawless

  9. #309
    Join Date
    May 2012
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    I have a question, for the looting option. Do you take the colour of the item on the ground or when its in your inventory?

    MaTTTTTTTTTT

  10. #310
    Join Date
    Apr 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    I found out about simba/srl today and only just started looking at scripts, so everything I'm posting could be completely wrong


    Quote Originally Posted by juckor View Post
    Yo hoodz did you get around to fixing that [Error] C:\Simba\Scripts\HoodzFighter_osr-srl6.simba(98:23): Invalid number of parameters at line 97?
    Thanks for replying by the way, glad to see your dedication m8!
    I'm having the same problem. It seems _findallrandoms needs 2 parameters.
    I tried replacing _findallrandoms(false) with FindNormalRandoms, but Findnormalrandoms checks your inventory, so if you replace the second random check (_findallrandoms is used twice), it will keep switching between stats and inventory. (I tried removing the second check because it seemed unnecessary but it wouldn't solve randoms.)


    On an unrelated (well, I think it's unrelated) note:
    prayercheck should check is use_prayer is true, but for some reason it doesn't, so if you don't use prayer (and don't have ppots with you), it keeps switching between the inv and stats screen. I replaced prayercheck with
    Code:
    if (use_prayer = 'true') then prayercheck;
    and that fixes it.


    Thanks for making this awesome script!

  11. #311
    Join Date
    Apr 2013
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    [Error] C:\Users\Dalton Sankey\Desktop\HoodzFighter_osr-srl7.simba(101:23): Invalid number of parameters at line 100
    Compiling failed.
    I have up to date everything.

    (Figured it out deleted line 100 , then another one in the 400's working fine now except I don't think It will solve randoms anymore, tho idc atleast it works.
    Last edited by k1ller25; 04-14-2013 at 06:45 AM.

  12. #312
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by boeboe View Post
    I found out about simba/srl today and only just started looking at scripts, so everything I'm posting could be completely wrong




    I'm having the same problem. It seems _findallrandoms needs 2 parameters.
    I tried replacing _findallrandoms(false) with FindNormalRandoms, but Findnormalrandoms checks your inventory, so if you replace the second random check (_findallrandoms is used twice), it will keep switching between stats and inventory. (I tried removing the second check because it seemed unnecessary but it wouldn't solve randoms.)


    On an unrelated (well, I think it's unrelated) note:
    prayercheck should check is use_prayer is true, but for some reason it doesn't, so if you don't use prayer (and don't have ppots with you), it keeps switching between the inv and stats screen. I replaced prayercheck with
    Code:
    if (use_prayer = 'true') then prayercheck;
    and that fixes it.


    Thanks for making this awesome script!
    It already has that at the very beginning of the procedure but maybe i messed something up with all the end things
    And my simba cant find findallrandoms, only _findallrandoms(); for some strange reason

  13. #313
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by k1ller25 View Post
    [Error] C:\Users\Dalton Sankey\Desktop\HoodzFighter_osr-srl7.simba(101:23): Invalid number of parameters at line 100
    Compiling failed.
    I have up to date everything.

    (Figured it out deleted line 100 , then another one in the 400's working fine now except I don't think It will solve randoms anymore, tho idc atleast it works.
    I need to find out how findallrandoms; works with your simba then i can update it for people who have that problem

  14. #314
    Join Date
    Apr 2013
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Hey man this script sucks for pure's no offence it's great for high defence but the only place I can use it at is man's in edgeville cause there's loads of them around cause your script doesn't walk to find cow's and at cow's there's dairy milk cows which it will just keep clicking on them I kill 2man/per minute it takes 2 secs to one hit them sence im 60 str, I need the xp so im using it at mans lol. You think you could make a script just to kill quick cow's? Or any suggestions were to use it for 1 defence?
    "Rock crabs no because you have to walk around to get rock crabs to spawn then every 20minutes they stop spawning and u have to run south then back"

  15. #315
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by k1ller25 View Post
    Hey man this script sucks for pure's no offence it's great for high defence but the only place I can use it at is man's in edgeville cause there's loads of them around cause your script doesn't walk to find cow's and at cow's there's dairy milk cows which it will just keep clicking on them I kill 2man/per minute it takes 2 secs to one hit them sence im 60 str, I need the xp so im using it at mans lol. You think you could make a script just to kill quick cow's? Or any suggestions were to use it for 1 defence?
    "Rock crabs no because you have to walk around to get rock crabs to spawn then every 20minutes they stop spawning and u have to run south then back"
    Dont fucking use it at cows or man's than?! There are enough good spots for pures and dont blame this script because its working good and i spend like half of my freaking free time in it. Show some respect.

  16. #316
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    version 1.8 uploaded
    deleted other versions

    in v1.8: added two prayer failsafes

  17. #317
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Exception in Script: Unable to find file 'SRL-OSR/SRL.Simba' used from 'C:\Simba\Scripts\HoodzFighter_osr-srl8.simba'
    what to do lol

  18. #318
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by xzr View Post
    what to do lol
    read the very first post

  19. #319
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    read the very first post
    ok thanks, fixed that now it shows this

    [Error] C:\Simba\Scripts\HoodzFighter_osr-srl8.simba(101:23): Invalid number of parameters at line 100

    "_findallrandoms(false);" that's the line

    it worked when i removed the both lines line 100 and 472 something, both were _findallrandoms(false);
    Last edited by xzr; 04-14-2013 at 11:55 AM.

  20. #320
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by xzr View Post
    ok thanks, fixed that now it shows this

    [Error] C:\Simba\Scripts\HoodzFighter_osr-srl8.simba(101:23): Invalid number of parameters at line 100

    "_findallrandoms(false);" that's the line

    it worked when i removed the both lines line 100 and 472 something, both were _findallrandoms(false);
    uploaded new version (same v1.8 version but with findrandoms fix)

  21. #321
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    uploaded new version (same v1.8 version but with findrandoms fix)
    works now, going to upload a proggie later, thanks alot for the fast updates!

  22. #322
    Join Date
    Apr 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Hey, I followed both of the problem fixes, but after doing both and redownloading the new script. Every time I go to hit play it opens up a tab right next to it saying ---

    [Error] C:\Simba\Includes\SRL-OSR/SRL/misc/SmartParams.Simba(229:202): Invalid number of parameters at line 228
    Compiling failed.

    Think you may know what still causes that?

  23. #323
    Join Date
    Sep 2012
    Location
    Netherlands
    Posts
    2,752
    Mentioned
    193 Post(s)
    Quoted
    1468 Post(s)

    Default

    Quote Originally Posted by xzr View Post
    works now, going to upload a proggie later, thanks alot for the fast updates!
    np
    Quote Originally Posted by Lajit View Post
    Hey, I followed both of the problem fixes, but after doing both and redownloading the new script. Every time I go to hit play it opens up a tab right next to it saying ---

    [Error] C:\Simba\Includes\SRL-OSR/SRL/misc/SmartParams.Simba(229:202): Invalid number of parameters at line 228
    Compiling failed.

    Think you may know what still causes that?
    download the new version of the srl-osr version and smart v8

  24. #324
    Join Date
    Apr 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Ty so much <3 keep up the good work!

  25. #325
    Join Date
    Nov 2011
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    I'm using the latest version and it keeps clicking between stats and inventory over and over again... why is that? I don't have prayer enabled either.

Page 13 of 117 FirstFirst ... 311121314152363113 ... LastLast

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •