From abea10e3a99d4a4919323db5e009855e7e7b62ce Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期一, 19 十一月 2018 10:01:18 +0800 Subject: [PATCH] 860312 防范全服限购报错 --- ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/BuySomething/BuySomethingGiftInfo.txt | 48 ++++++++++++++++++++++++------------------------ 1 files changed, 24 insertions(+), 24 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/BuySomething/BuySomethingGiftInfo.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/BuySomething/BuySomethingGiftInfo.txt index 1a09c1d..e908149 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/BuySomething/BuySomethingGiftInfo.txt +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/BuySomething/BuySomethingGiftInfo.txt @@ -1,25 +1,25 @@ -# 祈祷随机礼物 - -( - -[ - -[1,0,0], # 每日免费祈祷次数[铜钱, 魔魂, 经验] - -0, # 免费祈祷可否获得礼物 - -# 祈祷可额外获得的礼物饼图概率[(概率,[itemID,个数,是否绑定]),...], 物品信息配置[]代表没有物品 -[(9936,[]),(10000,[9047,1,1])], - -"GeRen_liubo_582610", # 获得礼物全服广播mark, 参数(playerName, itemID, itemID)] - -# 祈祷可额外获得的暴击饼图概率[(概率,倍值),...] (倍值为1时才可获得额外礼物) -[(8000,1),(9833,2),(10000,5)], - -5, # 需要进行全服提示的暴击倍值 - -"PK_liubo_76326", # 获得暴击全服广播mark, 参数(playerName, mulValue) - -] - +# 祈祷随机礼物 + +( + +[ + +[1,0,0], # 每日免费祈祷次数[铜钱, 魔魂, 经验] + +0, # 免费祈祷可否获得礼物 + +# 祈祷可额外获得的礼物饼图概率[(概率,[itemID,个数,是否绑定]),...], 物品信息配置[]代表没有物品 +[(9936,[]),(10000,[9047,1,1])], + +"GeRen_liubo_582610", # 获得礼物全服广播mark, 参数(playerName, itemID, itemID)] + +# 祈祷可额外获得的暴击饼图概率[(概率,倍值),...] (倍值为1时才可获得额外礼物) +[(8000,1),(9833,2),(10000,5)], + +5, # 需要进行全服提示的暴击倍值 + +"PK_liubo_76326", # 获得暴击全服广播mark, 参数(playerName, mulValue) + +] + ) \ No newline at end of file -- Gitblit v1.8.0