From 00c139c05318adb0502e879c0df2bd25d7be4df1 Mon Sep 17 00:00:00 2001 From: cehua_hzl <648597270@qq.com> Date: 星期三, 12 十二月 2018 11:56:26 +0800 Subject: [PATCH] 5425 角色初始属性 --- ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerCostVIP/VIPBuyItemCfg.txt | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerCostVIP/VIPBuyItemCfg.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerCostVIP/VIPBuyItemCfg.txt new file mode 100644 index 0000000..f15e035 --- /dev/null +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/PlayerCostVIP/VIPBuyItemCfg.txt @@ -0,0 +1,21 @@ +#VIP购买物品配置 +#购买物品 {vip等级:[需要钻石, 需背包格子, [(定制, ID, 数量, 绑定),...]]} 物品ID 支持字典方式配置不同职业对应物品ID +( +{ +1:[10, 4, [(0,43044,1,1), (0,60020,2,1), (0,1502,1,1), (0,1201,1,1)]], +2:[30, 4, [(0,43044,2,1), (0,60000,4,1), (0,1502,3,1), (0,1201,3,1)]], +3:[50, 4, [(0,43044,3,1), (0,60010,7,1), (0,1502,5,1), (0,1201,5,1)]], +4:[100, 4, [(0,42014,4,1), (0,60000,13,1), (0,1502,10,1), (0,1201,10,1)]], +5:[150, 4, [(0,42014,5,1), (0,60020,20,1), (0,1502,15,1), (0,1201,15,1)]], +6:[200, 4, [(0,42014,6,1), (0,60000,27,1), (0,1502,20,1), (0,1201,20,1)]], +7:[300, 4, [(0,42014,7,1), (0,60010,40,1), (0,1502,25,1), (0,1201,25,1)]], +8:[400, 4, [(0,42014,8,1), (0,60000,53,1), (0,1502,30,1), (0,1201,30,1)]], +9:[500, 4, [(0,42014,9,1), (0,60020,67,1), (0,1502,40,1), (0,1201,40,1)]], +10:[750, 4, [(0,42014,10,1), (0,60000,100,1), (0,1502,50,1), (0,1201,50,1)]], +11:[1000, 4, [(0,42014,11,1), (0,60010,135,1), (0,1502,75,1), (0,1201,75,1)]], +12:[1250, 4, [(0,42014,12,1), (0,60000,165,1), (0,1502,100,1), (0,1201,100,1)]], +13:[2000, 4, [(0,42014,13,1), (0,60020,265,1), (0,1502,125,1), (0,1201,125,1)]], +14:[3000, 4, [(0,42014,14,1), (0,60000,400,1), (0,1502,150,1), (0,1201,150,1)]], +15:[5000, 4, [(0,42014,15,1), (0,60010,650,1), (0,1502,200,1), (0,1201,200,1)]], +} +) \ No newline at end of file -- Gitblit v1.8.0