Is there an existing function that will tell me if an x,y coordinate is in the minimap area?
(Full 360 degrees circle area)
Is there an existing function that will tell me if an x,y coordinate is in the minimap area?
(Full 360 degrees circle area)
Did you check the SCAR manual? Did you check the SRL files? They usually have a collection of functions.
SCAR Code:function rs_OnMiniMap(x, y: Integer): Boolean
Writing an SRL Member Application | [Updated] Pascal Scripting Statements
My GitHub
Progress Report:13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you have serious physchological problems 13:46 <@BenLand100> HE GETS IT! 13:46 <@BenLand100> HE FINALLY GETS IT!!!!1
If you want to find like a DTM on the minimap then do:
if FindDTMRotated(DTM, x, y, MMX1, MMY1, MMX2, MMY2) then
Sorry, I tried searching the forums though.
Thank you!
Yeah I am using the MM boundries for the search, but once it has found the image I wanted to subtract a certain distance and see if that is still in the minimap boundaries.
you can use road walk. best way on minimap
example:
and scolor1 to constPHP Code:function WalkTospot: Boolean;
begin
makecompass('n');
if not LoggedIn then Exit;
SetRun(True);
Result := RadialWalk(scolor1, 221, 571, 70, 2, 1);
if Result then
begin
Writeln('');
Wait(80 + Random(100));
FFlag(3);
end;
There are currently 1 users browsing this thread. (0 members and 1 guests)