Call Plugin.Bkgnd.LeftClick(Hwnd,396,545)
    Delay 3000
    Call Plugin.Bkgnd.LeftClick(Hwnd,815,366)
    Delay 500
    //退出墨者界面
    Call Plugin.Bkgnd.LeftClick(Hwnd,857,118)
    Delay 500
    //重置奖励开关
    //jiangli=0
End Sub
Sub 参加盟战()
    Delay 1000
    Call 进入城池()
    Delay 1000
    //点击盟战界面
    Call Plugin.Bkgnd.LeftClick(Hwnd,974,264)
    Delay 3000
    //点击参加盟战
    Call Plugin.Bkgnd.LeftClick(Hwnd,888,115)
    Delay 1000
    //确认
    Call Plugin.Bkgnd.LeftClick(Hwnd,501,363)
    Delay 500
    //雇佣死士
    If sishi = 1 Then 
        ll = CInt(sishiL)
        For ll
            //雇佣
            Call Plugin.Bkgnd.LeftClick(Hwnd, 887, 152)
            Delay 1000
            //确认
            Call Plugin.Bkgnd.LeftClick(Hwnd,467,362)
            Delay 1000
        Next
        
    End If
    
    Call 进入城池()
End Sub
Sub 联盟捐献()
Delay 1000
    Call Plugin.Bkgnd.LeftClick(Hwnd,725,546)
    Delay 2000
    Call Plugin.Bkgnd.LeftClick(Hwnd,471,85)
    Delay 1000
    Call Plugin.Bkgnd.LeftClick(Hwnd,487,383)
    Delay 1000
    Call Plugin.Bkgnd.LeftClick(Hwnd,802,363)
    Delay 1000
    Call Plugin.Bkgnd.LeftClick(Hwnd,573,396)
    Delay 1000
    Call Plugin.Bkgnd.KeyPress(Hwnd,13)
    Delay 500
    Call Plugin.Bkgnd.LeftClick(Hwnd,688,394)
    Delay 1000
    Call Plugin.Bkgnd.LeftClick(Hwnd,953,67)
    Delay 1000
End Sub