| | |
| | | Def_ItemID_GongdePoint = 530 # 直接给功德点
|
| | | Def_ItemID_FamilyFlagWarPoint = 540 # 直接给万界积分
|
| | | Def_ItemID_TongTianPoint = 720 # 直接给通天令经验点
|
| | | Def_ItemID_SuccessScore = 590 # 直接给成就积分
|
| | | Def_TransformItemIDList = [Def_ItemID_FamilyContribution, Def_ItemID_SP, Def_ItemID_GoldPaper,
|
| | | Def_ItemID_RealmPoint, Def_ItemID_SilverMoney, Def_ItemID_BossReborn, Def_ItemID_Ysog,
|
| | | Def_ItemID_SoulDust, Def_ItemID_SoulSplinters, Def_ItemID_SoulCore, Def_ItemID_Honor, Def_ItemID_GoldMoney,
|
| | | Def_ItemID_FuncSysPrivilege, Def_ItemID_FCPartyPoint, Def_ItemID_BTGMPoint, Def_ItemID_GuShenMoney,
|
| | | Def_ItemID_GongdePoint, Def_ItemID_TongTianPoint, Def_ItemID_SuccessScore,
|
| | | Def_ItemID_GongdePoint, Def_ItemID_TongTianPoint,
|
| | | Def_ItemID_FamilyFlagWarPoint]
|
| | | # 货币类型对应直接给货币物品ID
|
| | | MoneyItemIDDict = {IPY_GameWorld.TYPE_Price_Gold_Money:Def_ItemID_GoldMoney,
|
| | |
| | |
|
| | | Def_PDict_TreasureFreeCount = "TreasureFreeCount_%s" # 寻宝今日已使用免费次数, 参数(寻宝类型)
|
| | | Def_PDict_TreasureCount = "TreasureCount_%s" # 寻宝次数, 参数(寻宝类型)
|
| | | Def_PDict_TreasureCountEx = "TreasureCountEx_%s" # 第x次x抽必出,按第x次单抽、10连抽记录, 参数(寻宝类型)
|
| | | Def_PDict_TreasureCountToday = "TreasureCountToday_%s" # 今日寻宝次数, 参数(寻宝类型)
|
| | | Def_PDict_TreasureLuck = "TreasureLuck_%s" # 寻宝当前幸运值, 参数(寻宝类型)
|
| | | Def_PDict_TreasureCntAward = "TreasureCntAward_%s" # 累计寻宝次数对应物品奖励领奖状态, 参数(寻宝类型)
|
| | |
| | |
|
| | | Def_PDict_NPCKillCount = "NPCKillCount_%s" # NPC已击杀次数, 参数(NPCID) CCBBAA, AA存储公共装备次数,BB存储公共ID次数,CC存储私有次数
|
| | | Def_PDict_NPCAttackCount = "NPCAttackCount_%s" # NPC已攻击次数, 参数(NPCID)
|
| | |
|
| | | Def_PDict_RedPacketInviteGet = "RedPacketInviteGet" # 红包邀请领取
|
| | | Def_PDict_RedPacketGetState = "RedPacketGetState" # 红包领取状态
|
| | | Def_PDict_RedPacketGrabCnt = "RedPacketGrabCnt" # 抢红包次数
|
| | |
|
| | | Def_PDict_ItemUseCntToday = "ItemUseCntToday_%s" # 物品今日使用次数, 参数为物品ID
|
| | |
|
| | |
| | | Def_PDict_InvestKeyCount = 3 # key编号数
|
| | |
|
| | | # 成就 Def_PDictType_Success
|
| | | Def_PDict_Success_AwardRecord = "Succ_AwardRecord_%s" # 成就领奖记录,参数(key编号),按索引位存储0-未领,1-已领
|
| | | Def_PDict_Success_LastDay = "Succ_LastDay_%s" # 连续类型上一次更新进度时的开服天数,参数(成就编号)
|
| | | Def_PDict_Success_CntValue = "Su_%s_%s" # 当前次数值,参数(成就类型、条件)
|
| | | Def_PDict_Success_FinishTime = "Succ_FinishTime_%s" # 成就是否已完成,参数(索引)
|
| | | Def_PDict_Success_CheckVersion = "Succ_CheckVersion" #老玩家某些功能成就检查版本
|
| | | Def_PDict_Success_PassportAward = "Succ_PassportAward_%s" #成就通行证领奖状态,参数(key编号),按索引位存储0-未领,1-已领
|
| | | Def_PDict_Success_ScoreAward = "Succ_ScoreAward" # 成就积分奖励记录,按索引位存储0-未领,1-已领
|
| | | Def_PDict_SuccessValue = "Succ_%s_%s" # 当前次数值,参数(成就类型、条件)
|
| | | Def_PDict_SuccessAward = "Succ_Award_%s" # 成就领奖记录,按成就ID位存储0-未领,1-已领,参数(key编号)
|
| | |
|
| | | # 通天令
|
| | | Def_PDict_TTL_StartTime = "TTL_StartTime" # 本轮通天令开始时间戳
|
| | |
| | | Def_PDict_Boss_KillCnt = "Boss_KillCnt_%s" # 当日已杀世界boss次数<%s-索引>
|
| | | Def_PDict_Boss_KillCntItemAddCnt = "Boss_KillCntItemAddCnt_%s" # 物品增加的当日可杀世界boss次数<%s-索引>
|
| | | Def_PDict_Boss_KillCntBuyCnt = "Boss_KillCntBuyCnt_%s" # 当日可杀世界boss次数的购买次数<%s-索引>
|
| | |
|
| | | #仙盟红包
|
| | | Def_PDict_FamilyRedPacketGoldLimit = "FmlRedPacketGoldLimit" # 仙盟钻石红包已发额度
|
| | | Def_PDict_FamilyRedPacketCache = "FamilyRedPacketCache%s" # 仙盟红包待发放记录参数索引
|
| | | Def_PDict_OSRedPacketGrabMoney = "OSRedPacketGrabMoney" # 开服红包已抢数量
|
| | | Def_PDict_OSRedPacketCanGrabCnt = "OSRedPacketCanGrabCnt" # 开服红包可抢次数
|
| | | Def_PDict_OSRedPacketStartTime = "OSRedPacketStartTime" #开服红包开始倒计时时间
|
| | | Def_PDict_ServerRedPacketGrabCnt = "ServerRedPacketGrabCnt" # 今日已抢全服红包次数
|
| | |
|
| | | #节日红包
|
| | | Def_PDict_FeastRedPacketActID = "FeastRedPacketActID" # 玩家身上的节日红包活动ID,唯一标识,取活动开始日期time值
|
| | | Def_PDict_FeastRedPacketGrabMoney = "FeastRedPacketGrabMoney" # 节日红包已抢数量
|
| | | Def_PDict_FeastRedPacketCanGrabCnt = "FeastRedPacketCanGrabCnt" # 节日红包可抢次数
|
| | |
|
| | | #境界
|
| | | Def_PDict_RealmTaskAwardState = "RealmTaskAwardState" #境界渡劫条件领奖状态,按二进制位存储是否已领取
|
| | |
| | | Def_PDict_TreeLVUPRefreshTime = "TreeLVUPRefreshTime" # 仙树升级上次刷新时间戳
|
| | | Def_PDict_TreeFreeTimeCnt = "TreeFreeTimeCnt" # 今日已领取免费减时次数,过天重置
|
| | | Def_PDict_TreeFreeTimeLast = "TreeFreeTimeLast" # 今日上次领取免费减时时间戳,过天重置
|
| | |
|
| | | #历练秘笈
|
| | | Def_PDict_LLMJLVInfo = "LLMJLVInfo" # 秘笈等级,消耗战锤*100 + 秘笈等级
|
| | | Def_PDict_LLMJExp = "LLMJExp" # 秘笈今日已额外获得经验
|
| | | Def_PDict_LLMJDecompose = "LLMJDecompose" # 秘笈今日已额外获得分解货币
|
| | |
|
| | | #任务,每个任务组有且仅有一个进行中的任务
|
| | | Def_PDict_TaskIDLast = "TaskIDLast_%s" # 上一次完成的任务ID,参数(任务组)
|
| | |
| | | Def_Cost_Transport, # 传送 25
|
| | | Def_Cost_Treasure, # 寻宝
|
| | | Def_Cost_FamilyBroadcast, # 家族公告
|
| | | Def_Cost_FamilyRedPacket, # 发家族钻石红包
|
| | | Def_Cost_28, # 发家族钻石红包
|
| | | Def_Cost_EnterFB, # 进入副本
|
| | | Def_Cost_GameServer, # GameServer 30
|
| | | Def_Cost_FreeGoods, # 极品白拿
|
| | |
| | | Def_Cost_Reason_SonKey = "reason_name_son" # 消费点原因子类说明key
|
| | |
|
| | | # 消费返利不处理的消费类型列表
|
| | | CostRebate_DisableType = [Def_Cost_BourseBuy, Def_Cost_BourseCharge, Def_Cost_FreeGoods, Def_Cost_FamilyRedPacket,
|
| | | CostRebate_DisableType = [Def_Cost_BourseBuy, Def_Cost_BourseCharge, Def_Cost_FreeGoods,
|
| | | Def_Cost_Unknown, "GMSetMoney", "Warehouse", Def_Cost_AuctionBid]
|
| | |
|
| | | # 可在跨服中消费的类型列表
|
| | | MergeServerCanCostType = [Def_Cost_UseSpeaker, Def_Cost_Revive]
|
| | | #内部仙玉不能用的消费类型列表
|
| | | UnUseInner_CostType = [Def_Cost_BourseBuy, Def_Cost_FamilyRedPacket, Def_Cost_AuctionBid]
|
| | | UnUseInner_CostType = [Def_Cost_BourseBuy, Def_Cost_AuctionBid]
|
| | | # 消费类型对应信息字典{消费类型:[eventName, 中文说明reason_name, 发送给9377的数据是否分消费子类], }
|
| | | # 由于9377那边数据建议所有消费点总和最好不超过500个,故这里对部分发送给对方的数据进行归组为不分子类,或直接归属于商城分组
|
| | | # .使用原价购买的物品统一归属为商城组,消费对应为AutoBuy的也归属于商城分组
|
| | |
| | | Def_Cost_Rename:"Rename",
|
| | | Def_Cost_SkillLvUp:"SkillLvUp",
|
| | | Def_Cost_FamilyBroadcast:"FamilyBroadcast",
|
| | | Def_Cost_FamilyRedPacket:"FamilyRedPacket",
|
| | | Def_Cost_FreeGoods:"FreeGoods",
|
| | | Def_Cost_DogzEquipPlus:"DogzEquipPlus",
|
| | | Def_Cost_RuneHole:"RuneHole",
|
| | |
| | | Def_GiveMoney_Bourse, # 交易所 10
|
| | | Def_GiveMoney_GoldInvest, # 绑钻投资
|
| | | Def_GiveMoney_12, # 资源找回
|
| | | Def_GiveMoney_RedPacket, # 红包
|
| | | Def_GiveMoney_13, # 红包
|
| | | Def_GiveMoney_RefineGift, # 炼制奖励
|
| | | Def_GiveMoney_Mail, # 邮件(补偿) 15
|
| | | Def_GiveMoney_RuneDecompose, # 符印
|
| | |
| | | Def_GiveMoney_Pickup:"Pickup",
|
| | | Def_GiveMoney_Bourse:"Bourse",
|
| | | Def_GiveMoney_GoldInvest:"GoldInvest",
|
| | | Def_GiveMoney_RedPacket:"RedPacket",
|
| | | Def_GiveMoney_RefineGift:"RefineGift",
|
| | | Def_GiveMoney_Mail:"Mail",
|
| | | Def_GiveMoney_RuneDecompose:"RuneDecompose",
|
| | |
| | | VIPPrivilege_20, #20 暮光神庙购买次数
|
| | | VIPPrivilege_21, #21 仙界秘境 - 副本总表统一处理
|
| | | VIPPrivilege_22, #22 宗门试炼购买次数
|
| | | VIPPrivilege_FamilyGoldPack, #23 仙盟钻石红包
|
| | | VIPPrivilege_23, #23 仙盟钻石红包
|
| | | VIPPrivilege_BoursePwd, #24 集市上架使用密码
|
| | | VIPPrivilege_25, #25 封魔坛购买次数 - 副本总表统一处理
|
| | | VIPPrivilege_26, #26 VIP被动技能孔——VIP4专属被动技能孔
|
| | |
| | | (
|
| | | Def_RewardType_Activity, # 活跃度奖励 0
|
| | | Def_RewardType_DailyTask, # 每日任务奖励 1
|
| | | Def_RewardType_ChampionFamilyDailyReward, # 仙盟联赛冠军仙盟每日俸禄奖励 2
|
| | | Def_RewardType_LLMJLVUp, # 历练秘笈升级 2
|
| | | Def_RewardType_XMZZWinCnt, # 仙魔之争胜利场数奖励 3
|
| | | Def_RewardType_FamilyDayAward, # 仙盟每日福利奖励 4
|
| | | Def_RewardType_LVAward, # 玩家等级奖励5
|
| | |
| | | Def_RewardType_CritGodBoxCTG, #暴击神兵奖励 47
|
| | | Def_RewardType_GameNotice, #玩法前瞻奖励 48
|
| | | Def_RewardType_EnterGroup, #加群奖励49
|
| | | Def_RewardType_ShediaoRedpacket, #射雕红包奖励 50
|
| | | Def_RewardType_50, #射雕红包奖励 50
|
| | | Def_RewardType_ShediaoEquip, #射雕装备奖励 51
|
| | | Def_RewardType_CAAllRecharge, #跨服全民充值奖励 52
|
| | | Def_RewardType_CrossYaomoBossHurt, #跨服妖魔boss伤害奖励 53
|
| | |
| | | Def_RewardType_SponsorDaily, #赞助星级每日奖励 56
|
| | | Def_RewardType_SponsorStar, #赞助星级礼包奖励 57
|
| | | Def_RewardType_GubaoItemEff, #古宝特殊效果物品奖励 58
|
| | | Def_RewardType_SuccessScore, #成就积分奖励 59
|
| | | Def_RewardType_Success, #成就奖励 59
|
| | | Def_RewardType_BuyOne, #买一送多活动免费奖励 60
|
| | | Def_RewardType_CustomAward, #自定义奖励 61
|
| | | Def_RewardType_RealmXXZL, #境界修仙之路奖励 62
|
| | |
| | | PowerDownType_ResetTalent:'ResetTalent',
|
| | | PowerDownType_GatherSoul:'GatherSoul',
|
| | | }
|
| | |
|
| | | # CTG ID 定义
|
| | | Def_CTGID_SuccessPassport = 117 # 成就通行证
|
| | |
|
| | | # 通天令任务类型定义
|
| | | TTLTaskTypeList = (
|