Frement
12-16-2008, 05:56 PM
I made a script for one game, (it has minimap) so i tried to find color in minimap and bitmap and dtm...it found all those, but when i see what the coordinates are which it gives (x,y) i see they are something similar to (137,0) and supposed to be like (950,200) ... so whats the problem?
FindBitmapIn(MM_mob, MM_mob_x, MM_mob_y, 0, 0, 1024, 768);
MoveMouse(MM_mob_x, MM_mob_y);
FindBitmapIn(MM_mob, MM_mob_x, MM_mob_y, 0, 0, 1024, 768);
MoveMouse(MM_mob_x, MM_mob_y);