Results 1 to 2 of 2

Thread: Falidor cow killer and bone buryer

  1. #1
    Join Date
    Dec 2007
    Posts
    2,112
    Mentioned
    71 Post(s)
    Quoted
    580 Post(s)

    Falidor cow killer and bone buryer

    Hi, i need help with The Bone finding in my falidor cow killer and bone buryer iv tryed everything but it cant find the bones under the cowhide and raw meat
    Can some1 help me???

    Edit : Or should i make it in to a edgeville man killer???
    Edit2 : Ill just change it to a edgeville man killer...

  2. #2
    Join Date
    Jul 2008
    Posts
    907
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well if you find the cowhide/raw meat colors just do
    SCAR Code:
    procedure FindBones;
    begin
      if FindColorTolerance(x, y, cowhidecolor/meatcolor here, msx1, msy1, msx2, msy2, 5) then//finds color
        begin
          Mouse(x, y, 3, 3, False)
          if not(ChooseOption('one')) then//chooses option bones
          Exit;
        end else
      Exit;
    end.
    or
    SCAR Code:
    procedure FindBones;
    begin
      if (FindObjCustom(X, Y, ['owh', 'whi', 'hide'], [whatevercolor], 3)) then//finds object
        begin
          Mouse(x, y, 3, 3, False)
          if not(ChosoeOption('one')) then//chooses option bones
          Exit;
        end else
      Exit;
    end.


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Auto Bone Buryer
    By Theolithical in forum First Scripts
    Replies: 10
    Last Post: 02-06-2009, 08:17 PM
  2. Looking for a bone buryer
    By klinnks in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 04-18-2008, 11:24 AM
  3. bone buryer by pur3
    By Kasi in forum First Scripts
    Replies: 5
    Last Post: 02-21-2008, 09:24 PM
  4. [RS2][SRL] Bone Picker and Buryer
    By Fourscape in forum RS3 Outdated / Broken Scripts
    Replies: 54
    Last Post: 11-20-2007, 07:19 AM
  5. chicken killer feather picker and maybe...bone buryer
    By ason in forum RS3 Outdated / Broken Scripts
    Replies: 7
    Last Post: 05-18-2007, 12: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
  •