From 81ff7282a0792bd22bbe085565b6a2fff317911e Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 20 十月 2020 19:22:44 +0800 Subject: [PATCH] 8559 子 【BT】【后端】新增:绝世寻宝(增加需要广播的格子列表配置) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTreasure.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTreasure.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTreasure.py index 85a8193..890b980 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTreasure.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTreasure.py @@ -174,6 +174,8 @@ goodGridNumList.append(gridRateInfo[1]) for gridRateInfo in ensureRateList: goodGridNumList.append(gridRateInfo[1]) + notifyGridNumList = IpyGameDataPY.GetFuncEvalCfg(TreasureSet2, 5) # 额外需要广播的格子,幸运必出、次数必出可不配置 + goodGridNumList += notifyGridNumList GameWorld.DebugLog("goodGridNumList=%s" % goodGridNumList, playerID) # 单抽产出优先级: 幸运物品 > 必出 > 保底 > 普通 -- Gitblit v1.8.0