| | |
| | | ClientServerMsg_PKPrepareOK = "PKPrepareOK" # 跨服PK准备完毕
|
| | | ClientServerMsg_PKBillboard = "PKBillboard" # 跨服PK排行榜
|
| | |
|
| | | # 跨服活动类型
|
| | | (
|
| | | Def_CrossAction_PK, # 跨服匹配PK
|
| | | Def_CrossAction_Penglai, # 跨服蓬莱仙境
|
| | | ) = range(2)
|
| | |
|
| | | #角色改名结果
|
| | | (
|
| | | Def_Rename_Result_MoneyErr, # 金钱不足
|
| | |
| | | Def_IudetWingProgressValue = 42 #羽翼精炼值
|
| | | Def_IudetCreateTime = 44 # 时效物品的创建时间
|
| | | Def_IudetGatherSoulLV = 46 # 聚魂等级
|
| | | Def_IudetExpireTime = 48 # 时效物品指定有效时间,时间单位由时效类型决定
|
| | | # 200~300 宠物数据用
|
| | | Def_IudetPet_NPCID = 200 # npcID
|
| | | Def_IudetPet_ClassLV = 202 # 阶级
|
| | |
| | | )=range(5)
|
| | |
|
| | | # 战斗力模块类型
|
| | | Def_MFPType_Max = 27
|
| | | Def_MFPType_Max = 28
|
| | | ModuleFightPowerTypeList = (
|
| | | Def_MFPType_Role, # 角色 0
|
| | | Def_MFPType_Equip, # 装备(基本装备位) 1
|
| | |
| | | Def_MFPType_Dogz, # 神兽 21
|
| | | Def_MFPType_GatherSoul, # 聚魂 22
|
| | | Def_MFPType_MagicWeapon4, # 王者法宝 23
|
| | | Def_MFPType_Coat, # ʱװ 24
|
| | | Def_MFPType_Other, # 其他
|
| | |
|
| | | #以下暂时没用到,改时再处理
|
| | |
| | | retBaldric5, #17 佩饰
|
| | | retBaldric6, #18 佩饰
|
| | | retHorse, #19 坐骑
|
| | | retWeaponSkin, #20 时装武器
|
| | | retClothesSkin, #21 时装衣服
|
| | | retWeapon2Skin, #22 时装副手
|
| | | retMax,
|
| | | ) = range(1, 21)
|
| | | ) = range(1, 24)
|
| | |
|
| | |
|
| | | # 神兽装备位定义
|