From 9607567bac1c2c0bbff492c34545cc7a93d35ddf Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 15 十月 2019 18:15:19 +0800
Subject: [PATCH] 8262 【主干】【后端】仙盟宴会及传功优化(去除答对提示参数:仙盟贡献度)
---
ServerPython/CoreServerGroup/GameServer/Script/ShareDefine.py | 16 +++++++++++++---
1 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/ServerPython/CoreServerGroup/GameServer/Script/ShareDefine.py b/ServerPython/CoreServerGroup/GameServer/Script/ShareDefine.py
index dad96f2..0bc1f5c 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/ShareDefine.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/ShareDefine.py
@@ -1040,8 +1040,8 @@
Def_UniversalGameRecType_27,
Def_UniversalGameRecType_28,
Def_UniversalGameRecType_BossInfo, # boss信息29
- Def_UniversalGameRecType_CrossBossInfo, # 跨服boss信息
- Def_UniversalGameRecType_31,
+ Def_UniversalGameRecType_CrossBossInfo, # 跨服boss信息 30
+ Def_UniversalGameRecType_BossFirstKill, # boss首杀 31
Def_UniversalGameRecType_32,
Def_UniversalGameRecType_33,
Def_UniversalGameRecType_34,
@@ -1278,6 +1278,14 @@
Def_IudetWingMaterialItemCount = 29 # 翅膀精炼材料个数列表
Def_IudetDogzEquipPlus = 31 # 神兽装备强化信息列表 [强化等级, 累计总熟练度]
Def_IudetItemDecompound = 33 # 拆解返还物品列表 [装备ID,材料1ID,个数,是否绑定,材料2ID,个数,是否绑定,...]
+Def_IudetLiantaiItemID = 35 # 合成该莲台的所有莲台ID [itemID, itemID, ...]
+Def_IudetAddSkillID = 37 # 可添加的技能ID列表 [skillID, skillID, ...]
+Def_IudetLegendAttrIDShen = 51 # 物品传奇属性ID列表 - 神
+Def_IudetLegendAttrValueShen = 61 # 物品传奇属性值列表 - 神
+Def_IudetLegendAttrIDXian = 53 # 物品传奇属性ID列表 - 仙
+Def_IudetLegendAttrValueXian = 63 # 物品传奇属性值列表 - 仙
+Def_IudetLegendAttrIDJi = 55 # 物品传奇属性ID列表 - 极
+Def_IudetLegendAttrValueJi = 65 # 物品传奇属性值列表 - 极
Def_IudetItemColor = 16 # 物品颜色,如果该值没有就取物品
Def_IudetItemCount = 18 # 物品个数,支持20亿,目前仅特殊转化物品会用到
@@ -1464,7 +1472,9 @@
DailyActionID_AuctionItem, # 拍卖行上架/竞拍 26
DailyActionID_LeiFaBoss, # 雷罚boss 27
DailyActionID_CrossPenglai, # 跨服蓬莱仙境Boss 28
-) = range(1, 28 + 1)
+DailyActionID_FamilyChuanGong, # 仙盟传功 29
+DailyActionID_FamilyParty, # 仙盟宴会 30
+) = range(1, 30 + 1)
--
Gitblit v1.8.0