Cheers to everyone that helped with suggestions, should be good to go nowthank you.
Cheers to everyone that helped with suggestions, should be good to go nowthank you.
Last edited by Itankbots; 08-26-2012 at 07:41 PM.
1. Dont use static wait.
2. Create ur custom sps map for greater accuracy
3. Try radial/tpa
4. GetMiniMapDots then sort it and find the 1 nearest to u
Static wait is only to see if it works at all, i dont really care if the testing account gets banned. and yeah i guess the last thing to do is make a custom sps map...i was really hopeing objDtm would work![]()
for clicking on the nearest npc use something like
Simba Code:procedure FindMonster;
var
NPCTPA:TPointArray;
begin
NPCTPA := GetMinimapDotsIn('npc', MMX1, MMY1, MMX2, MMY2);
if not(length(NPCTPA) = 0) then
begin
SortTPAFrom(NPCTPA, Point(MMCX, MMCY));
Mouse(NPCTPA[0].x, NPCTPA[0].y, 2, 2, true);
end
else
begin
writeln('No NPC dot found.');
end;
end;
hope that helps you a bit![]()
|| Droppin' Bandits || Chicken Killer || Power Iron || Ash Collector ||
Herblore script || Edgeville Yew Chopper || Basic Gnome Agility Runner
Changing the world one script at a time
There are currently 1 users browsing this thread. (0 members and 1 guests)