@@ -86,13 +86,13 @@ export class Func015 implements IFuncOrigin {
8686 sleep ( 1500 ) ;
8787
8888 if ( '打手' == thisconf . type ) {
89- thisScript . regionSwipe ( thisOperator [ 0 ] . oper [ 5 ] , thisOperator [ 0 ] . oper [ 7 ] , [ 800 , 1200 ] , 0 , 200 ) ;
90- thisScript . regionSwipe ( thisOperator [ 0 ] . oper [ 5 ] , thisOperator [ 0 ] . oper [ 6 ] , [ 200 , 400 ] , 0 , 500 ) ;
91- thisScript . regionSwipe ( thisOperator [ 0 ] . oper [ 6 ] , thisOperator [ 0 ] . oper [ 8 ] , [ 1200 , 1500 ] , 0 , 200 ) ;
89+ thisScript . regionSwipe ( thisOperator [ 0 ] . oper [ 5 ] , thisOperator [ 0 ] . oper [ 7 ] , [ 800 , 1200 ] , 200 ) ;
90+ thisScript . regionSwipe ( thisOperator [ 0 ] . oper [ 5 ] , thisOperator [ 0 ] . oper [ 6 ] , [ 200 , 400 ] , 500 ) ;
91+ thisScript . regionSwipe ( thisOperator [ 0 ] . oper [ 6 ] , thisOperator [ 0 ] . oper [ 8 ] , [ 1200 , 1500 ] , 200 ) ;
9292 } else if ( '队长' == thisconf . type ) {
93- thisScript . regionSwipe ( thisOperator [ 0 ] . oper [ 5 ] , thisOperator [ 0 ] . oper [ 9 ] , [ 800 , 1200 ] , 0 , 200 ) ;
94- thisScript . regionSwipe ( thisOperator [ 0 ] . oper [ 5 ] , thisOperator [ 0 ] . oper [ 6 ] , [ 200 , 400 ] , 0 , 500 ) ;
95- thisScript . regionSwipe ( thisOperator [ 0 ] . oper [ 6 ] , thisOperator [ 0 ] . oper [ 10 ] , [ 1200 , 1500 ] , 0 , 200 ) ;
93+ thisScript . regionSwipe ( thisOperator [ 0 ] . oper [ 5 ] , thisOperator [ 0 ] . oper [ 9 ] , [ 800 , 1200 ] , 200 ) ;
94+ thisScript . regionSwipe ( thisOperator [ 0 ] . oper [ 5 ] , thisOperator [ 0 ] . oper [ 6 ] , [ 200 , 400 ] , 500 ) ;
95+ thisScript . regionSwipe ( thisOperator [ 0 ] . oper [ 6 ] , thisOperator [ 0 ] . oper [ 10 ] , [ 1200 , 1500 ] , 200 ) ;
9696 }
9797 } else {
9898 // N卡
@@ -117,14 +117,14 @@ export class Func015 implements IFuncOrigin {
117117 thisOperator [ 0 ] . oper [ 13 ] [ 1 ] ,
118118 thisOperator [ 0 ] . oper [ 13 ] [ 2 ] + ( thisOperator [ 0 ] . oper [ 14 ] [ 2 ] - thisOperator [ 0 ] . oper [ 13 ] [ 2 ] ) * handlePos / 100 ,
119119 thisOperator [ 0 ] . oper [ 13 ] [ 3 ] ,
120- ] , [ 800 , 1200 ] , 0 , 200 ) ;
120+ ] , [ 800 , 1200 ] , 200 ) ;
121121 sleep ( 500 ) ;
122122 thisScript . keepScreen ( true ) ;
123123 }
124124 let point = thisScript . findMultiColor ( '准备_N卡' ) ;
125125 let pointCnt = 20 ;
126126 while ( ! point && -- pointCnt ) {
127- thisScript . regionSwipe ( thisOperator [ 0 ] . oper [ 12 ] , thisOperator [ 0 ] . oper [ 11 ] , [ 800 , 1200 ] , 0 , 200 ) ;
127+ thisScript . regionSwipe ( thisOperator [ 0 ] . oper [ 12 ] , thisOperator [ 0 ] . oper [ 11 ] , [ 800 , 1200 ] , 200 ) ;
128128 sleep ( 1000 ) ;
129129 point = thisScript . findMultiColor ( '准备_N卡' ) ;
130130 thisScript . keepScreen ( true ) ;
0 commit comments