Эксперт
Покинул форум
Сообщений всего: 1152
Дата рег-ции: Окт. 2017
Откуда: Архангельск
Репутация: 6
|
CODE:function закидываем()
{
выйти_отовсюда();
key_(38, 1, "", 0, 500, 100);
dz=sy+481-formatsn(text_edit0[2]);
sk=formatsn(text_edit0[3]);
int krug=formatsn(text_edit0[5]);
int n=0; // для круга
textout(0, 10, 20, "Закидываем..", 1);//
mouse_(20, 13, sx+481+rand(-1, 1), dz+rand(-1, 1), 1000);
mouse_(500, 10, sx+481+rand(-1, 1), dz+rand(-1, 1), 1000);
pz=formatsn(text_edit0[4])*1000;
pause(pz);
textout(0, 10, 20, "ждём поклёвку..", 1);
mouse_(500, 13, sx+481+rand(-1, 1), sy+481+rand(-1, 1), 100);
m_KIB10: if (findimage_(#Image_10_KIB[0][0], 100, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, -1, -1, 50, 100, 1, 0, 0, ex_KIB, sy, #sum_KIB, #x_KIB, #y_KIB)>0) goto m_KIB12;
else goto m_KIB13;
m_KIB12: textout(0, 10, 20, "Тащим...", 1);//
тащим();
textout(0, 10, 20, "вытащили...", 1);//
goto m_KIB9;
m_KIB14: if (findimage_(#Image_14_KIB[0][0], 0, 0, 0, 1, -250, 10, -1, 0, 0, 1000, 100, 10, -1, 50, 100, 1, sx, sy+200, ex_KIB, ey_KIB, #sum_KIB, #x_KIB, #y_KIB)>0) goto m_KIB9;
else goto m_KIB11;
m_KIB11: n++;
if(krug*100<=n)
{
textout(0, 10, 20, "Не дождались поклёвки..", 1);//
поворот();
goto global a;
}
(Добавление)
По сути, вот нарисовал блок старт и одну картинку код (Отобразить)int col_KIB, ex_KIB, ey_KIB, sum_KIB, x_KIB, y_KIB;
int Image_0_KIB[500][500];
start_();
findimage_(#Image_0_KIB[0][0], 1111, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, -1, -1, 0, 100, 1, 0, 0, ex_KIB, ey_KIB, #sum_KIB, #x_KIB, #y_KIB);
function start_()
{
getdisplay(col_KIB, ex_KIB, ey_KIB);
load_image_();
pause(1000);
}
function findimage_(int #Image, int t, int p1, int p2, int m, int xm, int ym, int mov_m, int mov_x, int mov_y, int p3, int wait, int cycle, int fon, int r, int p, int k, int xs, int ys, int xf, int yf, int#sum, int#x, int#y)
{
int timKIB, sumKIB, xKIB, yKIB, tx, ty, tcycle=0;
sty: pause(p1);
sumKIB=0;
if (t!=0) timKIB=gettime();
a: if (r==0 && p==100){sum=findimage(k, #Image[0][0], fon, #x[0], #y[0], xs, ys, xf, yf, -1); if (sum>0) goto e;}
else {sum=findimage(k, #Image[0][0], fon, #x[0], #y[0], xs, ys, xf, yf, r, r, r, r, r, r, p, 1, -1); if (sum>0) goto e;}
if (t==0) return 0;
if (gettime()-timKIB<t){sleep(20); goto a;}
return 0;
e: sumKIB=sum; xKIB=x[0]; yKIB=y[0];
pause(p2);
if (m==1){mouse(LEFT, xs+xKIB+xm, ys+yKIB+ym); goto hy;}
if (m==2){mouse(MIDDLE, xs+xKIB+xm, ys+yKIB+ym); goto hy;}
if (m==3){mouse(RIGHT, xs+xKIB+xm, ys+yKIB+ym); goto hy;}
if (m==4){mousedown(LEFT, xs+xKIB+xm, ys+yKIB+ym); goto hy;}
if (m==5){mousedown(MIDDLE, xs+xKIB+xm, ys+yKIB+ym); goto hy;}
if (m==6){mousedown(RIGHT, xs+xKIB+xm, ys+yKIB+ym); goto hy;}
if (m==7){mouseup(LEFT, xs+xKIB+xm, ys+yKIB+ym); goto hy;}
if (m==8){mouseup(MIDDLE, xs+xKIB+xm, ys+yKIB+ym); goto hy;}
if (m==9){mouseup(RIGHT, xs+xKIB+xm, ys+yKIB+ym); goto hy;}
if (m==10){mousedbl(LEFT, xs+xKIB+xm, ys+yKIB+ym); goto hy;}
if (m==11){mousedbl(MIDDLE, xs+xKIB+xm, ys+yKIB+ym); goto hy;}
if (m==12){mousedbl(RIGHT, xs+xKIB+xm, ys+yKIB+ym); goto hy;}
if (m==13)mousemove(xs+xKIB+xm, ys+yKIB+ym);
hy: if (mov_m==1)mousemove(mov_x, mov_y);
if (m>0 && m<14)pause(p3);
if (wait!=-1)
{
for (int ttim=gettime(); gettime()-ttim<wait; sleep(20))
{
if (r==0 && p==100){if (findimage(1, #Image[0][0], fon, #x[0], #y[0], xs, ys, xf, yf, -1)==0)return sumKIB;}
else {if (findimage(1, #Image[0][0], fon, #x[0], #y[0], xs, ys, xf, yf, r, r, r, r, r, r, p, 1, -1)==0)return sumKIB;}
}
if (tcycle<cycle){tcycle++; goto sty;}
return 0;
}
return sumKIB;
}
function load_image_()
{
string temp_fold=tempfolder();
unpack("C:\Image_0.bmp", temp_fold+"Image_0.bmp", 1);
loadimage (#Image_0_KIB[0][0], temp_fold+"Image_0.bmp" ;
}
RESOURCE
{
"C:\Image_0.bmp";
}
Надо как то время ожидания 1111мсек. сделать переменной(Отредактировано автором: 11 Июня, 2019 - 17:08:03) |