hxp
2025-11-25 49e8503d3f17a670bbe243773a0166a3960de245
358 【内政】红颜系统-服务端(增加游历系统;)
6个文件已添加
17个文件已修改
84 ■■■■■ 已修改文件
ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini 28 ●●●● 补丁 | 查看 | 原始文档 | 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/Travel.pyc 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.pyc 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/GameFuncComm.pyc 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBeauty.pyc 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.pyc 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.pyc 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTravel.pyc 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.pyc 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/ADAward.txt 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FuncConfig.txt 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FuncOpenLV.txt 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/TravelEvent.txt 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/TravelScenery.txt 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/ADAward.txt 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FuncConfig.txt 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FuncOpenLV.txt 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/TravelEvent.txt 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/TravelScenery.txt 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/PyNetPack.ini
@@ -394,13 +394,13 @@
PacketSubCMD_3=0x11
PacketCallFunc_3=OnQueryBossHurtList
PacketCMD_4=0xB0
PacketSubCMD_4=0x24
PacketCallFunc_4=ReceiveFamilyArrestAward
PacketCMD_4=
PacketSubCMD_4=
PacketCallFunc_4=
PacketCMD_5=0xB0
PacketSubCMD_5=0x26
PacketCallFunc_5=QueryFamilyArrestAwardReceiveState
PacketCMD_5=
PacketSubCMD_5=
PacketCallFunc_5=
PacketCMD_6=0xB4
PacketSubCMD_6=0x0B
@@ -1152,6 +1152,22 @@
PacketSubCMD_3=0x21
PacketCallFunc_3=OnBeautySkinOP
;游历
[PlayerTravel]
ScriptName = Player\PlayerTravel.py
Writer = hxp
Releaser = hxp
RegType = 0
RegisterPackCount = 2
PacketCMD_1=0xB0
PacketSubCMD_1=0x40
PacketCallFunc_1=OnTravelClick
PacketCMD_2=0xB0
PacketSubCMD_2=0x41
PacketCallFunc_2=OnTravelSceneryUP
;主线战斗
[GameLogic_MainLevel]
ScriptName = GameWorldLogic\FBProcess\GameLogic_MainLevel.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/Travel.pyc
Binary files differ
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.pyc
Binary files differ
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.pyc
Binary files differ
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/GameFuncComm.pyc
Binary files differ
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerBeauty.pyc
Binary files differ
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.pyc
Binary files differ
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerState.pyc
Binary files differ
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTravel.pyc
Binary files differ
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ShareDefine.pyc
Binary files differ
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/ADAward.txt
@@ -4,3 +4,4 @@
3    2    []    3    12
4    12    []    1    0
5    2    []    3    5
6    2    []    4    15
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FuncConfig.txt
@@ -450,3 +450,5 @@
HorseUpItem    12    13    3        
RechargeLimit    [210,211,212,213,214,215,216,217,218,219]                
BeautyLVUP    [8,9,10]    [1,3,10]    20    5    
TravelSet    50    30    6|5
TravelRate    3000    2000    [[60,1],[30,4],[10,6]]
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FuncOpenLV.txt
@@ -41,3 +41,4 @@
41    0    0    1770            
42    0    0    0            
43    0    0    1760            
44    0    0    1760
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/TravelEvent.txt
New file
@@ -0,0 +1,8 @@
EventID    EventWeight    AwardItemID    AwardItemCnt
100    1000
101    500
201    3000    2    500
202    2000    4    1
203    1500    1    5
204    1000    3    10
205    1000    5    1
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/TravelScenery.txt
New file
@@ -0,0 +1,16 @@
SceneryType    AwardQuality    UpRate    AwardItemRandCntList    AwardItemExWeightList    AwardItemExCnt
1    1    5000    [[1, 10, 15], [2, 1000, 1500], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    1
1    2    5000    [[1, 10, 20], [2, 1500, 2000], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    1
1    3    4000    [[1, 20, 30], [2, 2000, 2500], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    1
1    4    3000    [[1, 30, 40], [2, 2500, 3000], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    2
1    5    0    [[1, 40, 50], [2, 3000, 3500], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    3
4    2    5000    [[1, 10, 20], [2, 1500, 2000], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    1
4    3    5000    [[1, 20, 30], [2, 2000, 2500], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    1
4    4    4000    [[1, 30, 40], [2, 2500, 3000], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    1
4    5    3000    [[1, 40, 50], [2, 3000, 3500], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    2
4    6    0    [[1, 50, 60], [2, 3500, 4000], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    3
6    3    5000    [[1, 20, 30], [2, 2000, 2500], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    1
6    4    5000    [[1, 30, 40], [2, 2500, 3000], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    1
6    5    4000    [[1, 40, 50], [2, 3000, 3500], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    1
6    6    3000    [[1, 50, 60], [2, 3500, 4000], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    2
6    7    0    [[1, 60, 70], [2, 4000, 5000], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    3
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/ADAward.txt
@@ -4,3 +4,4 @@
3    2    []    3    12
4    12    []    1    0
5    2    []    3    5
6    2    []    4    15
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FuncConfig.txt
@@ -450,3 +450,5 @@
HorseUpItem    12    13    3        
RechargeLimit    [210,211,212,213,214,215,216,217,218,219]                
BeautyLVUP    [8,9,10]    [1,3,10]    20    5    
TravelSet    50    30    6|5
TravelRate    3000    2000    [[60,1],[30,4],[10,6]]
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FuncOpenLV.txt
@@ -41,3 +41,4 @@
41    0    0    1770            
42    0    0    0            
43    0    0    1760            
44    0    0    1760
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/TravelEvent.txt
New file
@@ -0,0 +1,8 @@
EventID    EventWeight    AwardItemID    AwardItemCnt
100    1000
101    500
201    3000    2    500
202    2000    4    1
203    1500    1    5
204    1000    3    10
205    1000    5    1
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/TravelScenery.txt
New file
@@ -0,0 +1,16 @@
SceneryType    AwardQuality    UpRate    AwardItemRandCntList    AwardItemExWeightList    AwardItemExCnt
1    1    5000    [[1, 10, 15], [2, 1000, 1500], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    1
1    2    5000    [[1, 10, 20], [2, 1500, 2000], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    1
1    3    4000    [[1, 20, 30], [2, 2000, 2500], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    1
1    4    3000    [[1, 30, 40], [2, 2500, 3000], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    2
1    5    0    [[1, 40, 50], [2, 3000, 3500], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    3
4    2    5000    [[1, 10, 20], [2, 1500, 2000], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    1
4    3    5000    [[1, 20, 30], [2, 2000, 2500], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    1
4    4    4000    [[1, 30, 40], [2, 2500, 3000], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    1
4    5    3000    [[1, 40, 50], [2, 3000, 3500], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    2
4    6    0    [[1, 50, 60], [2, 3500, 4000], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    3
6    3    5000    [[1, 20, 30], [2, 2000, 2500], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    1
6    4    5000    [[1, 30, 40], [2, 2500, 3000], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    1
6    5    4000    [[1, 40, 50], [2, 3000, 3500], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    1
6    6    3000    [[1, 50, 60], [2, 3500, 4000], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    2
6    7    0    [[1, 60, 70], [2, 4000, 5000], [3,10,20], [4, 1,2]]    [[100,8,10], [100,9,10], [100,10,10]]    3