Page 57 of 117 FirstFirst ... 747555657585967107 ... LastLast
Results 1,401 to 1,425 of 2916

Thread: [AeroLib] HoodzFighter

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

    Default

    Quote Originally Posted by eggyd View Post
    Hey Hoodz, first off, great script very good and almost no bugs.
    however do you think that bank could and or will become possible?
    -Eggy
    Im going to release a ghoulfighter with banking most likely this weekend.

  2. #1402
    Join Date
    Feb 2013
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Keep getting this. Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now

    Any idea what I'm doing wrong here?

  3. #1403
    Join Date
    Jan 2012
    Location
    In A Farm
    Posts
    3,301
    Mentioned
    30 Post(s)
    Quoted
    444 Post(s)

    Default

    Quote Originally Posted by sal man View Post
    Keep getting this. Warning! You passed a wrong ys to a finder function: -5. That is below 0, thus out of bounds. Setting the value to 0 for now

    Any idea what I'm doing wrong here?
    I got no idea but could this be something to do with color tolerance or something like that? I am not 100% sure. Does it work or what does it do when you get this error?

  4. #1404
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    Quote Originally Posted by Silentcore View Post
    I got no idea but could this be something to do with color tolerance or something like that? I am not 100% sure. Does it work or what does it do when you get this error?
    nah, one of the find functions(findcolor etc etc) got an y-start lower then 0. In this case -5. I quickly looked at the script and the first line which can cause this is:

    Simba Code:
    FindColor(X, Y, 255, mp.x-12, mp.y-17, mp.x+12, mp.y+17)

    Let's say mp.x = 30 and mp.y = 12. Then it will search for the following coordinates:

    Simba Code:
    FindColor(X, Y, 255, 13, -5, 42, 29)

    -5 I simply not on the client(as are all negative coords). Therefor simba sets it to 0 for now. The script will just continue.
    Working on: Tithe Farmer

  5. #1405
    Join Date
    Aug 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    It's sort of working for me. I set up the config, and it opens SMART and starts running. When it starts, the mouse starts looking over all of the monsters, but not actually clicking. The status remains: searching monster. Any help would be appreciated.
    Thanks for uploading this script!

    Still having issues. I can get it to attack the first flesh crawler, then it just sits there looking for something to attack. Sometimes the run time stays at 1 second.
    Last edited by Sundeww; 08-16-2013 at 08:40 PM.

  6. #1406
    Join Date
    Jan 2012
    Location
    In A Farm
    Posts
    3,301
    Mentioned
    30 Post(s)
    Quoted
    444 Post(s)

    Default

    ^^ The same is happening to me. Once you add the color, it just search around but never click anything...

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

    Default

    Quote Originally Posted by Sundeww View Post
    It's sort of working for me. I set up the config, and it opens SMART and starts running. When it starts, the mouse starts looking over all of the monsters, but not actually clicking. The status remains: searching monster. Any help would be appreciated.
    Thanks for uploading this script!

    Still having issues. I can get it to attack the first flesh crawler, then it just sits there looking for something to attack. Sometimes the run time stays at 1 second.
    Quote Originally Posted by Silentcore View Post
    ^^ The same is happening to me. Once you add the color, it just search around but never click anything...
    change the monster uptext. like flesh crawler would be wle or something.

  8. #1408
    Join Date
    Aug 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Just started and complete nub first script got this error

    Exception in Script: Unable to find file 'SRL-OSR/SRL.Simba' used from ''
    Successfully saved: C:\Simba\Scripts\HoodzFighter_osr-srl.simba
    Exception in Script: Unable to find file 'SRL-OSR/SRL.Simba' used from 'C:\Simba\Scripts\HoodzFighter_osr-srl.simba'

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

    Default

    Quote Originally Posted by ADreamer View Post
    Just started and complete nub first script got this error
    install the srl-osr include

  10. #1410
    Join Date
    Aug 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Hoodz do you mind linking me to it ?

    Thanks

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

    Default

    Quote Originally Posted by ADreamer View Post
    Hoodz do you mind linking me to it ?

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

  12. #1412
    Join Date
    Aug 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Thanks working now , but how do i no what shade of colour to choose at the moment it kills 1 chicken a minute lol , sorry im a noob thanks alot so far!

  13. #1413
    Join Date
    Aug 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    This worked. Thanks so much! Other problem I'm having is.. I don't entirely understand how to set when to tell it to drink my str pot

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

    Default

    Quote Originally Posted by Sundeww View Post
    This worked. Thanks so much! Other problem I'm having is.. I don't entirely understand how to set when to tell it to drink my str pot
    put it on 2;

  15. #1415
    Join Date
    Aug 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I start the in browser bot and nothing happens. All that is said under the script is HoodzFighter version 2,5. Yes i filled out the configuration correctly and yes I targeted the new OSR window login screen.

  16. #1416
    Join Date
    Aug 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    nevermind i guess i forgot to fill out 'nickname'. it works now. Tysm!

  17. #1417
    Join Date
    Aug 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Problem with the script i found is that it wont 100% finish killing one npc , and then either it piles like 4 on me , or if no multi zone , it just goes Im already under attack... , Other than that perfect script!

  18. #1418
    Join Date
    Jun 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hi, when I try and run the script, it opens SmartParams and displays an error;'[Error] C:\Simba\Includes\SRL-OSR/SRL/misc/SmartParams.Simba(241:156): Invalid number of parameters at line 240
    Compiling failed.'

    What should I do? Thanks.

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

    Default

    Quote Originally Posted by Neora View Post
    Hi, when I try and run the script, it opens SmartParams and displays an error;'[Error] C:\Simba\Includes\SRL-OSR/SRL/misc/SmartParams.Simba(241:156): Invalid number of parameters at line 240
    Compiling failed.'

    What should I do? Thanks.
    are you using smart8.2?

  20. #1420
    Join Date
    Aug 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    Problem with the script i found is that it wont 100% finish killing one npc , and then either it piles like 4 on me , or if no multi zone , it just goes Im already under attack... , Other than that perfect script!

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

    Default

    Quote Originally Posted by ADreamer View Post
    Problem with the script i found is that it wont 100% finish killing one npc , and then either it piles like 4 on me , or if no multi zone , it just goes Im already under attack... , Other than that perfect script!
    is your angle at the highest point? and if there is better reflection support i upload a new version. if you check my ghoul fighter script it will have way better combat detection.

  22. #1422
    Join Date
    Aug 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    How exactly does this support randoms? I just end up getting hit by certain randoms because i didnt speak with them. For example the dwarf that gives you a kebab and beer. The bot just ignores him then I end up getting attacked by the dwarf. Not good if I ended up leaving the room and ended up dieing.

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

    Default

    Quote Originally Posted by wavychips View Post
    How exactly does this support randoms? I just end up getting hit by certain randoms because i didnt speak with them. For example the dwarf that gives you a kebab and beer. The bot just ignores him then I end up getting attacked by the dwarf. Not good if I ended up leaving the room and ended up dieing.
    did you enter your nickname correctly (3-4 letters)?

  24. #1424
    Join Date
    Aug 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    My nickname is WavyPotato and I typed Wavy in as the nickname. should i try like tato or vyPo?

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

    Default

    Quote Originally Posted by wavychips View Post
    My nickname is WavyPotato and I typed Wavy in as the nickname. should i try like tato or vyPo?
    Try to avoid capital letters, tato should work

Page 57 of 117 FirstFirst ... 747555657585967107 ... LastLast

Thread Information

Users Browsing this Thread

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