hxp
2019-01-11 97e5afa177f3eb1661ffd61a8e5ef5a2b8d2175b
5722 【后端】【1.5】跨服BOSS开发(采集掉血配置)
1个文件已修改
1个文件已添加
19 ■■■■■ 已修改文件
ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GeneralProgramme.txt 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectNPCLostHP.txt 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/GeneralProgramme.txt
@@ -816,6 +816,7 @@
CollectNPCFuncTimeLimit    \NPCLogic\NPCLogic_Collect\CollectNPCFuncTimeLimit    1bd32d796ae8425bebb215c6a6e4989d    采集NPC次数配置
CollectNPCIDTimeLimit    \NPCLogic\NPCLogic_Collect\CollectNPCIDTimeLimit    1bd32d796ae8425bebb215c6a6e4989d    采集NPCID对应次数限制配置
CollectNPCFuncTimeBuyCost    \NPCLogic\NPCLogic_Collect\CollectNPCFuncTimeBuyCost    945df5a93caa521a952cf7cdaa4ed9c6    购买采集NPC次数消耗配置
CollectNPCLostHP    \NPCLogic\NPCLogic_Collect\CollectNPCLostHP    945df5a93caa521a952cf7cdaa4ed9c6    采集掉血配置
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配置
ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/NPCLogic/NPCLogic_Collect/CollectNPCLostHP.txt
New file
@@ -0,0 +1,18 @@
# 采集掉血设置 {npcID:[每X秒掉一次血, 掉血百分比], ...}
(
{
# 神兽副本
20302001:[2, 2],
20302001:[2, 4],
# 蓬莱仙境
40108001:[2, 2],
40108002:[2, 4],
}
)