If ZuDui=1
                Delay 225
                MoveTo 438,444
                LeftClick 1
            EndIf 
        EndIf 
    EndIf 
Return 
Sub 人物死亡
    VBSCall FindColorEx(570,440,572,443,"79c9f0",1,0.8,x,y)
    If x>0 and y>0
        If SiWang=0
            Delay 750
            MoveTo 570,443
            LeftClick 1
        Else 
            If SiWang=1
                Delay 750
                MoveTo 446,442
                LeftClick 1
            EndIf 
        EndIf 
    EndIf 
Return 
Sub 有装备红了,回城
    VBSCall FindColorEx(845,202,873,245,"3134e7",1,0.8,x,y)
    If x>0 and y>0
        Delay 225
        KeyPress 73,1
        Delay 225
        MoveTo 783,546
        Delay 225
        RightClick 1
    EndIf 
Return