I believe these functions are broken, I have been playing with them and tried every type of dot but always returns 0 value even though there are dots present. Don't know if it its just me or what.
I believe these functions are broken, I have been playing with them and tried every type of dot but always returns 0 value even though there are dots present. Don't know if it its just me or what.
Finished B.S. Program in Radiology!!
Projects: A big one! Total secret! hehe
Sorry, but I can confirm that they're not broken since I'm using them a lot in my script.
Post me your code, I believe you're doing something wrong here.![]()

I forgot to call it in the function I was using.....yeah epic fail on my part....
Finished B.S. Program in Radiology!!
Projects: A big one! Total secret! hehe
Simba Code:procedure FindMonster;
var
NPCTPA:TPointArray;
begin
NPCTPA := GetMiniMapDots('npc');
if not(length(NPCTPA) = 0) then
begin
SortTPAFrom(NPCTPA, Point(MMCX, (MMCY - 20)));//wanted off center ;)
Mouse(NPCTPA[0].x, NPCTPA[0].y, 2, 2, true);
end
else
writeln('No NPC dot found.');
end;
This returns 0 npc found when there are npcs in the area.
**Not my procedure but I am using it to test and its not working either
Finished B.S. Program in Radiology!!
Projects: A big one! Total secret! hehe
There are currently 1 users browsing this thread. (0 members and 1 guests)