hxp
2018-09-20 d8b7cc20965d256436e31dcc85fc0c8c988cf8cc
2615 【后端】神兽强化增加强化成功通知
3个文件已修改
7 ■■■■ 已修改文件
ServerPython/CoreServerGroup/GameServer/Script/ShareDefine.py 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDogz.py 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/CoreServerGroup/GameServer/Script/ShareDefine.py
@@ -306,7 +306,8 @@
    Def_mitRefine,            # 炼丹
    Def_mitMWUpLevel,         # 法宝进阶
    Def_mitRecycleAttrFruit,  # 回收魂石
) = range(1, 21)
    Def_mitDogzEquipPlus,     # 神兽装备强化
) = range(1, 22)
#---写死的技能ID---
Def_SkillID_AutoTruck = 62220   # 自动运镖buff
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerDogz.py
@@ -451,6 +451,7 @@
        RefreshDogzAttr(curPlayer)
        PlayerControl.PlayerControl(curPlayer).RefreshPlayerAttrState()
        
    curPlayer.Sync_MakeItemAnswer(ShareDefine.Def_mitDogzEquipPlus, 1)
    return
def GetDogzEquipPlusLVExpInfo(equipColor, equipPlace, totalExp):
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.py
@@ -306,7 +306,8 @@
    Def_mitRefine,            # 炼丹
    Def_mitMWUpLevel,         # 法宝进阶
    Def_mitRecycleAttrFruit,  # 回收魂石
) = range(1, 21)
    Def_mitDogzEquipPlus,     # 神兽装备强化
) = range(1, 22)
#---写死的技能ID---
Def_SkillID_AutoTruck = 62220   # 自动运镖buff