Page 8 of 117 FirstFirst ... 6789101858108 ... LastLast
Results 176 to 200 of 2916

Thread: [AeroLib] HoodzFighter

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

    Default

    Quote Originally Posted by rastanblade View Post
    Well, you could just set up how ever many... that way when you fight a new monster the loot table is already there couldn't you? that way you wouldn't have to load new items each time you fight a new monster?
    but i didnt code it like that
    i just do 2 extra spaces

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

    Default

    Quote Originally Posted by hoodz View Post
    but i didnt code it like that
    i just do 2 extra spaces
    I understand that, may I edit your code a bit with your permission? also do you have some other way to talk on here besides posts irc?

  3. #178
    Join Date
    Sep 2008
    Posts
    754
    Mentioned
    8 Post(s)
    Quoted
    275 Post(s)

    Default

    Keep up the good work, i love this script.


    Am posting here a script from the past, that formed SpecAttack features, maybe you could take a look at it and some
    Code:
      HyDebug         = True;     // True will have the script tell you info that you don't need to know (I use it only for Debugging).
       DBA             = False;     // Set to true if you have a weapon what when you hit "SpecAttack" it drins the spec bar empty (Dragon battle axes, etc.) Makes it so it will only do it once: when it enters the cave.
      
    
     procedure HDebug(Ln: string);
    begin
      if HyDebug then
        WriteLn(Ln)
      else
        Status(Ln);
    end;
           
    
    
    (*¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\\
    ||            SpecialAttack - Does Special Attack (o rilie?)       ||
    ||                           By: Hy71194                           ||
    \\_________________________________________________________________*)
    procedure SpecialAttack(Where: string);
    var
      sx,sy,spx,spy: integer;
    begin
      if SpecAttk then //Boolean SpecAtt, (if specattack = true then) if (specattack) then
      begin
        case Lowercase(Where) of
        'enter':
          begin
            if (DBA) then // boolean DBA (if DBA = true then) IF dba then
            begin
              GameTab(tab_Combat);
              Wait(200+Random(400));
              if FindColorTolerance(sx, sy, 4228415, 572, 417, 713, 428, 15) then
              begin
                MouseBox(572, 417, 713, 428, 1);
                HDebug('Clicked in Spec Attack box '''+IntToStr(spx)+','+IntToStr(spy)+'''.');
                Wait(10+Random(3500));
                if RetaliateFix then
                  Retaliate(True);
                Wait(10+Random(3500));
                GameTab(tab_Inv);
                FindNormalRandoms;
              end else
                WriteLn('Spec Failed.');
            end;
          end;
        'always':
          begin
            if (DBA) then
              Exit;
            GameTab(tab_Combat);
            Wait(200+Random(1000));
            if FindColorTolerance(sx, sy, 4228415, 572, 417, 713, 428, 15) then
            begin
              MouseBox(572, 417, 713, 428, 1);
              HDebug('Clicked in Spec Attack box '''+IntToStr(spx)+','+IntToStr(spy)+'''.');
              Wait(10+Random(3500));
              if RetaliateFix then
                Retaliate(True);
              Wait(10+Random(3500));
              GameTab(tab_Inv);
              FindNormalRandoms;
            end else
              WriteLn('Spec Failed.');
          end;
        end;
      end;
    end;
    Its from the good ol' caver script
    I got it to work somewhat, i really hope you can perfect it mr hoodz!
    Last edited by samerdl; 04-07-2013 at 02:52 PM.

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

    Default

    Quote Originally Posted by rastanblade View Post
    I understand that, may I edit your code a bit with your permission? also do you have some other way to talk on here besides posts irc?
    i updated the script with 2 extra spots. and you can pm if you want or pm on irc

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

    Default

    Been running for 20mins now, FLAWLESS bro i really appreciate it youre a boss!

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

    Default

    Dude i can not run this for some reason like ive been running other scripts then i try yours and i get an error code Exception in Script: Unable to find file 'SRL-OSR/SRL.Simba' used from 'C:\Simba\Scripts\HoodzFighter_osr-srl6.simba'

    I do not know what to do to fix this and i would really like this because ive been looking for a script like this to use for awhile now. If you or someone can help i would love that

  7. #182
    Join Date
    Apr 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Zeusse View Post
    Dude i can not run this for some reason like ive been running other scripts then i try yours and i get an error code Exception in Script: Unable to find file 'SRL-OSR/SRL.Simba' used from 'C:\Simba\Scripts\HoodzFighter_osr-srl6.simba'

    I do not know what to do to fix this and i would really like this because ive been looking for a script like this to use for awhile now. If you or someone can help i would love that
    http://villavu.com/forum/showthread.php?t=99577

    Fixed it for me.


    Ont: Works perfect at cows outside falador!

  8. #183
    Join Date
    Apr 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    The install got it working now, but I get these errors now:

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

    &

    [Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(35:7): Unknown identifier 'Smart_World' at line 34
    Compiling failed.

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

    Default

    Quote Originally Posted by iquick View Post
    The install got it working now, but I get these errors now:

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

    &
    [Error] C:\Simba\Includes\SRL-OSR\SRL\misc\SmartParams.Simba(35:7): Unknown identifier 'Smart_World' at line 34
    Compiling failed.
    Make sure to have the newest srl-osr version. Also maybe you only have to change smart8 to smart (line)

  10. #185
    Join Date
    Apr 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Just ran for about an hour without messing up, unfortuneatly this script freezes on every random event it gets, I have tried it for a number of hours, and it has not completed any. This would be the perfect script if 1. there was randoms, 2. could tell if the monster is being attacked.

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

    Default

    FLLLLLLLLAAAAAAAAAAAAAAAAWWWWWLLLEEEESSSS BABY N°1 #####1 script

    first script that has been botting for a couple of hours now at al kharid warriors with my colour codes ^ somewhere above

    finally i can go out and leave a bot to level up

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

    Default

    Quote Originally Posted by h1story View Post
    Just ran for about an hour without messing up, unfortuneatly this script freezes on every random event it gets, I have tried it for a number of hours, and it has not completed any. This would be the perfect script if 1. there was randoms, 2. could tell if the monster is being attacked.
    it does randoms for me...

    and the second one.. yea i need to figure that out

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

    Default

    Quote Originally Posted by xMorrigan View Post
    FLLLLLLLLAAAAAAAAAAAAAAAAWWWWWLLLEEEESSSS BABY N°1 #####1 script

    first script that has been botting for a couple of hours now at al kharid warriors with my colour codes ^ somewhere above

    finally i can go out and leave a bot to level up
    great to see!

  14. #189
    Join Date
    Apr 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] C:\Simba\Includes\SRL-OSR/SRL/core/login.simba(89:21): Unknown identifier 'GetLobbyTab' at line 88
    Not sure what this is i would greatly appreciate the help...

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

    Default

    I really wish it did randoms.. :l I've left the house for around an hour to go walk my dog, the first time it worked, came back, it was still running, the second time I was in Wizards tower.

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

    Default

    I have 1 small problem this time. After my bot runs for around 10-15 minutes and is still going it thinks that my guys logged out but didnt and starts to type my Username and Pass in the public chat box for everyone to see :/ Is there a way i can fix this so it doesnt do this unless it knows that im safely logged out of the game?

  17. #192
    Join Date
    Apr 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by Zeusse View Post
    I have 1 small problem this time. After my bot runs for around 10-15 minutes and is still going it thinks that my guys logged out but didnt and starts to type my Username and Pass in the public chat box for everyone to see :/ Is there a way i can fix this so it doesnt do this unless it knows that im safely logged out of the game?

    Don't type in your password, start the script when you're logged out, pause it, log in manually, then start it again. That's what I do.

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

    Default

    Hoodz, could you please add loot like 3-10 slot of loot to pickup and bone burying in your inventory when you kill monsters.

  19. #194
    Join Date
    Feb 2013
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Great script, +1 rep for having so much commitment to it.

    I think the next thing to be developed for this script would be other player combat detection, so it could train in multi zones.
    Some of the OSR scripts in the past did this, although it was done with the p07include, so i'm not sure if you would find any help there.
    Also, I have found that the community is great help in matters like these.

    Keep up the good work!

    adeghati

  20. #195
    Join Date
    Mar 2013
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    works great.. no antileech.. 10/10

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

    Default

    Yo thanks h1story you helped alot i dont want people to my stuff and not sure why it does that but Thank You your a big help!

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

    Default

    Hey guys just wondering were you guys have been using this script, I tried al kharid warriors but after about 10-20 the doors get closed and it just sits there clicking on warriors outside that it cannot attack, just wondering what spots you have been using

  23. #198
    Join Date
    Oct 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Works really good!!! would love to see exp/hour.
    It wouldent be too hard to add? right? damage dealt x 4 / x 2

    Also, you could make it work in non multi-combat by adding colours to not att, like colours of the hp bars, and such?

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

    Default

    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.

  25. #200
    Join Date
    Apr 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    For some reason it just attacks something then eats all my food?:/ Other than that it works fine, thanks man

Page 8 of 117 FirstFirst ... 6789101858108 ... 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
  •