Alright im going to eat so im going to start script and post proggie in about an hour are so..
Printable View
Alright im going to eat so im going to start script and post proggie in about an hour are so..
Can you explain
function FindEntBySymbol: Boolean;
var
SPts, BlkArr: TPointArray;
Sx, Sy, Dx, Dy, Px, Py, c: Integer;
SymbAcc: Extended;
begin
if (not(LoggedIn)) then Exit;
SymbAcc := SymbolAccuracy;
repeat
FindSymbols(SPts, 'tree');
if (Length(SPts) = 0) then
SymbolAccuracy := SymbolAccuracy - 0.1
else Break;
Inc(c);
until(c > 3);
if (Length(SPts) = 0) then Exit;
SortTPAFrom(SPts, IntToPoint(MMCX, MMCY));
Px := SPts[0].x;
Py := SPts[0].y
FindColorsTolerance(BlkArr, 1183498, Px - 20, Py - 20, Px + 20, Py + 20, 20);
if (Length(BlkArr) = 0) then Exit;
MiddleTPAEx(BlkArr, Sx, Sy);
Result := FindColorCircle(Dx, Dy, 62965, Sx, Sy, 8);
SymbolAccuracy := SymbAcc;
end;
Does it look for the yellow up text?
I can see you just posted this and I want you to know you have to wait intill he updates it for the new scar mini map..
Does this work with Rev 10 of SRL?
unfortunately not
when this gets updated to work with the new runescape i'm would like to use it, but how well does it work if you only have one player?
a really old script was updated today :)
dusted it off and revamped it.
please redownload...
great goin to test it now expect proggies!!
k please and thank you :)
didnt work with the newest SRL. But i worked it with srl 14. the only problem is there is a greenish symbol in the castle and when a npc walks over it. The script says its a ent when really its just a guard walking over the green symbol in the castle. It says its an ent every time a yellow dot goes over it. which wastes time. If you fixed that then this script would be good
Haxor