Results 1 to 3 of 3

Thread: dtm baking problem

  1. #1
    Join Date
    Aug 2007
    Location
    Vancouver
    Posts
    394
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default dtm baking problem

    the dtms arent being found in the bank. im 100% sure i made them right, i set the tol to 255 as well.

    SCAR Code:
    Procedure FindFoodBank;
    begin
    if (FindDTM(Salmon, x, y, MSX1, MSY1, MSX2, MSY2)) or
     (FindDTM(Trout, x, y, MSX1, MSY1, MSX2, MSY2)) or
     (FindDTM(Lobster, x, y, MSX1, MSY1, MSX2, MSY2)) or
     (FindDTM(Tuna, x, y, MSX1, MSY1, MSX2, MSY2)) or
     (FindDTM(SwordFish, x, y, MSX1, MSY1, MSX2, MSY2)) then
     begin
     Mouse(x,y,3,5,False);
     Wait(393);
     ChooseOption('X');
     Wait(400);
     TypeSend('28');
     Wait(435);
    end;

  2. #2
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Just make the dtms of the outline, they always work... And that way you don't need any tol.

  3. #3
    Join Date
    Mar 2007
    Location
    Netherlands->Amersfoort.
    Posts
    1,615
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    when you make a dtm form a item in a bank make sure you don't take the upper lines. cause the number of the amount you have stands there.

    when it still dont works. you can try with one of the dtm from my edgvilige cooker to test if the script works correct.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. problem...
    By Blumblebee in forum OSR Help
    Replies: 4
    Last Post: 12-28-2008, 07:22 AM
  2. help big problem
    By goblanca in forum OSR Help
    Replies: 3
    Last Post: 05-19-2007, 10:41 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
  •