Results 1 to 25 of 25

Thread: Chicken Cooker

  1. #1
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default Chicken Cooker

    Ok this is my script... It is barely Alpha, and i am putting it here to get feedback. Basically, stand in the lumby coop that is near the cows, and it will pick up raw chickens, then attempt to cook. If it doesnt find any, it will attempt to kill a chicken. POST LOTS OF FEEDBACK! That is why i released it!

    Version History
    V1- Posted for feedback on March 31, 2007 Probably has lots of bugs and improvments...
    V1.1- Fixed a few bugs. It actually compiles now. April 1 2007
    V1.2- Fixed a few more things, It should turn out ok... April 1 2007
    V1.3- Added MultiPlayer, and a few minor things. April 4 2007
    V1.4- Added the DTM, A few other things. April 5 2007
    V1.5- Fixed some bugs. April 7 2007

    BUGS!!:
    May click potatoes,Suggestions for fixing this?
    Does Not open the door. What is a good Door Opener?

    Proggys.. None, Maybe from you?

    For the Record, V1 was looked at by 6 people

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  2. #2
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Very nice

    A few problems I noticed:

    It'll sometimes miss the chicken click. Perhaps have it right click chooseoption?

    More antirandoms. I almost got teleported away by the sandwhich lady

    It had a bit of trouble finding the stove. Not sure what you can do there, though

    Umm, what else can I say...

    Oh, you missed a variable, and an end;, I put those in though.

    Not much else I can say was wrong with it. Good job

  3. #3
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    It compiled for me? Maybe i forgot to save it I will try the right click chicken thing. Thanks. Where do you need the antirands? For fighting? I didnt think you got them picking the chickens up, but I knew you got them by cooking, so i only put the randoms there. It looks for the blue color of the pot in the stove, i am going to try and make a different way, but right now, i am busy with homework, so maybe later tonight.. Thanks for the feedback

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  4. #4
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    NP

    I would put antirandoms anywhere you could. It only checks for the existance of the name in the air, and the name comes and goes quickly.

  5. #5
    Join Date
    Mar 2007
    Location
    Under a rock
    Posts
    813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Good, but i think this should be changed/added:

    1.)a DTM to the chicken in inv
    2.)make constants on some of the colors incase those colors dont work for other ppl
    3.)add in how many loads it will do before ending script in the constants
    4.)make the bitmaps shorter
    5.)add in time running on the progress report
    6.)and probably make an antirandoms procedure like ths from my script( i think it all works good):
    SCAR Code:
    Procedure AntiRandoms;
      Begin
        FindNormalRandoms;
        FindTalk;
        FindLamp(Skillforlamp);
        UseBoxSolver := True
        UseCerterSolver := True
        UseSandwichSolver :=True
        FindMod;
        FindMime;
        FindDead;
        FindMaze;
        DwarfItem;
        FindDemon;
        Solvepinball;
        FindScapeRune;
        Stopban;
      if (findfight) then
          begin
          RunAwayDirection(RunDirection);
          SleepAndMoveMouse(9500+Random(2500));
          RunBack;
        end;
      if InBlack then
        begin
          Players[CurrentPlayer].Active := false;
          Writeln(Players[CurrentPlayer].Name + ' is stuck in a random event!');
          ProgressReport;
          NextPlayer(True);
          Wait(3000 + random(3000));
        end;
      if FindDead then
       begin
         Players[CurrentPlayer].Active := false;
         Writeln(Players[CurrentPlayer].Name + ' has died!');
         ProgressReport;
         NextPlayer(True);
         Wait(3000 + random(3000));
       end;
     end;
    end;
    and also, how reliable is that radialwalk at getting inside that little house?????

  6. #6
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Quote Originally Posted by rune hacker View Post
    Good, but i think this should be changed/added:

    1.)a DTM to the chicken in inv
    2.)make constants on some of the colors incase those colors dont work for other ppl
    3.)add in how many loads it will do before ending script in the constants
    4.)make the bitmaps shorter
    5.)add in time running on the progress report
    6.)and probably make an antirandoms procedure like ths from my script( i think it all works good):
    SCAR Code:
    Procedure AntiRandoms;
      Begin
        FindNormalRandoms;
        FindTalk;
        FindLamp(Skillforlamp);
        UseBoxSolver := True
        UseCerterSolver := True
        UseSandwichSolver :=True
        FindMod;
        FindMime;
        FindDead;
        FindMaze;
        DwarfItem;
        FindDemon;
        Solvepinball;
        FindScapeRune;
        Stopban;
      if (findfight) then
          begin
          RunAwayDirection(RunDirection);
          SleepAndMoveMouse(9500+Random(2500));
          RunBack;
        end;
      if InBlack then
        begin
          Players[CurrentPlayer].Active := false;
          Writeln(Players[CurrentPlayer].Name + ' is stuck in a random event!');
          ProgressReport;
          NextPlayer(True);
          Wait(3000 + random(3000));
        end;
      if FindDead then
       begin
         Players[CurrentPlayer].Active := false;
         Writeln(Players[CurrentPlayer].Name + ' has died!');
         ProgressReport;
         NextPlayer(True);
         Wait(3000 + random(3000));
       end;
     end;
    end;
    and also, how reliable is that radialwalk at getting inside that little house?????

    Ya, i am working on the dtm of the inventory
    Mostly all, if not all of the colors use findcolorrighttolerance or whatever
    I was gunna do that, but im not sure what im gunna get it to do with the cooked chickens.
    The bitmaps are just two letters of the chooseoption, because the chooseoption function never works too well for me, so i dont know how to make it smaller...
    Ok, timerunning will be added to the next version
    can i use the exact antirands function from urs? i was just using findnormalrandoms because i thought it found everyone?
    The radial walking just looks for the color of the floor, it has a wide range to look for, but hopefully, it never gets into that little corner where you cant see the stove..

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  7. #7
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Bump, Script is ready with almost all suggestions, not DTM But i think every other one.. But i need help, check the link in my siggy, because i cant post it till the error is solved, basically, i am getting popups whenever i try to do anything to the script.. So please help me!

    EDIT: somehow, i got it saved, but scar still wont close for me, so please help me out with the link.. Check out the new version too.. im still not sure if it will work cause i was checking it over when the error came on, so i may need to change some things around soon

    EDIT: Updated, V1.3 out now, it has multiplayer, someone please post feedback, because there will be no more updates if no feedback is posted.

    EDIT: V1.4 is out, Has the darn DTMs. I found one bug, it searches the entire screen, and sometimes finds the potato, so it clicks it.. I need help fixing this one.

    EDIT: V1.5 Is now out, i figured even though i have no feedback, I could test it out and make some changes.. RS lagged pretty bad,, I dont know why, it was working then it lagged,, but i dont think its the script cause it was lagging even after i stopped it.. I has better walking to the pot, and it drops the meat. Could someone please post feedback!!!

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  8. #8
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    I am gonna try it out on my lvl 52 cooker...


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  9. #9
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Go for it.. Post the proggy or bugs though please... Umm... 15 Views and no proggies.. in total.. 40 views and 3 things of help? Please guys.. Post some feedback, this will be to get my skills up for making an intents script later on.

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  10. #10
    Join Date
    Mar 2007
    Location
    Under a rock
    Posts
    813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Get used to it lol. Way too many leechers on these forums. Dont feel bad though, it happens to all threads with a scritp in them lol, leechers can burn in hell

  11. #11
    Join Date
    Apr 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is my first post on this forum - wow
    Anyway - here's my feedback:
    1.5 works worse than 1.4 . 1.5 sometimes just stops and when I alt+tab to scar it starts working again. I wasn't able to make a complete run with either of them. I think that I would have been able to do it with 1.4 ,but the door was always closed and when I ran it again it just got bugged.

  12. #12
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    for the potatoe bug maybe use isuptext('hicken')

  13. #13
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    ya, im sorta not gunna update this i dont think, it was just to learn some other things. Now im pro though

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  14. #14
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    cool

  15. #15
    Join Date
    Apr 2007
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    where are the proggies! anyways i'll make one

  16. #16
    Join Date
    Mar 2007
    Posts
    33
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ty

  17. #17
    Join Date
    Feb 2007
    Location
    Australia
    Posts
    358
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hey good work man.
    Works nicely

  18. #18
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    y not try n do a tarajubky chicken sweeper

  19. #19
    Join Date
    Jul 2007
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    it worked ok for me. as people have stated before, it had a slight problem in clicking one the chickens but its a good script nonetheless.

  20. #20
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    05-31-2007, 01:57 Pm....

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  21. #21
    Join Date
    Mar 2007
    Posts
    562
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice job this will get my cooking lvl up.

    ill test later.

    haxor

  22. #22
    Join Date
    Mar 2007
    Location
    Jersey
    Posts
    159
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Yep.. works pretty good. I like it.

  23. #23
    Join Date
    Jun 2007
    Location
    In my computer room
    Posts
    148
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is a very nice script. I like the potential of it. I know I have no rep or anything so my saying all that to an SRL member means nothing but i truly meant it. It works pretty good. Thanks for posting it in here and not the member section. As always, NEVER GIVE UP!

    -Dr.Newheart

  24. #24
    Join Date
    Apr 2008
    Location
    Northwest england
    Posts
    1,179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice script could i edit for personal use?
    Blank!

  25. #25
    Join Date
    Oct 2007
    Posts
    302
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    First he has quit / left srl
    Second

    08-15-2007, 03:06 PM

    bumpage FTWW?
    Previously known as boxcrop.


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. We Need A Cooker!!!
    By PlAnT in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 10-23-2008, 03:09 AM
  2. Chicken Cooker
    By [S]paz in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 03-03-2008, 09:01 PM
  3. What every cooker wants!
    By Swift in forum RS3 Outdated / Broken Scripts
    Replies: 19
    Last Post: 01-18-2008, 07:29 PM
  4. Raw chicken/ Meat picker- cooker
    By THC in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 03-27-2007, 07:55 AM

Posting Permissions

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