| | |
| | | public const int RedPoint_WeekBPFuncKey = 1042; //周奖励(战令)
|
| | | public const int RedPoint_MainMissionKey = 1043; //主线任务奖励(成就)
|
| | |
|
| | | //基金(战令)
|
| | | public const int RedPoint_FundKey = 105;
|
| | | public Redpoint redPointFund = new Redpoint(RightFuncRedpoint, RedPoint_FundKey);
|
| | |
|
| | | //历练秘笈
|
| | | public const int RedPoint_LLMJKey = 106;
|
| | | |
| | | //签到
|
| | | public const int RedPoint_SignKey = 107;
|
| | |
|
| | | //坐骑
|
| | | public const int RedPoint_HorseKey = 108;
|
| | | Redpoint redPointHorse = new Redpoint(RedPoint_HorseKey);
|
| | | |
| | | //特权卡
|
| | | public const int RedPoint_PrivilegeCard = 109;
|
| | | Redpoint pcardRedpoint = new Redpoint(RedPoint_PrivilegeCard);
|
| | | |
| | | //自动战斗
|
| | | public const int RedPoint_AutoBattleKey = 110;
|
| | | Redpoint autoBattleRedpoint = new Redpoint(RedPoint_AutoBattleKey);
|
| | | public const int RedPoint_OSMainLevel = 111; //开服榜
|
| | | public const int RedPoint_OSHeroCard = 112;
|
| | | public const int RedPoint_OSGala = 113; //开服庆典
|
| | | Redpoint osGalaRedpoint = new Redpoint(RedPoint_OSGala);
|
| | | public const int RedPoint_Ads = 114; //广告用
|
| | | public const int RedPoint_Download = 116;
|
| | | public Redpoint downLoadRedpoint = new Redpoint(MainRedDot.RedPoint_Download);
|
| | | //红颜
|
| | | public const int Redpoint_BeautyMM = 117;
|
| | | //古宝
|
| | | public const int RedPoint_GuaBao = 118;
|
| | | //命格
|
| | | public const int RedPoint_Mingge = 119;
|
| | | //武将卡
|
| | | public const int HeroCardRedpoint = 200;
|
| | | public Redpoint HeroListRedpoint = new Redpoint(MainHerosRedpoint, HeroCardRedpoint);
|
| | |
| | | #endregion
|
| | |
|
| | |
|
| | | #region 开服活动红点
|
| | | public const int REDPOINT_OPENSERVER = 209;
|
| | | public Redpoint openServerRedpoint = new Redpoint(REDPOINT_OPENSERVER);
|
| | |
|
| | | //280 开头用于节日祝福
|
| | | public const int RedPoint_HolidayWishes = 280;
|
| | | public Redpoint holidayWishesRedpoint = new Redpoint(RedPoint_HolidayWishes);
|
| | |
|
| | | #endregion
|
| | | public const int REDPOINT_OPENRANK = 258;
|
| | | public Redpoint openRankRedpoint = new Redpoint(REDPOINT_OPENRANK);
|
| | | #region 仙盟活动红点
|
| | |
| | | Redpoint hallRedpoint = new Redpoint(MainGuildRedpoint, guildHallRedpointID);
|
| | | public const int donateRedpointID = 400; //捐献
|
| | | public const int hawkerRedpointID = 401; //行商(原珍宝阁)
|
| | | public const int bossTaofaRedpointID = 402; //BOSS讨伐
|
| | | #endregion
|
| | |
|
| | |
|
| | |
| | | public const int BlessedLandRedpoint = 444; //淘金红点
|
| | | public const int CustomizedGiftRedpoint = 448; //自选礼包
|
| | | public const int LoginZhanLingRedpoint = 449; //登录战令
|
| | | public const int PhantasmPavilionRepoint = 459; //幻境阁
|
| | |
|
| | | public const int FairyEmbleManageRepoint = 462;//仙盟徽章管理入口红点
|
| | | public const int CycleHallRepoint = 463; //轮回殿
|
| | | public const int YunShiRepoint = 464; //运势
|
| | |
| | | public const int FirstChargeRepoint = 468; //首充
|
| | | public const int BoneFieldRepoint = 469; //白骨盈野
|
| | | public const int ArenaRepoint = 470; //演武场
|
| | | public const int TianziBillboradRepoint= 471; //天子的考验
|
| | | public const int TianziBillboradRepoint = 471; //天子的考验
|
| | | public const int PhantasmPavilionRepoint = 472; //幻境阁
|
| | | public const int LineupRecommendRepoint = 473; //阵容推荐
|
| | | public const int FunctionPreviewRepoint = 474; //功能预告
|
| | | public const int HeroFatesRepoint = 475;//宿缘
|
| | | public const int DailyTehui = 476;//每日特惠
|
| | | public const int WarlordPavilionRepoint = 477;//定军阁
|
| | | public void Register()
|
| | | {
|
| | |
|