hxp
昨天 98df73b41d971d55128c675786ee10cc27f81b29
678 【内政】战魂系统-服务端(增加战魂共鸣;)
8个文件已修改
2个文件已添加
46 ■■■■ 已修改文件
ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Soul.pyc 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSoul.pyc 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/SoulLVAttr.txt 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/SoulResonance.txt 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/SoulResonanceLVAttr.txt 26 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini
@@ -1072,7 +1072,7 @@
Writer = hxp
Releaser = hxp
RegType = 0
RegisterPackCount = 2
RegisterPackCount = 3
PacketCMD_1=0xB2
PacketSubCMD_1=0x54
@@ -1082,6 +1082,10 @@
PacketSubCMD_2=0x21
PacketCallFunc_2=OnSoulPresetSave
PacketCMD_3=0xB2
PacketSubCMD_3=0x55
PacketCallFunc_3=OnSoulResonanceActLVUP
;神兽
[PlayerBeast]
ScriptName = Player\PlayerBeast.py
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc
Binary files differ
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetPack.pyc
Binary files differ
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChPyNetSendPack.pyc
Binary files differ
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Soul.pyc
Binary files differ
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc
Binary files differ
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSoul.pyc
Binary files differ
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/SoulLVAttr.txt
@@ -1,20 +1,20 @@
AttrTempID    SoulLV    AttrID    AttrValueTotal
101    1    21    100
101    1    20    1000
101    2    22    100
101    3    23    100
101    4    24    100
101    5    0    0
101    6    21    150
101    6    20    1500
101    7    22    150
101    8    23    150
101    9    24    150
101    10    0    0
101    11    21    200
101    11    20    2000
101    12    22    200
101    13    23    200
101    14    24    200
101    15    0    0
101    16    21    250
101    16    20    2500
101    17    22    250
101    18    23    250
101    19    24    250
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/SoulResonance.txt
New file
@@ -0,0 +1,6 @@
ResonanceID    SoulIDList    AttrIDList
1    101|102|103    21
2    201|202|203    23
3    301|302|303    25
4    401|402|403    27
5    501|502|503    29
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/SoulResonanceLVAttr.txt
New file
@@ -0,0 +1,26 @@
ResonanceID    ResonanceLV    NeedAllLV    AttrValueList
1    1    1    100
1    2    5    200
1    3    10    300
1    4    15    400
1    5    20    500
2    1    1    100
2    2    5    200
2    3    10    300
2    4    15    400
2    5    20    500
3    1    1    100
3    2    5    200
3    3    10    300
3    4    15    400
3    5    20    500
4    1    1    100
4    2    5    200
4    3    10    300
4    4    15    400
4    5    20    500
5    1    1    100
5    2    5    200
5    3    10    300
5    4    15    400
5    5    20    500