Can somebody give or create an entfinder cuz i dont know how to make one :s, maby someone can give me tips to make one??
Can somebody give or create an entfinder cuz i dont know how to make one :s, maby someone can give me tips to make one??
isen't it updated in srl 4 (not beta!) then?
{.include srl/srl/skill/woodcutting.scar}
???
Ok i will try
Try using the if findcolour on the top left of the screen.
->{Nauman}<-
Try using FindEnt with SRL, if it doesn't work then maybe the co-ords are a bit off like mine were, if so just alter them.
Full credits to SRL Team.
SCAR Code:function FindEntA(fx, fy: Integer): Boolean;
var
arUpTextEntColorPoints: TPointArray;
x, y, tcts: Integer;
begin
GetMousePos(x, y);
if(x <> fx)or(y <> fy)then
MMouse(fx, fy, 0, 0);
if(IsUpText('Oak'))then
begin
tcts := GetColorToleranceSpeed;
ColorToleranceSpeed(2);
SetColorspeed2Modifiers(0.4, 0.4);
FindColorsTolerance(arUpTextEntColorPoints, 56026, 85, 8, 110, 20, 8);
Result := Length(arUpTextEntColorPoints) > 10;
ColorToleranceSpeed(tcts);
end;
if(Result)then
begin
WriteLn('Ent Found!!');
Writeln('Waiting for it to go away.');
//Do stuff here while waiting?? maybe bank?
EntsAvoided := EntsAvoided + 1;
end;
end;
Rogeruk's Al-Kharid Tanner V1.1 [Released]
Rogeruk's Barbarian Crafter [Coming Soon]
Rogeruk's Guild Fisher [Coming Soon]
!! - Taking Requests - !!
There are currently 1 users browsing this thread. (0 members and 1 guests)