Quote:
Originally Posted by g_Sho
2. Wenn er ein Glitzi gefunden hat clickt er ab und zu auf der Minimap so ungünstig dass das Glitzi halb im Rand drinsteckt und es somit nich erkennt
|
search for this :
PHP Code:
xf:=xf+1;yf:=yf+1;
and change it to :
PHP Code:
xf:=xf-1;yf:=yf-1;
declaration : it's looking for colour yellow on minimap and set the seawindow to coordi from yellow-point on x+1 and y+1. if you would click yourself it's the same like you wouldn't click on the yellow point ... you're clicking a little bit right and down of it. so the seawindow will be shown with glitter at left side and up.
for me it's the best with changed coordinate on x-1 and y-1. but you have to try it yourself. maybe you will be better without coordi-changing or -2 ;)