xdh
2019-06-15 47f6627083fb64b82fb238b384ce23f29228e7f1
ServerPython/CoreServerGroup/GameServer/Script/ShareDefine.py
@@ -168,6 +168,8 @@
Def_Notify_WorldKey_FamilyPartyInfo = "FamilyPartyInfo"  # 仙盟宴会数据
Def_Notify_WorldKey_AddFamilyAuctionItem = "AddFamilyAuctionItem"  # 添加仙盟拍品
Def_Notify_WorldKey_CrossServerConnState = "CrossServerConnState"  # 跨服服务器链接状态
Def_Notify_WorldKey_CrossServerOpen = "CrossServerOpen"  # 跨服服务器是否开启中
Def_Notify_WorldKey_CrossZoneName = "CrossZoneName"  # 跨服分区名
@@ -1273,8 +1275,6 @@
Def_IudetMapLoaction = 15  # 物品记录地图坐标[mapid, posx, posy]
Def_IudetLegendAttrID = 17  # 物品传奇属性ID列表
Def_IudetLegendAttrValue = 19  # 物品传奇属性值列表
Def_IudetOutOfPrintAttrID = 21  # 物品绝版属性ID列表
Def_IudetOutOfPrintAttrValue = 23  # 物品绝版属性值列表
Def_IudetPartSuiteLV = 25  # 部位套装等级 [套装类型1等级, 套装类型2等级, ...]
Def_IudetWingMaterialItemID = 27  # 翅膀精炼材料ID列表
Def_IudetWingMaterialItemCount = 29  # 翅膀精炼材料个数列表
@@ -1342,7 +1342,7 @@
Def_MFPType_Plus, # 强化 2
Def_MFPType_Stone, # 宝石 3
Def_MFPType_LingGen, # 灵根 4
Def_MFPType_Wing, # 翅膀 5
Def_MFPType_LingQi, # 灵器 5
Def_MFPType_Wash, # 洗练 6
Def_MFPType_Pet, # 灵宠 7
Def_MFPType_Horse, # 坐骑 8