If lanyezl = 3 then

                FindCenterColor bbzc1x,bbzc1y,bbzc2x,bbzc2y,"D87010",fhsx,fhsY
                If fhsx > 0 And fhsY > 0 Then

                    Delay 100
                    MoveTo fhsx,fhsy
                    Delay 300
                    LeftClick 1
                    Delay 500
                    MoveTo 541+w1,774+h1
                    Delay 600
                    LeftClick 1
                    Delay 300
                End if
            Else
        
                //放 补气丸
                If lanyezl = 4 then

                    FindCenterColor bbzc1x,bbzc1y,bbzc2x,bbzc2y,"A02808",fhsx,fhsY
                    If fhsx > 0 And fhsY > 0 Then

                        Delay 100
                        MoveTo fhsx,fhsy
                        Delay 300
                        LeftClick 1
                        Delay 500
                        MoveTo 541+w1,774+h1
                        Delay 600
                        LeftClick 1
                        Delay 300
                    End if
                Else
        
                    //放 回气丸
                    If lanyezl = 5 then

                        FindCenterColor bbzc1x,bbzc1y,bbzc2x,bbzc2y,"F03808",fhsx,fhsY
                        If fhsx > 0 And fhsY > 0 Then

                            Delay 100
                            MoveTo fhsx,fhsy
                            Delay 300
                            LeftClick 1
                            Delay 500
                            MoveTo 541+w1,774+h1
                            Delay 600
                            LeftClick 1
                            Delay 300
                        End if
                    Else
        
                        //放 凝气丸
                        If lanyezl = 6 then

                            FindCenterColor bbzc1x,bbzc1y,bbzc2x,bbzc2y,"F03808",fhsx,fhsY
                            If fhsx > 0 And fhsY > 0 Then

                                Delay 100
                                MoveTo fhsx,fhsy
                                Delay 300
                                LeftClick 1
                                Delay 500
                                MoveTo 541+w1,774+h1
                                Delay 600
                                LeftClick 1
                                Delay 300
                            End if
                        Else
        
                        End If
                    End If
                End If
            End If
        End If
    End If
         
    Delay 500
    KeyPress "Esc", 1
    Delay 500
    KeyPress "Esc", 1

    Call 回挂机点()
         
End Sub