4916 子 【1.3】仙盟任务自动执行逻辑修改为非R自动执行任务、不自动领取额外奖励 / 【前端】【1.3】仙盟任务自动执行逻辑修改为非R自动执行任务、不自动领取额外奖励
| | |
| | | WindowCenter.Instance.Close<MainInterfaceWin>();
|
| | | }
|
| | | }
|
| | | VipModel m_Vipmodel;
|
| | | VipModel vipmodel { get { return m_Vipmodel ?? (m_Vipmodel = ModelCenter.Instance.GetModel<VipModel>()); } }
|
| | | private void OnEventTalkEvent(int taskID)//NPC对话后的弹框
|
| | | {
|
| | | //if (WindowCenter.Instance.ExitAnyFullScreenOrMaskWin())
|
| | |
| | | }
|
| | | else
|
| | | {
|
| | | if (BountyDic.ContainsKey(_TaskNow) || (FairyAuDic.ContainsKey(_TaskNow)&& vipmodel.GetVipPrivilegeCnt(VipPrivilegeType.AutoFairyMisstion) >= 1))
|
| | | if (BountyDic.ContainsKey(_TaskNow) || FairyAuDic.ContainsKey(_TaskNow))
|
| | | {
|
| | | if (!ModelCenter.Instance.GetModel<TeamModel>().teamPrepare.isPreparing)
|
| | | {
|
| | |
| | | if (_AllMissionDict.ContainsKey(_TaskId))
|
| | | {
|
| | |
|
| | | if (_AllMissionDict[_TaskId].Type == 7 || (_AllMissionDict[_TaskId].Type == 12 && vipmodel.GetVipPrivilegeCnt(VipPrivilegeType.AutoFairyMisstion) >= 1))
|
| | | if (_AllMissionDict[_TaskId].Type == 7 || _AllMissionDict[_TaskId].Type == 12)
|
| | | {
|
| | | if (!ModelCenter.Instance.GetModel<TeamModel>().teamPrepare.isPreparing)
|
| | | {
|