|  |  | 
 |  |  | 
 | 
 |  |  | Def_Notify_WorldKey_LastDropTime = "LastDropTime_%s"  # 全局物品上次掉落时间, 参数(itemID)
 | 
 |  |  | Def_Notify_WorldKey_DropNPCKilledCnt = "DropNPCKilledCnt_%s"  # 全局物品绑定的NPC击杀次数, 参数(itemID)
 | 
 |  |  | Def_Notify_WorldKey_NPCKilledCount = "NPCKilledCount_%s"  # 全局NPC被击杀次数, 参数(npcID)
 | 
 |  |  | 
 | 
 |  |  | Def_Notify_WorldKey_WorldAverageLv = "WorldAverageLv"  #世界等级
 | 
 |  |  | Def_Notify_WorldKey_YdayLoginCnt= 'YdayLoginCnt'  # 昨天总在线人数
 | 
 |  |  | 
 |  |  | Def_Notify_WorldKey_ChampionFamilyID = "ChampionFamilyID"  # 仙盟联赛上次冠军仙盟ID
 | 
 |  |  | 
 | 
 |  |  | Def_Notify_WorldKey_FamilyBossOpenCount = "FamilyBossOpenCount"  # 仙盟boss开启次数
 | 
 |  |  | 
 | 
 |  |  | Def_Notify_WorldKey_FamilyPartyInfo = "FamilyPartyInfo"  # 仙盟宴会数据
 | 
 |  |  | 
 | 
 |  |  | Def_Notify_WorldKey_MergeBoss = "Merge_Boss"  # 跨服boss
 | 
 |  |  | 
 | 
 |  |  | 
 |  |  | Def_Notify_WorldKey_GameWorldBossOnlineCnt = "GameWorldBossOnlineCnt_%s"  #世界boss重生时间计算 在线人数统计 %s为bossid
 | 
 |  |  | Def_Notify_WorldKey_BossShuntPlayer = 'BossShuntPlayer'   # boss分流玩家信息
 | 
 |  |  | Def_Notify_WorldKey_BossShuntDeadLine = 'BossShuntDeadLine'   # boss分流线路已死亡的线路
 | 
 |  |  | Def_Notify_WorldKey_BossOnlineHeroCnt = 'BossOnlineHeroCnt_%s'  # boss刷新时间用的在线人数, 参数为NPCID
 | 
 |  |  | 
 | 
 |  |  | Def_Notify_WorldKey_FamilyActivityDayState = "FamilyActivityDayState"  #战盟相关活动今日开启状态, 按位存储代表今日是否开启过
 | 
 |  |  | 
 | 
 |  |  | 
 |  |  | DailyActionID_XXX12, # 废弃12
 | 
 |  |  | DailyActionID_Tower, # 符印塔
 | 
 |  |  | DailyActionID_MagicWeapon, # 法宝集魂
 | 
 |  |  | DailyActionID_FBHelp, # 助战副本
 | 
 |  |  | DailyActionID_FBHelp, # 助战副本 15
 | 
 |  |  | DailyActionID_BOSSHome, # BOSS之家
 | 
 |  |  | ) = range(1, 16 + 1)
 | 
 |  |  | DailyActionID_FamilyRobBoss, # 仙盟抢boss
 | 
 |  |  | ) = range(1, 17 + 1)
 | 
 |  |  | 
 | 
 |  |  | 
 | 
 |  |  | 
 | 
 |  |  | 
 |  |  | SuccType_CompoundEquip, # 合成X阶X颜色X星级以上装备124
 | 
 |  |  | SuccType_IceLode, #通关冰晶矿脉成就125
 | 
 |  |  | SuccType_RefineStoveColor, #炼制X品质丹药X枚126
 | 
 |  |  | ) = range(1, 127)
 | 
 |  |  | SuccType_UseStoveBylv, #使用X品丹药X枚127
 | 
 |  |  | ) = range(1, 128)
 | 
 |  |  | 
 | 
 |  |  | 
 | 
 |  |  | 
 | 
 |  |  | 
 |  |  | UnDownCheckSuccessTypeList = [
 | 
 |  |  |                               SuccType_EquipPlusLV, SuccType_GodWeapon,
 | 
 |  |  |                               SuccType_MainTaskNode,SuccType_PassWagicWeapon,
 | 
 |  |  |                               SuccType_KillSpecificNPC,
 | 
 |  |  |                               SuccType_KillSpecificNPC, SuccType_UseStoveBylv,
 | 
 |  |  |                               SuccType_Pray,SuccType_PetClassLV,
 | 
 |  |  |                               SuccType_HorseAllLV, SuccType_QueenRelics,SuccType_XMZZConWin,
 | 
 |  |  |                               SuccType_EquipSuit,
 |