Results 1 to 7 of 7

Thread: Feather Picker

  1. #1
    Join Date
    Jun 2007
    Location
    I'm not sure...
    Posts
    581
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Feather Picker

    Just as the title says, all it needs to do is pick up feathers. (Pref: Lumby)

    If there isn't one, well, i guess I'll have to make one =)
    ---------------------------------------------------------


    Pm me if you need any math functions made. Me = l0ving t3h mathz

    ---------------------------------------------------------

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

    Default

    Use the search button


    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!

  3. #3
    Join Date
    Jun 2007
    Location
    New Yawk
    Posts
    943
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by rotflmfwao View Post
    Just as the title says, all it needs to do is pick up feathers. (Pref: Lumby)

    If there isn't one, well, i guess I'll have to make one =)
    Quote Originally Posted by hy71194 View Post
    Use the search button
    Yes, please do make your own, then you won't have to even use the search button! Hehe.
    I guess the holidays are over - no sig for now.

  4. #4
    Join Date
    Jun 2007
    Location
    I'm not sure...
    Posts
    581
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yeah, its in members scripts now =(

    I tried to make my own, and heres what I got. lol
    ---------------------------------------------------------


    Pm me if you need any math functions made. Me = l0ving t3h mathz

    ---------------------------------------------------------

  5. #5
    Join Date
    Nov 2006
    Location
    In an Amish Paradise
    Posts
    729
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Don't use MoveMouseSmooth and ClickMouse... Automatic Ban... Use MMouse and GetMousePos.

    Also instead of FindObj use Dtms or color...Like FindDTM or FindMSColor.

    Exapmle:
    SCAR Code:
    Procedure FindFeather;
    Begin
      If FindMSColor(x,y,FeatherColor) then
      repeat
        MMouse(x,y,2,2);
        if (IsUpText('eat')) then
        begin
          Mouse(x,y,2,2,False);
          ChooseOption(x,y,'ake');
          TotalF:=TotalF+1;
          AddToReport('Found feathers!');
        end;
      until (IsUpText('eat'))
      If not FindMSColor(x,y,FeatherColor) then
      begin
        MakeCompas(Direction);
        LowestAngle;
      end;
    end;

    Hope this helps

    ~Stupedspam

  6. #6
    Join Date
    Mar 2007
    Location
    Maryland, USA
    Posts
    184
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Try Tarajunky's Chicken Sweeper, it's non-members but doesn't kill chickens
    http://www.villavu.com/forum/showthr...ajunky+chicken

  7. #7
    Join Date
    Jun 2007
    Location
    I'm not sure...
    Posts
    581
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by 71runemaker View Post
    Try Tarajunky's Chicken Sweeper, it's non-members but doesn't kill chickens
    http://www.villavu.com/forum/showthr...ajunky+chicken
    Thanks, and also, thanks a lot to stupedspam for the chunk of script
    ---------------------------------------------------------


    Pm me if you need any math functions made. Me = l0ving t3h mathz

    ---------------------------------------------------------

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. I need to make a feather picker...
    By Wade007 in forum OSR Help
    Replies: 8
    Last Post: 01-01-2008, 04:48 PM
  2. x i o i l x's chicken slaughterer & feather picker
    By x i o i l x in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 12-29-2007, 06:13 PM
  3. Chiken killer feather picker.
    By owned1112 in forum RS3 Outdated / Broken Scripts
    Replies: 10
    Last Post: 10-06-2007, 09:10 AM
  4. Chicken killer + bone picker/burier or feather picker?
    By codx1 in forum RS3 Outdated / Broken Scripts
    Replies: 7
    Last Post: 07-01-2007, 01:17 PM
  5. anyone have chicken killer with feather picker??HELP!!
    By mitch453 in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 06-08-2007, 02:09 PM

Posting Permissions

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