hxp
2024-09-14 3d9819ec62b87260a2cede444aec56ddfeb1e7c4
10249 【越南】【砍树】【英文】仙宫(增加获得气运提示;)
1个文件已修改
1 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerXiangong.py 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerXiangong.py
@@ -52,6 +52,7 @@
    curQiyun = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_TiandaoQiyun)
    updQiyun = min(curQiyun + addValue, ChConfig.Def_UpperLimit_DWord)
    PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_PDict_TiandaoQiyun, updQiyun)
    PlayerControl.NotifyCode(curPlayer, "AddQiyun", [addValue])
    dataDict = {'PlayerID':curPlayer.GetPlayerID(), "PlayerName":curPlayer.GetPlayerName(), 
                'AccID':curPlayer.GetAccID(), "updQiyun":updQiyun, "addValue":addValue}
    dataDict.update(addDict)