Results 1 to 18 of 18

Thread: [SRL] Feathers!

  1. #1
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default [SRL] Feathers!

    So uhh yeah.. A chicken killer script..

    Feathers!
    Version: BETA
    Created by Timer

    • Somewhat accurate chicken finding
    • Chicken verifier (lol's doesn't always work)
    • Avoids chicken if it is already under attack
    • Collects feathers
    • Counts feathers/chickens killed
    • Runs away upon 50% health loss
    • Skill training by level (stole munks skeleton of this)
    • Working combat wait (Can be modified at line 188, change if (GetSystemTime - M > 2500) then to if (GetSystemTime - M > your wait time here) then--look at the function to get a idea on how to measure your wait, 16777215 is white text of numbers.


    (Lol's no fail safes, wow I'm rusty )

    Sure, I'm a SRL member.. Don't be expecting anything special though.. I made this in 10 minutes, and I haven't scripted in ages.. I will update and make it near flawless though. !

  2. #2
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Looks like a very good script. One thing...

    SCAR Code:
    if (MiddleTPAEx(Chickens[i], mx, my)) then
          if (VerifyChicken(mx, my)) then
            if (UnderAttack(mx, my)) then
              Continue
            else
            begin

    That can be turned into:

    SCAR Code:
    if (MiddleTPAEx(Chickens[i], mx, my)) then
          if (VerifyChicken(mx, my)) then
            if not (UnderAttack(mx, my)) then
            begin

    Just so you have less code.

    Otherwise alot of it is testing. When I get a chance I will surely test this.
    Formerly known as Cut em2 it

  3. #3
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Cut em2 it View Post
    Looks like a very good script. One thing...

    SCAR Code:
    if (MiddleTPAEx(Chickens[i], mx, my)) then
          if (VerifyChicken(mx, my)) then
            if (UnderAttack(mx, my)) then
              Continue
            else
            begin

    That can be turned into:

    SCAR Code:
    if (MiddleTPAEx(Chickens[i], mx, my)) then
          if (VerifyChicken(mx, my)) then
            if not (UnderAttack(mx, my)) then
            begin

    Just so you have less code.

    Otherwise alot of it is testing. When I get a chance I will surely test this.
    I made it like that in case I add more code to AttackChicken.. I probably wont though

  4. #4
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Ok, that makes sense. Good luck!
    Formerly known as Cut em2 it

  5. #5
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Cut em2 it View Post
    Ok, that makes sense. Good luck!
    I hope I can regain my old scripting skill. It'll take time.

  6. #6
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Yes it does, trying to remember all of the functions. I hope my script lasts a while.
    Formerly known as Cut em2 it

  7. #7
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Cut em2 it View Post
    Yes it does, trying to remember all of the functions. I hope my script lasts a while.
    I saw you resurfaced your Draynor Fisher..
    I'm creating a PowerFisher.. It's just taking awhile because it auto-updates itself.
    I don't have too much time on my hands with school and such.. So it'll be interesting when I finish

  8. #8
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    It will, it seems like SRL is lacking for scripts nowadays. I noticed there were no fishers so i just redid my old one. Good luck with yours!
    Formerly known as Cut em2 it

  9. #9
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Cut em2 it View Post
    It will, it seems like SRL is lacking for scripts nowadays. I noticed there were no fishers so i just redid my old one. Good luck with yours!
    Heh, thanks.

  10. #10
    Join Date
    Oct 2007
    Posts
    678
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ur back? ur only an srl member????? but u were the greatest at reflection 0.0.... il test this out for you lol =p

    edit:

    hmm did u even bother to test it once lol? well lets see.
    add these in setup. kinda useful.

    Smart_Members := false;
    Smart_Signed := false;
    Smart_Server := 100;

    also the chicken finding is accurate, but it just hovers lol. no click.
    srl is quite buggy nowadays, and even the most basic things tend to mess up. including the login.
    i would try to make some independent up text procedures.

    also, since the 2 chicken coops by lumby are most common, add run back on death + collect grave when u get the time.

    i love the sxcy sig. just the way i like it. simple.

    the integer for attack strength def is a bit misleading, and since it wouldn't click i couldn't know what it does. but i assume thats the "goal" lvls. so if attk:= 0 str:= 99 def:=0 then it will only train str?

    the anti randoms don't work to well either, add logout on random option?

    the playtime, is that like break?
    so if its say 4. will it work for 4min + random 5mins and then log out. or then log back in. *it should log back in.* also add
    a random 1 min before logging back in. and a break/sleep option.

    my usual is break every 2 hrs for 5min + random 10. but whatever floats ur boat.

    the running wont do much good since a lot of the time chickens are in-closed? have gate/door option? not that any1 will die from a chicken....and i don't think there's any randoms anymore that are capable of killing u...
    Last edited by chitin; 01-22-2010 at 12:44 PM.

  11. #11
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Quote Originally Posted by chitin View Post
    srl is quite buggy nowadays, and even the most basic things tend to mess up. including the login.
    That must be a problem with your computer or something, because I just autoed 24hours on 266 accounts without one srl problem

  12. #12
    Join Date
    Oct 2007
    Posts
    678
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Zyt3x View Post
    That must be a problem with your computer or something, because I just autoed 24hours on 266 accounts without one srl problem
    do u use the dev rep or the pub? i use pub. that could be why???? 266 acc 0.0 wow. no its not my pc. i mean it still works if u start logged out. but now if u start logged in it just cycles thru the display option. and if i close it manually itl just blind click. which actually surprised me. i thought srl would have fail-safes -.-

    edit...lol just ntoiced ur not "Zytex!"

  13. #13
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Quote Originally Posted by chitin View Post
    do u use the dev rep or the pub? i use pub. that could be why???? 266 acc 0.0 wow. no its not my pc. i mean it still works if u start logged out. but now if u start logged in it just cycles thru the display option. and if i close it manually itl just blind click. which actually surprised me. i thought srl would have fail-safes -.-

    edit...lol just ntoiced ur not "Zytex!"
    Yeah, use opendev, the devs tend to forget about pub

    A lot of people call me Zytex!... Finally someone noticing lol

  14. #14
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You don't need the Dev SRL really. Just the Dev Scar for new uptext .

  15. #15
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Yeah, you can't start logged in now, even with dev

  16. #16
    Join Date
    Oct 2007
    Posts
    678
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Timer View Post
    You don't need the Dev SRL really. Just the Dev Scar for new uptext .
    I have the new scar, and it did download the new uptext, yet uptext function still doesn't work.

  17. #17
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Delete scar.exe then update your scar svn folder.

  18. #18
    Join Date
    Mar 2007
    Location
    Alberta, Canada
    Posts
    1,780
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by chitin View Post
    I have the new scar, and it did download the new uptext, yet uptext function still doesn't work.
    You sure you have the prerelease scar, 3.23, not 3.22

Thread Information

Users Browsing this Thread

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

Posting Permissions

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