| | |
| | | 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)
|
| | | {
|
| | |
| | | }
|
| | | public void TaskMove(int _taskID)
|
| | | {
|
| | | if (allMissionDict.ContainsKey(_taskID) && !NewBieCenter.Instance.inGuiding)
|
| | | if (MainTaskDic.ContainsKey(_taskID) && !NewBieCenter.Instance.inGuiding)
|
| | | {
|
| | | string _strTest = allMissionDict[_taskID].InforList;
|
| | | string strTask = TaskAllocation.Instance.GetTaskInfo(Config.Instance.Get<TASKINFOConfig>(_strTest).show_writing, _taskID);
|