From d1058e0767342cd44e97543ab3a483f0879e0886 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期三, 10 十月 2018 11:30:13 +0800 Subject: [PATCH] 4105 子 【主干】新增射日神弓成就 / 【后端】新增成就 4108 【后端】八卦炉丹药祈福新增VIP限制 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py index 39b2be2..a8efaf8 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py @@ -1606,7 +1606,10 @@ SuccType_RefineStoveColor, #炼制X品质丹药X枚126 SuccType_UseStoveBylv, #使用X品丹药X枚127 SuccType_QueenRelicsEx, #通关娲皇遗迹128 -) = range(1, 129) +SuccType_DogzBattle, #x神兽出战129 +SuccType_DogzEquipPlus, #出战神兽装备总强化X级130 +SuccType_Collect, #采集X物品X次131 +) = range(1, 132) @@ -1621,7 +1624,7 @@ SuccType_KillSpecificNPC, SuccType_UseStoveBylv, SuccType_Pray,SuccType_PetClassLV, SuccType_HorseAllLV, SuccType_QueenRelics,SuccType_XMZZConWin, - SuccType_EquipSuit, + SuccType_EquipSuit,SuccType_Collect,SuccType_DogzBattle, SuccType_UseItem,SuccType_FamilyTechLV, SuccType_GetSpecialItem,SuccType_GetMagicWeapon,SuccType_FBEncourage,SuccType_XBXZ, ] @@ -1634,7 +1637,7 @@ #增加进度前需要重置的成就类型 NeedResetSuccessTypeList = [ SuccType_InlayStone1,SuccType_InlayStone2,SuccType_EquipSuit,SuccType_InlayRune, - SuccType_EquipColorItem,SuccType_EquipArmor,SuccType_EquipWeapon, + SuccType_EquipColorItem,SuccType_EquipArmor,SuccType_EquipWeapon,SuccType_DogzEquipPlus, ] # 聊天类型, 从100开始, 前100个给c++用 -- Gitblit v1.8.0