dm.LeftClick
			
                Delay 1500
			
                dm.moveto 450,359
			
                Delay 300
			
                dm.LeftClick
		
            End If
        End If     
        //***********自动捡物品*******
        If 是否拾取 = 0 Then 
        
            dm.KeyPress 32
		
            Delay 200
		
            dm.KeyPress 32
		
            Delay 1000
        
        End If
        
        //**************选怪*************
        rem 选怪
		
        dm.KeyPress 9

        //**********************打怪****************************

        color1 = dm.GetColor(354,38)

        If color1 = "774324" Then 

            color2 = dm.GetColor(521,60)

            If color2="bbffff" Then

                Goto 选怪

            End If                  
    
            //*********************首发技*****************************    
         
            dm.keypress 首发技按键                           
	
            Delay 1000
            //************************打怪过程*******************************	
		                
            If 组合技按键 = "" Then 
            Else 	
                Rem 打怪1

                dm.KeyPress 组合技按键
	
                Delay 700

                dm.KeyPress 组合技按键

                color3 = dm.GetColor(439,39)

                If color3="4a1800" Then

                    Goto 打怪1

                Else 
    
                End If
            End If
			 
	
            If 其它技能按键 = "" Then 
            Else
                Rem 打怪2

                dm.KeyPress 其它技能按键

                Delay 1000

                color3 = dm.GetColor(439,39)

                If color3="4a1800" Then

                    Goto 打怪2

                End If
			
            End If
		                               
        Else
            Goto Start1
		
        End If
		
        If datediff("s", ft1, now) >= 辅助技能1时间 Then 
		
            Exit Do