| | |
| | | }
|
| | | }
|
| | |
|
| | | public void UpdateActLunhuidianInfo(HAA88_tagMCActLunhuidianInfo package)
|
| | | {
|
| | | OperationBase operationBase = null;
|
| | | operationDict.TryGetValue(Operation.default47, out operationBase);
|
| | | if (string.IsNullOrEmpty(package.StartDate) || string.IsNullOrEmpty(package.EndtDate))
|
| | | {
|
| | | ForceStopOperation(Operation.default47);
|
| | | }
|
| | | else
|
| | | {
|
| | | if (operationBase == null)
|
| | | {
|
| | | operationBase = new OperationCycleHall();
|
| | | operationDict.Add(Operation.default47, operationBase);
|
| | | }
|
| | | OperationCycleHall operation = operationBase as OperationCycleHall;
|
| | | operation.Reset();
|
| | | operation.startDate = ParseOperationDate(package.StartDate);
|
| | | operation.endDate = ParseOperationDate(package.EndtDate);
|
| | | operation.resetType = package.ResetType;
|
| | | operation.limitLv = package.LimitLV;
|
| | | operation.ParseCycleHallInfo(package);
|
| | | if (operationTimeUpdateEvent != null)
|
| | | {
|
| | | operationTimeUpdateEvent(Operation.default47);
|
| | | }
|
| | | }
|
| | | }
|
| | |
|
| | | public void UpdateActGubaoInfo(HAA81_tagMCActGubaoInfo package)
|
| | | {
|
| | | OperationBase operationBase = null;
|
| | |
| | | default44, //日期型活动 - 仙缘登陆,可补签
|
| | | default45, //日期型活动 - 仙缘任务
|
| | | default46, //日期型活动 - 仙缘礼包
|
| | | default47,
|
| | | default48,
|
| | | default49,
|
| | | default50,
|
| | |
|
| | | default47, //日期型活动 - 轮回殿
|
| | | default48, |
| | | default49, |
| | | default50, |
| | | max,
|
| | | }
|
| | | }
|