Hey guys,
Once again I create another thread of me being Stoopid. However! [J]ustin was stumped too :P
So I'm trying to make it so that my mouse clicks on Yellow or White dots. Regardless of position Etc (It's a confined area).
I've looked at the following:
Simba Code:while (Length(GetMMDotsOnMS('npc')) < 1) and (GetSystemTime < TimeCheck) do
begin
Wait(100);
FindNormalRandoms;
end;
Simba Code:count := Length(GetMiniMapDotsIn('green', MMX1, MMY1, MMX2, MMY2)));
WriteLn(ToStr(count) + ' friends on the map!');
I'm still stumped :P
Any help?
I came up with the Idea of TPA's In the MM area. But I'm pretty sure theres a short hand method![]()





Reply With Quote







