You should make Dtms for finding ents from mm, each DTM for each tree[with tol of 255 in mainpoint],
Like:
SCAR Code:
For I := 0 to NumberOfWillowsthere do
begin
If FindDTMRotated(x, y...)then
If Rs_OnMiniMap(x,y) then
If SimilarColors(GetColor(x,y), 123{Yellow colors of dot}, 10) then
MFNF(MMCX-2, MMCY-2, 4, 4);
Break;
end;
Uh, 1 problem...it may be laggy, but it should work good, I think that maybe I'm going to add something like that to my next version
I lol'ed at this
SCAR Code:
procedure logitout;
begin
Logout;
end;
Whats better in LogItOut than LogOut?
Nice job though