92 【主界面】主线任务-服务端(修改官职、主线的副本过关任务改为过关主线任务; 完善官职、主线任务支持;)
8个文件已修改
4 ■■■■ 已修改文件
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.pyc 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_MainLevel.pyc 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.pyc 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPrestigeSys.pyc 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTask.pyc 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FuncConfig.txt 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FuncConfig.txt 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Attack/TurnAttack.pyc
Binary files differ
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.pyc
Binary files differ
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_MainLevel.pyc
Binary files differ
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.pyc
Binary files differ
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPrestigeSys.pyc
Binary files differ
ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTask.pyc
Binary files differ
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10010/PySysDB/FuncConfig.txt
@@ -440,7 +440,7 @@
AngerXP    50    100    50    5    
MissCfg    int(min((dMissRate-aMissRateDef)*pow(0.7,missNum), 8000))                
ParryCfg    0 if parryNum>2 else min(dParryRate-aParryRateDef, 8000)    [100, 0]    0.5        
ComboCfg    0 if parryNum>4 int((aComboRate-dComboRateDef)*pow(0.5,comboNum))
ComboCfg    0 if comboNum>4 else int((aComboRate-dComboRateDef)*pow(0.5,comboNum))
SuperHitCfg    max(aSuperHitRate - dSuperHitRateDef, 0)                
StunCfg    min(aStunRate - dStunRateDef, 8000)    200            
SuckHPCfg    int(max(aSuckHPPer -dSuckHPPerDef, 0)/10000.0*hurtHP)                
ZoneServerGroup/map1_8G/MapServer/MapServerData/ServerConfig/m_10020/PySysDB/FuncConfig.txt
@@ -440,7 +440,7 @@
AngerXP    50    100    50    5    
MissCfg    int(min((dMissRate-aMissRateDef)*pow(0.7,missNum), 8000))                
ParryCfg    0 if parryNum>2 else min(dParryRate-aParryRateDef, 8000)    [100, 0]    0.5        
ComboCfg    0 if parryNum>4 int((aComboRate-dComboRateDef)*pow(0.5,comboNum))
ComboCfg    0 if comboNum>4 else int((aComboRate-dComboRateDef)*pow(0.5,comboNum))
SuperHitCfg    max(aSuperHitRate - dSuperHitRateDef, 0)                
StunCfg    min(aStunRate - dStunRateDef, 8000)    200            
SuckHPCfg    int(max(aSuckHPPer -dSuckHPPerDef, 0)/10000.0*hurtHP)