@@ -165,8 +165,8 @@ export class Func500 implements IFuncOrigin {
165165 [ left , 112 , 594 , 0x664b30 ] ,
166166 [ left , 139 , 590 , 0x5b452c ] ,
167167 [ left , 175 , 603 , 0x966f47 ] ,
168- [ right , 1172 , 457 , 0xf2d7b7 ] ,
169- [ right , 1199 , 476 , 0xffeed7 ] ,
168+ [ right , 884 , 661 , 0xfff3f6 ] ,
169+ [ right , 1061 , 650 , 0xfff2f2 ] ,
170170 ]
171171 ] ,
172172 } , { // 5 检测_是否为狩猎战挑战奉献榜场景_待开始(弃用)
@@ -344,37 +344,31 @@ export class Func500 implements IFuncOrigin {
344344 return true ;
345345 }
346346 // 狩猎战判断(其他开关为关时)
347- if ( thisScript . oper ( {
348- id : 500 ,
349- name : '寮神社界面' ,
350- operator : [ { desc : thisOperator [ 11 ] . desc } ]
351- } ) ) {
352- if ( thisScript . superGlobal . liao_activity_Swith [ 'a_ctivity_hunt' ] && Object . entries ( thisScript . superGlobal . liao_activity_Swith ) . every (
353- ( [ key , value ] ) => [ 'a_ctivity_gateOfHades' , 'a_ctivity_hunt' ] . includes ( key ) || value === false
354- ) ) {
355- if ( [ 1 , 2 , 3 , 4 ] . includes ( nowDay ) && nowHour >= 5 && nowHour < 23 ) { // 判断星期一二三四,是否在5-23点(5时为误差,有人5:55开启定时)
356- if ( thisScript . oper ( {
357- name : '检测_狩猎战' ,
358- operator : [ thisOperator [ 3 ] ] ,
359- } ) ) {
360- return true ;
361- }
362- if ( thisScript . oper ( {
363- name : '检测_是否在狩猎战界面' ,
364- operator : [ thisOperator [ 4 ] ] ,
365- } ) ) {
366- const next_scheme = thisconf . a_ctivity_hunt_select ;
367- // 关闭开关 传参 切换到狩猎战
368- thisScript . superGlobal . liao_activity_Swith [ 'a_ctivity_hunt' ] = false ;
369- thisScript . rerun ( next_scheme ) ;
370- return true ;
371- }
372- } else {
373- console . log ( '狩猎战 不在时间段内' ) ;
347+ if ( thisScript . superGlobal . liao_activity_Swith [ 'a_ctivity_hunt' ] && Object . entries ( thisScript . superGlobal . liao_activity_Swith ) . every (
348+ ( [ key , value ] ) => [ 'a_ctivity_gateOfHades' , 'a_ctivity_hunt' ] . includes ( key ) || value === false
349+ ) ) {
350+ if ( [ 1 , 2 , 3 , 4 ] . includes ( nowDay ) && nowHour >= 5 && nowHour < 23 ) { // 判断星期一二三四,是否在5-23点(5时为误差,有人5:55开启定时)
351+ if ( thisScript . oper ( {
352+ name : '检测_狩猎战' ,
353+ operator : [ thisOperator [ 3 ] ] ,
354+ } ) ) {
355+ return true ;
356+ }
357+ if ( thisScript . oper ( {
358+ name : '检测_是否在狩猎战界面' ,
359+ operator : [ thisOperator [ 4 ] ] ,
360+ } ) ) {
361+ const next_scheme = thisconf . a_ctivity_hunt_select ;
362+ // 关闭开关 传参 切换到狩猎战
374363 thisScript . superGlobal . liao_activity_Swith [ 'a_ctivity_hunt' ] = false ;
364+ thisScript . rerun ( next_scheme ) ;
365+ return true ;
375366 }
376-
367+ } else {
368+ console . log ( '狩猎战 不在时间段内' ) ;
369+ thisScript . superGlobal . liao_activity_Swith [ 'a_ctivity_hunt' ] = false ;
377370 }
371+
378372 }
379373 // 阴门判断(其他开关为关时)
380374 if ( thisScript . oper ( {
0 commit comments