Results 1 to 3 of 3

Thread: probs with banks

  1. #1
    Join Date
    Jan 2007
    Posts
    268
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default probs with banks

    hi im having problem with clicking on yelllow dot (banker)
    i did this procedure but it doesnt click it does nothing.

    procedure ToBanker;
    begin
    if(FindColorSpiral(x, y, 195836, 730, 227, 810, 333))then
    begin
    Mouse(x,y,4,4,true);
    Flag;
    end;
    end;

    if u have a good procedure which will click on yellowdot(very simple one)post it here. thnks

  2. #2
    Join Date
    Feb 2007
    Location
    SparklesProd.com
    Posts
    2,406
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Erm, you talking about clicking the mini map yellow bank sign ?

    Or the actual banker?

  3. #3
    Join Date
    Feb 2007
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Those colors are changing all the time
    And actaully i think that the coords are wrong

    SCAR Code:
    procedure ToBanker;
    begin
     if(FindColorSpiral(x, y, 195836, mmx1, mmy1,mmx2, mmy2))then
     begin
      Mouse(x,y,4,4,true);
      Flag;
     end;
    end;

    Srl already includes minimap coords

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. findcolor probs...
    By macromacro123 in forum OSR Help
    Replies: 3
    Last Post: 11-21-2007, 01:00 AM
  2. probs with dtmrotated
    By cocodog13 in forum OSR Help
    Replies: 4
    Last Post: 10-25-2007, 05:12 PM
  3. got 2 probs
    By ShowerThoughts in forum OSR Help
    Replies: 3
    Last Post: 09-03-2007, 09:27 PM
  4. Annoying Probs
    By cathering_ in forum OSR Help
    Replies: 5
    Last Post: 07-24-2007, 01: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
  •