color5 = dm.GetColor(521,60)

            If color4 = "774324" Then                      

                If color5="bbffff" Then                  

                    Goto 选怪2

                End If                                   
    
                dm.Keypress 引怪技能
    
                Delay 2000
				    
            Else 
    
                Goto 选怪2
    
            End If                                   
	
        Next
        //************************群怪怪过程*******************************
        dm.keydown 83
		
        Delay 1000

        dm.keyup 83

        qt = now

        Do  While true
		
            dm.MoveTo 513, 269   
    	
            Delay 500 
		
            dm.keypress 群怪技能
		
            Delay 群怪技能时间
    	
            If DateDiff("s",qt,now)>=群怪时间 Then
			
                Exit Do
		
            End If
	
        Loop
	
        If datediff("s", ft1, now) >= 辅助技能1时间 Then 
		
            Exit Do
	
        Else 
	
            Goto Start2
	
        End If
	
    Loop
	
    goto f3

End If

dm_ret=dm.unbindwindow()