Results 1 to 3 of 3

Thread: need help!

  1. #1
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default need help!

    look at this pic how can i let this procedure click there?
    SCAR Code:
    procedure ToDoor;
    var
      MyDoors: array of DoorProfile;
      f:integer;
      mytpa:array of tpoint;
    begin
    activateclient;
      MyDoors:=GetDoors;
      setarraylength(mytpa,getarraylength(mydoors));
      for f:= 0 to getarraylength(MyDoors)-1 do
      begin
      mytpa[f]:=MyDoors[f].midpoint;
      end;
      mytpa:= RearrangeTPA(mytpa,0,0,true,false);
      mouse(mytpa[0].x,mytpa[0].y,2,2,true);
      flag;
    end;

    there 3 doors and i need to search and then click there, how can i do that?

  2. #2
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Explain a little, more. Exactly what are you going to do there?.

    Need to open the doors to get to quest marker?. Use DTM's to find the door on the Minimap.

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  3. #3
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    that procedure^^ find the most north door so i want to let him search in that red box and i dont know how

Thread Information

Users Browsing this Thread

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

Posting Permissions

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