Page 9 of 117 FirstFirst ... 78910111959109 ... LastLast
Results 201 to 225 of 2916

Thread: [AeroLib] HoodzFighter

  1. #201
    Join Date
    Apr 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Anyone got any ideas of the best places to use this bot at arround level 40

  2. #202
    Join Date
    Feb 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Does anyone know where the best place to use this is cuz all i keep running into is random events, i leave my bot running for 15min i come check on it and every 15min i get stuck on random event. Is there a place where you never get random events or how you can setup the bot to do them. If you can make an update for the bot to do random events i think that would be great. But it does work perfect besides the random events every 15 min. :P

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

    Default

    great improvements keep it up hoodz . One I would like to see is pot support and maybe prayer flicking if thats possible

  4. #204
    Join Date
    Mar 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Anyone know how to make anti randoms work ?

  5. #205
    Join Date
    Jan 2007
    Posts
    181
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by srladam View Post
    Anyone know how to make anti randoms work ?
    That's an SRL problem and not down to the individual script. Unfortunately we just have to wait for the randoms to be scripted.

  6. #206
    Join Date
    Mar 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by Hamish View Post
    That's an SRL problem and not down to the individual script. Unfortunately we just have to wait for the randoms to be scripted.
    I see, thanks.

    this seems to have some stuff on randoms, but the github link is 404
    http://villavu.com/forum/showthread.php?t=77480
    Last edited by srladam; 04-08-2013 at 01:50 AM.

  7. #207
    Join Date
    Feb 2012
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Can anyone please help i am getting an error after the bot runs for 10-15min

    Error: Exception: Mask is invalid. Width/Height: (9,6). WhiteHi/BlackHi: (-1,53) at line 699
    The following DTMs were not freed: [SRL - Lamp bitmap, SRL - Book of Knowledge]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Minimap Mask bitmap, 3]

    If anyone knows a solution to fix this that would be great.

  8. #208
    Join Date
    Jan 2007
    Posts
    181
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The reason it isn't solving randoms is because of a script error.

    In the main loop DeclarePlayers; Needs to be called before SetupSRL;

    At the bottom of the script there will be a portion of text as follows:
    Simba Code:
    begin
      SetupSRL();
      disguise('HoodzFighter v1,6')
      SRL_CombatRandoms := False;
      DeclarePlayers;
      SetScreenName(Players[CurrentPlayer].Nick);
      ActivateClient;
      ClearDebug;
      writeln('HoodzFighter version 1,6')

    Change to

    Simba Code:
    begin
       DeclarePlayers;
      SetupSRL();
      disguise('HoodzFighter v1,6')
      SRL_CombatRandoms := False;
      SetScreenName(Players[CurrentPlayer].Nick);
      ActivateClient;
      ClearDebug;
      writeln('HoodzFighter version 1,6')

    Other than that, the script has been running perfectly for half an hour. Only issue is trying to click monsters that are beyond doors, but I don't think that's fixable anyway. Thanks for creating it.

    -Bone Burying and alternation of hitting, eg: Get strength and attack to a certain level, are the only suggestions I can think of right now.
    Last edited by Hamish; 04-08-2013 at 03:05 AM.

  9. #209
    Join Date
    Mar 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Nvm
    Last edited by srladam; 04-12-2013 at 04:23 AM.

  10. #210
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    i'm getting as reads :
    ***** Found Random: Prison Pete *****
    Prison Pete solver currently disabled
    ***** Failed Random: Prison Pete *****
    Player is not Active...
    All players not active!


    -Help ??

  11. #211
    Join Date
    Jan 2013
    Posts
    294
    Mentioned
    1 Post(s)
    Quoted
    121 Post(s)

    Default

    Quote Originally Posted by chrislmiller View Post
    i'm getting as reads :
    ***** Found Random: Prison Pete *****
    Prison Pete solver currently disabled
    ***** Failed Random: Prison Pete *****
    Player is not Active...
    All players not active!


    -Help ??
    cos it failed to solve the random, so it terminated the script. its just a failsafe. if you dont want anti-randoms then remove FindRandom function from the whole script.

  12. #212
    Join Date
    Mar 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    it doesn't solve any randoms though, or is that the casualty of war ?

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

    Default

    Quote Originally Posted by Zeusse View Post
    does the bot stop if you run out of food? or does it just go till it dies or you get a random event? cuz i dont want to die and lose all my stuff.
    It tries to logout if you are out of food

  14. #214
    Join Date
    Feb 2012
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    doesnt loot?

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

    Default

    Quote Originally Posted by kanko View Post
    doesnt loot?
    Is looting = 'true'; ?

  16. #216
    Join Date
    Mar 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    i get this error

    New window: 2819164
    [Error] C:\Simba\Includes\SRL/SRL/Misc/SmartGraphics.simba(25:3): Unknown identifier 'SmartSetDebug' at line 24
    Compiling failed.


    smart graphics pops up in a next tab?

    SmartSetDebug(True); and this is highlighted in orange. any help guys?

  17. #217
    Join Date
    Feb 2012
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    Is looting = 'true'; ?
    my bad tnx:P works great dont need updates tho

  18. #218
    Join Date
    Mar 2013
    Posts
    9
    Mentioned
    3 Post(s)
    Quoted
    6 Post(s)

    Default

    Anyone got colours of clue scroll?

  19. #219
    Join Date
    Feb 2012
    Posts
    93
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Quote Originally Posted by hoodz View Post
    Is looting = 'true'; ?
    still dont loot damn i use iron arrows

  20. #220
    Join Date
    Apr 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    i cant find this part in the code

  21. #221
    Join Date
    Apr 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Ok I worked out something super weird about this botting site....
    Nothing works first time around...always gotta close it and try again then tadaaa it works
    Ty for the script, works SLOOOOOW but its great for me, im studying and letting this bot my str up

  22. #222
    Join Date
    Mar 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Is there any way to get it to loot all runes?

    I mean, I know with a bit of work, I could probably add a few more loot options, but if I just set the name to 'rune' and set colors to the base rune colors, does anyone know if it'll work or not?

    I can't try it right now, but if no one has tried, then I'll check it out later.

  23. #223
    Join Date
    Jan 2007
    Posts
    181
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Looting is a bit iffy, eg: If there's an item below the bones such as a Herb, it hovers over it continuously but never tries to pick it up, anyone got a fix?

  24. #224
    Join Date
    Mar 2007
    Posts
    45
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Anyone know where the best areas to train with this script would be?

  25. #225
    Join Date
    Feb 2012
    Posts
    249
    Mentioned
    0 Post(s)
    Quoted
    40 Post(s)

    Default

    script doesn't respond to randoms, it also doesn't log off, so you just die or what?

    I was babysitting and saw it was just ignoring the pirate.. would've lost my stuff :-/
    'We ride together, we die together. Badboys for life.'

Page 9 of 117 FirstFirst ... 78910111959109 ... 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
  •