From 19ee855e986d797178b5c175e9bda61f74170cc3 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 11 一月 2019 16:13:47 +0800 Subject: [PATCH] 5722 【后端】【1.5】跨服BOSS开发(山寨蓬莱采集宝箱) --- ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectNPCCfg.txt | 4 ++ ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GeneralProgramme.txt | 2 + ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectNPCIDTimeLimit.txt | 2 + ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectItemInfo_40108002.txt | 29 ++++++++++++++ ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectItemInfo_40108001.txt | 29 ++++++++++++++ 5 files changed, 66 insertions(+), 0 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GeneralProgramme.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GeneralProgramme.txt index 2e2a237..804304a 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GeneralProgramme.txt +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GeneralProgramme.txt @@ -818,6 +818,8 @@ CollectNPCFuncTimeBuyCost \NPCLogic\NPCLogic_Collect\CollectNPCFuncTimeBuyCost 945df5a93caa521a952cf7cdaa4ed9c6 购买采集NPC次数消耗配置 CollectItemInfo_20302001 \NPCLogic\NPCLogic_Collect\CollectItemInfo_20302001 bc900f3f565ff8957aba7229b0c09912 采集获得物品模板20302001配置 CollectItemInfo_20302002 \NPCLogic\NPCLogic_Collect\CollectItemInfo_20302002 bc900f3f565ff8957aba7229b0c09912 采集获得物品模板20302002配置 +CollectItemInfo_40108001 \NPCLogic\NPCLogic_Collect\CollectItemInfo_20302001 bc900f3f565ff8957aba7229b0c09912 采集获得物品模板40108001配置 +CollectItemInfo_40108002 \NPCLogic\NPCLogic_Collect\CollectItemInfo_20302002 bc900f3f565ff8957aba7229b0c09912 采集获得物品模板40108002配置 NPCKilledAddPrestige \NPCLogic\NPCKilledAddPrestige 9a211d1829dbb5f2774559078353cea6 NPC被击杀周围玩家加威望 FreshmanGuiderFreeSpeakCnt \PlayerFreshmanGuider\FreshmanGuiderFreeSpeakCnt 70e3617f8c379998376dcec49b510b26 新手指导员每日免费传音次数 FirstLogin_GiveItem \FirstLogin\FirstLogin_GiveItem fe20ebeddddb5ade5bc94c046288ec0b 首登给物品配置 diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectItemInfo_40108001.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectItemInfo_40108001.txt new file mode 100644 index 0000000..ed3b7fb --- /dev/null +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectItemInfo_40108001.txt @@ -0,0 +1,29 @@ +# 采集物给物品模板 +# {(职业):[对应奖励], (职业):[对应奖励], ...} +# 没有配置的职业默认取()职业的奖励 +# 有指定的职业可配置()里,支持多职业如(0,1,2),如果只配一个职业,则必须加一个逗号,如(0,) +# 职业:0:剑士,1:魔法师,2:弓箭手,3:魔剑士,4:骑士,5:魔导师,6:圣射手 +# 采集给物品概率列表[(概率, 物品id, 个数, 是否绑定), ...] +# 物品类型说明:0-表示普通物品,物品id即普通物品id;1-表示定制表物品,物品id表示定制表ItemIndex + +( + +# 按职业给物品,没有配置的职业则默认取()的物品 +{ + # ()如果有配置,则未配置职业的取该物品 + ():[# 饼图概率 + [ + (10000,(2388,1,1)), + ], + # 随机概率[最多个数, [物品概率列表]] + [0, + [ + ] + ] + ], + + + + +} +) \ No newline at end of file diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectItemInfo_40108002.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectItemInfo_40108002.txt new file mode 100644 index 0000000..d72f775 --- /dev/null +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectItemInfo_40108002.txt @@ -0,0 +1,29 @@ +# 采集物给物品模板 +# {(职业):[对应奖励], (职业):[对应奖励], ...} +# 没有配置的职业默认取()职业的奖励 +# 有指定的职业可配置()里,支持多职业如(0,1,2),如果只配一个职业,则必须加一个逗号,如(0,) +# 职业:0:剑士,1:魔法师,2:弓箭手,3:魔剑士,4:骑士,5:魔导师,6:圣射手 +# 采集给物品概率列表[(概率, 物品id, 个数, 是否绑定), ...] +# 物品类型说明:0-表示普通物品,物品id即普通物品id;1-表示定制表物品,物品id表示定制表ItemIndex + +( + +# 按职业给物品,没有配置的职业则默认取()的物品 +{ + # ()如果有配置,则未配置职业的取该物品 + ():[# 饼图概率 + [ + (10000,(2387,1,1)), + ], + # 随机概率[最多个数, [物品概率列表]] + [0, + [ + ] + ] + ], + + + + +} +) \ No newline at end of file diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectNPCCfg.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectNPCCfg.txt index 89b4b85..c516d75 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectNPCCfg.txt +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectNPCCfg.txt @@ -14,5 +14,9 @@ #神兽副本 20302001:[1, 'GeRen_liubo_436832', (0, 0), 10000, '0', '0', 0, {(0,9999):'20302001'}, 'GeRen_liubo_612029', 'DogzSmallTreasureLimit'], 20302002:[1, 'GeRen_liubo_436832', (0, 0), 30000, '0', '0', 0, {(0,9999):'20302002'}, 'GeRen_liubo_612029', 'DogzBigTreasureLimit'], + +#蓬莱仙境 +40108001:[1, 'GeRen_liubo_436832', (0, 0), 10000, '0', '0', 0, {(0,9999):'40108001'}, 'GeRen_liubo_612029', 'DogzSmallTreasureLimit'], +40108002:[1, 'GeRen_liubo_436832', (0, 0), 30000, '0', '0', 0, {(0,9999):'40108002'}, 'GeRen_liubo_612029', 'DogzBigTreasureLimit'], } ) \ No newline at end of file diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectNPCIDTimeLimit.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectNPCIDTimeLimit.txt index 6970455..cb39d8e 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectNPCIDTimeLimit.txt +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectNPCIDTimeLimit.txt @@ -11,6 +11,8 @@ { 20302001:[9999, 1], 20302002:[2, 1], +40108001:[9999, 1], +40108002:[2, 1], } ) \ No newline at end of file -- Gitblit v1.8.0