Results 1 to 4 of 4

Thread: Help with Mill Hopper and Handle

  1. #1
    Join Date
    Dec 2006
    Location
    UK
    Posts
    118
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Help with Mill Hopper and Handle

    I really need help with this procedure which is designed to put grain into the hopper then pull the handle to grind the grain (In the mill near Lumbridge and Dranor). I've been working on this for over an hour now without success. Can someone help me complete this PLZ.

    Edit : This exposed to place grain into the hopper of the mill, then pull the handle. And repeat until there is no more grain


    Code:
    Procedure UseHopperAndHandle;
    var
    wheatbmp:integer;
    begin
    Wheatbmp := BitmapFromString(7, 4, 'z78DA7DCC310E80300C03C02FD' +
           '929729A3134FDFF97406461010F270F96813BC4635A84F6DB9329' +
           'F7D05C127E97E951CE5EDA611B6859E6DFF65B8C991AC970ADEEF' +
           'DD372B2800BD2B223D8');
    MakeCompass('S')
    While (FindItemBmpTol(WheatBmp,10)) do
          begin
          WalkToHopper;
          ClickItemBmpTol(WheatBmp,10,True)
          Wait(200+Random(200))
          x := MSCX
          y := MSCY
          FindColorSpiralTolerance(x,y,595227,MSX1, MSY1, MSX2, MSY2,3)
          mouse (x,y,0,0,True)
          FindObj(x,y,'Operate',3956587,10)
          Mouse(x,y,0,0,True)
          Flag;
          Wait (700 + Random(500))
          end;
    end;

  2. #2
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    So what's the problem?

  3. #3
    Join Date
    Dec 2006
    Location
    UK
    Posts
    118
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  4. #4
    Join Date
    Nov 2006
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    what does it do?, maybe there are a lot of colors that are the same as the handle... that might be the problem... or the guy is in front of the handle...

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Agility Arena Low Wall Hopper!
    By mikevskater in forum RS3 Outdated / Broken Scripts
    Replies: 11
    Last Post: 08-10-2008, 01:13 PM
  2. help me and get 1 mill
    By pk3r ernie in forum OSR Help
    Replies: 12
    Last Post: 07-30-2007, 10:22 AM
  3. I Need To Make 1 Mill+ In A Day !!!
    By ronny.m.p in forum Bot Information and Spottings
    Replies: 30
    Last Post: 05-27-2007, 02:28 PM
  4. world hopper?
    By soupnatizzle in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 05-07-2007, 09:00 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
  •