I only have to find one NPC, but his clothing is bland and nothing sticks out and I was wondering which way was the best way to find this NPC.
I only have to find one NPC, but his clothing is bland and nothing sticks out and I was wondering which way was the best way to find this NPC.
which npc is it... post a picture of it, it helps alot!
He walks around so sometimes you see a different angle of him.
get his hair color or skin color
You could use reflection![]()
Give this a try:
SCAR Code:program New;
{.include SRl/SRl.scar}
function FindGuy(var x,y: integer): Boolean;
var
z,cts,I : Integer;
TPA: TPointArray;
TP : TPoint;
D2TPA: T2DPointArray;
TPAA: Array Of TPointArray;
begin
Result:= False;
SetAngle(True);
cts := GetColorToleranceSpeed;
ColorToleranceSpeed(cts);
FindColorsSpiralTolerance(628,428, TPAA[I], 4147023, MSX1 , MSY1 , MSX2 , MSY2 , 3);
TPA := CombineTPA(TPAA[0], TPAA[1]);
if not Length(TPA) <> 0 then
Exit;
D2TPA:= TPAtoATPAEx(TPA,8,8);
SortATPASize(D2TPA, true);
for z:= 0 to length(D2TPA) - 1 Do
begin
TP:= MiddleTPA(D2TPA[Z]);
x := TP.x;
y := TP.y;
MMouse (x, y, 3, 3);
if IsUpText('alk') then
begin
GetMousePos(X, Y);
Result := True;
Exit;
end;
Wait(350+random(350));
end;
Result := False;
end;
begin
SetupSRL;
if FindGuy(x,y) then
Writeln('FindGuy Found')
end.
There are currently 1 users browsing this thread. (0 members and 1 guests)