| | |
| | | OperationActionName_GodGift = "ActGodGift" # 天帝礼包活动
|
| | | OperationActionName_BuyOne = "ActBuyOne" # 买一送多活动
|
| | | OperationActionName_BossTrial = "ActBossTrial" # Boss历练
|
| | | OperationActionName_ActLoginNew = "ActLoginNew" # 登录活动-新
|
| | | OperationActionName_ActTask = "ActTask" # 活动任务
|
| | | OperationActionName_BuyCountGift = "ActBuyCountGift" # 购买次数礼包活动
|
| | | #节日活动类型列表 - 该类型无视开服天,日期到了就开启
|
| | | FeastOperationActionNameList = [OperationActionName_FeastWeekParty, OperationActionName_FeastRedPacket,
|
| | | OperationActionName_RechargeRebateGold, OperationActionName_GrowupBuy,
|
| | |
| | | OperationActionName_Turntable, OperationActionName_HorsePetFeast, OperationActionName_GarbageSorting,
|
| | | OperationActionName_XianXiaMJ, OperationActionName_GodGift,
|
| | | OperationActionName_BuyOne, OperationActionName_BossTrial,
|
| | | OperationActionName_ActLoginNew, OperationActionName_ActTask,
|
| | | OperationActionName_BuyCountGift,
|
| | | ] + FeastOperationActionNameList
|
| | | #需要记录开启活动时的世界等级的运营活动
|
| | | NeedWorldLVOperationActNameList = [OperationActionName_FairyCeremony, OperationActionName_WishingWell,
|
| | |
| | | OperationActionName_Turntable, OperationActionName_HorsePetFeast, OperationActionName_GarbageSorting,
|
| | | OperationActionName_XianXiaMJ, OperationActionName_GodGift,
|
| | | OperationActionName_BuyOne, OperationActionName_BossTrial,
|
| | | OperationActionName_ActLoginNew, OperationActionName_ActTask,
|
| | | OperationActionName_BuyCountGift,
|
| | | ]
|
| | |
|
| | | #跨服运营活动表名定义
|
| | |
| | | Def_ViewExpType_LYZS, #烈焰战神 特殊特效 8
|
| | | Def_ViewExpType_Activity, #活跃吸纳 9
|
| | | Def_ViewExpType_Chuangong, #传功经验10
|
| | | ) = range(0, 11)
|
| | | Def_ViewExpType_Guaji, #挂机收益11
|
| | | ) = range(0, 12)
|
| | |
|
| | |
|
| | | #物品相关操作类型
|
| | |
| | | Def_mitRuneCompound, # 符印合成
|
| | | Def_mitGatherSoulCompound,# 聚魂合成
|
| | | Def_mitGatherSoulDecompose,# 聚魂分解
|
| | | ) = range(1, 25)
|
| | | Def_mitCutTreeEquipOP, # 砍树装备操作
|
| | | ) = range(1, 26)
|
| | |
|
| | | #---写死的技能ID---
|
| | | Def_SkillID_AutoTruck = 62220 # 自动运镖buff
|
| | |
| | | Def_Effect_SuckHPDefPer = 214 # 抗吸血比率
|
| | | Def_Effect_CurePer = 215 # 强化治疗
|
| | | Def_Effect_CureDefPer = 216 # 弱化治疗
|
| | | Def_Effect_PetStrengthenPer = 217 # 强化灵兽
|
| | | Def_Effect_PetWeakenPer = 218 # 弱化灵兽
|
| | | Def_Effect_SuperHitHurtPer = 219 # 强化暴伤
|
| | | Def_Effect_SuperHitHurtDefPer = 220 # 弱化暴伤
|
| | |
|
| | | #增加%d物理伤害值,其中a值为伤害值
|
| | | Def_Effect_AddAtk = 1005
|
| | |
| | | Def_BT_CharmWeek, #魅力周榜
|
| | | Def_BT_CharmDay, #魅力日榜
|
| | | Def_BT_BossTrialSubmit, #提交boss凭证榜 (boss历练活动)
|
| | | Def_BT_AlineInvade, #异兽入侵
|
| | | Def_BT_BossTrialSubmitBak, #提交boss凭证榜 (boss历练活动 - 上一期) 35
|
| | |
|
| | | Def_BT_Max, #排行榜最大类型
|
| | | ) = range(0, 33 + 2) |
| | | ) = range(0, 35 + 2) |
| | |
|
| | | ''' 跨服排行榜类型, 从 150 开始
|
| | | 与本服榜单存储的是不一样的数据库表格,理论上类型可以和本服榜单类型重复,为了做下区分防误导,跨服榜单从 150 开始
|
| | |
| | | #排行榜Value1存储境界信息的榜单列表
|
| | | BTValue1_OfficialRankList = [Def_BT_FightPower, Def_BT_FightPower_Warrior, Def_BT_FightPower_Wizard, Def_BT_FightPower_Assassin,
|
| | | Def_BT_LV, Def_BT_FightPower_Horse, Def_BT_FightPower_Pet, Def_BT_TrialTower, Def_BT_OffLineEfficient,
|
| | | Def_BT_SkyTower, Def_BT_CharmTotal, Def_BT_CharmWeek, Def_BT_CharmDay
|
| | | Def_BT_SkyTower, Def_BT_CharmTotal, Def_BT_CharmWeek, Def_BT_CharmDay, Def_BT_AlineInvade
|
| | | ]
|
| | |
|
| | | ##---比率---
|
| | |
| | | CDBPlayerRefresh_Xiantao, # 仙桃 254
|
| | | CDBPlayerRefresh_CurePer, # 强化治疗 255
|
| | | CDBPlayerRefresh_CureDefPer, # 弱化治疗 256
|
| | | ) = range(146, 257)
|
| | | CDBPlayerRefresh_PetStrengthenPer, # 强化灵兽 257
|
| | | CDBPlayerRefresh_PetWeakenPer, # 弱化灵兽 258
|
| | | CDBPlayerRefresh_SuperHitHurtPer, # 强化暴伤 259
|
| | | CDBPlayerRefresh_SuperHitHurtDefPer, # 弱化暴伤 260
|
| | | CDBPlayerRefresh_Lingyu, # 灵玉 261
|
| | | ) = range(146, 262)
|
| | |
|
| | | TYPE_Price_Gold_Paper_Money = 5 # 金钱类型,(先用礼券,再用金子)
|
| | | TYPE_Price_Family_Contribution = 6 # 战盟贡献度(活跃度转换得来)
|
| | |
| | | TYPE_Price_SuccessSocre = 39 # 成就积分
|
| | | TYPE_Price_FamilyFlagWarPoint = 40 # 万界积分
|
| | | TYPE_Price_Xiantao = 41 # 仙桃
|
| | | TYPE_Price_Lingyu = 42 # 灵玉
|
| | | TYPE_Price_PayCoin = 99 # 代币
|
| | |
|
| | | #key可用于遍历所有货币,value仅GM相关会用到
|
| | |
| | | 1:"仙玉", 2:"绑玉", 3:"铜钱", 6:"战盟贡献度", 10:"战盟仓库积分", 13:"境界修行点", 14:"符印融合石", 15:"仙盟活跃令",
|
| | | 16:"助战积分", 18:"荣誉", 19:"Boss积分", 23:"符印精华", 24:"符印碎片", 25:"寻宝积分", 26:"集市额度", 27:"丹精", 28:"魂尘",
|
| | | 29:"聚魂碎片", 30:"核心环", 31:"功能特权令", 32:"环保值", 33:"GM令", 34:"古神币", 35:"功德点",
|
| | | 39:"成就积分", 41:"仙桃", 99:"代币"
|
| | | 39:"成就积分", 41:"仙桃", 42:"灵玉", 99:"代币"
|
| | | }
|
| | |
|
| | | #以下是旧的金钱类型
|
| | |
| | | TYPE_Price_GongdePoint:CDBPlayerRefresh_GongdePoint,
|
| | | TYPE_Price_SuccessSocre:CDBPlayerRefresh_SuccessScore,
|
| | | TYPE_Price_Xiantao:CDBPlayerRefresh_Xiantao,
|
| | | TYPE_Price_Lingyu:CDBPlayerRefresh_Lingyu,
|
| | | }
|
| | |
|
| | | # 支持负值的货币及对应0418刷新类型
|
| | |
| | | GameFuncID_FaQi = 199 # 法器
|
| | | GameFuncID_LianTi = 207 # 炼体
|
| | | GameFuncID_Championship = 210 # 排位
|
| | | GameFuncID_MineArea = 223 # 福地
|
| | | GameFuncID_MineArea = 227 # 福地
|
| | | GameFuncID_Guaji = 228 # 挂机
|
| | | # 以下为暂时无用的
|
| | | GameFuncID_Truck = 33 # 运镖
|
| | | GameFuncID_RunDaily = 34 # 日常跑环
|
| | |
| | | SuccType_EquipWashTotal, # 全身洗炼总等级X级 175
|
| | | SuccType_CrossPK, # 跨服PK x次 176
|
| | | SuccType_FamilyZhenfaExp, # 仙盟阵法捐献累计经验 177
|
| | | ) = range(1, 178)
|
| | | SuccType_PassAdventure, #通关冒险 178
|
| | | ) = range(1, 179)
|
| | |
|
| | | # 节日红包成就类型
|
| | | FeastRedPackSuccessTypeList = range(SuccType_FeastRedPack_TalkWorld, SuccType_FeastRedPack_FBSweep + 1)
|