From a03226268302206b700592fc1901f68d7bdad91c Mon Sep 17 00:00:00 2001 From: cehua_hzl <648597270@qq.com> Date: 星期二, 23 十月 2018 19:31:01 +0800 Subject: [PATCH] 4310 新增商品 --- ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/ItemNotify/need_notify_id_dict.txt | 75 +++++++++++++++++++++++++++++++++++++ 1 files changed, 75 insertions(+), 0 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/ItemNotify/need_notify_id_dict.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/ItemNotify/need_notify_id_dict.txt new file mode 100644 index 0000000..f921916 --- /dev/null +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/ItemNotify/need_notify_id_dict.txt @@ -0,0 +1,75 @@ +# 获得物品需要通知字典{使用ID:[卓越是否提示, 提示的装备星级,(ID1,ID1Count),(ID2,ID2Count)]} +# 注:提示的装备星级为大于等于该星级,套装默认已提示,不需要再配置 使用ID为0的卓越是否提示 配置改为需要提示的品质等级 +# 默认使用GeRen_admin_272921提示;特殊物品提示mark可在need_notify_id_mark_dict.txt配置 +# 注:ID0为世界掉落提醒 +( + + { + 0:[4,7,(50055,1),(50050,1),(39000,1),(39001,1),(39002,1),(39003,1),(39004,1),(39005,1),(39006,1),(39007,1),(39008,1),(9133,1),(3501,1),(3505,1),(30093,1),(30094,1),(30095,1),(30072,1),(30073,1),(30074,1)], + 7831:[0,1,(39103,1)], + 21468:[0,1,(7562,1)], + 21478:[0,1,(60000,50),(60010,50),(60050,50),(9028,50)], + 21479:[0,1,(60000,100),(60010,100),(60050,100),(9028,100)], + 21480:[0,1,(60000,50),(60010,200),(60050,200),(9028,200)], + 21481:[0,1,(60000,50),(60010,400),(60050,400),(9028,400)], + 21482:[0,1,(8000,50),(8005,50),(8010,50)], + 21483:[0,1,(8001,50),(8006,50),(8011,50)], + 21484:[0,1,(8002,50),(8007,50),(8012,50)], + 21485:[0,1,(8003,50),(8008,50),(8013,50)], + 21486:[0,1,(42010,24)], + 21487:[0,1,(42018,24)], + 21488:[0,1,(42016,24)], + 21489:[0,1,(42017,24)], + 21490:[0,1,(1303,5)], + 21491:[0,1,(1303,10)], + 21492:[0,1,(1303,20)], + 21493:[0,1,(1305,4)], + 40018:[0,7,(2000,1),(2001,1),(2002,1),(2003,1)], + 40019:[0,7,(2000,1),(2001,1),(2002,1),(2003,1)], + 40020:[0,7,(2000,1),(2001,1),(2002,1),(2003,1)], + 40021:[0,7,(2000,1),(2001,1),(2002,1),(2003,1)], + 40022:[0,7,(2000,1),(2001,1),(2002,1),(2003,1)], + 40023:[0,7,(2000,1),(2001,1),(2002,1),(2003,1)], + 40024:[0,7,(2000,1),(2001,1),(2002,1),(2003,1)], + 40025:[0,8,(2000,1),(2002,1)], + 40031:[0,1,(38008,1),(39008,1),(37002,1),(37003,1),(37004,1),(37005,1),(37006,1),(37007,1),(37008,1)], + 40032:[0,1,(38019,1),(39019,1),(37009,1),(37010,1),(37011,1),(37012,1),(37013,1),(37014,1),(37015,1),(37016,1),(37017,1),(37018,1),(37019,1)], + 40033:[0,1,(38027,1),(39027,1),(37020,1),(37021,1),(37022,1),(37023,1),(37024,1),(37025,1),(37026,1),(37027,1)], + 40034:[0,1,(38034,1),(39034,1),(37028,1),(37029,1),(37030,1),(37031,1),(37032,1),(37033,1),(37034,1)], + 40035:[0,1,(38041,1),(39041,1),(37035,1),(37036,1),(37037,1),(37037,1),(37039,1),(37040,1),(37041,1)], + 40036:[0,1,(38049,1),(39049,1),(37042,1),(37043,1),(37044,1),(37045,1),(37046,1),(37047,1),(37048,1),(37049,1)], + 40039:[0,7], + 40040:[0,7], + 40054:[0,1,(2001,1),(2003,1),(2000,1),(3002,1),(3003,1)], + 40057:[0,1,(2001,1),(2003,1),(2000,1)], + 40063:[0,7], + 40064:[0,7], + 40065:[0,7], + 40066:[0,7], + 40067:[0,7], + 40073:[0,7], + 40074:[0,7], + 40075:[0,7], + 40076:[0,7], + 40077:[0,7], + 40062:[0,7,(2000,1),(2001,1),(2002,1),(2003,1),(300,30),(8000,1),(8005,1),(8010,1)], + 41002:[0,7], + 41003:[0,7], +21655:[0,1,(9059,1),(9062,1)], +21656:[0,1,(9060,1),(9063,1)], +21657:[0,1,(9061,1),(9064,1)], +21658:[0,1,(21660,1)], +21659:[0,1,(2007,1),(2008,1),(2009,1),(2010,1),(2011,1)], +21696:[0,1,(21512,1)], +21697:[0,1,(7453,1)], +21698:[0,1,(21311,1)], +21699:[0,1,(7626,1)], +21700:[0,1,(21513,1)], +21701:[0,1,(7627,1)], +21690:[1,1], +21691:[1,1], +21692:[1,1], + + } + +) \ No newline at end of file -- Gitblit v1.8.0