3067 lines
		
	
	
		
			134 KiB
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			3067 lines
		
	
	
		
			134 KiB
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| --#include  "..\..\language\LangCode.txt"
 | |
| --[[
 | |
| 注意:此配置仅仅是装备的合成,其它物品的合成在另外的配置
 | |
| ]]
 | |
| EquipComposite =
 | |
| {
 | |
|     --[[
 | |
|     //装备的存储位置
 | |
|         itUndefinedType         = 0,    //未定义类型的物品
 | |
|         itWeapon                = 1,    //武器
 | |
|         itDress                 = 2,    //衣服
 | |
|         itHelmet                = 3,    //头盔
 | |
|         itNecklace              = 4,    //项链
 | |
|         itDecoration            = 5,    //勋章
 | |
|         itBracelet              = 6,    //手镯
 | |
|         itRing                  = 7,    //戒指
 | |
|         itGirdle                = 8,    //腰带
 | |
|         itShoes                 = 9,    //鞋子
 | |
|         itEquipDiamond          = 10,   //宝石
 | |
|         itSpecialRing           = 11,   //特戒
 | |
|         itSwing                 = 12,   //翅膀
 | |
|         itExtraWeapon           = 13,   //幻武(与武器并存)
 | |
|         itExtraDress            = 14,   //玄甲(与衣服并存)
 | |
|         itBloodSoul             = 15,   //血魄
 | |
|         itGodShield             = 16,   //神盾
 | |
|         itDragonSoul            = 17,   //龙魂
 | |
|         itIntellectBall         = 18,   //智珠
 | |
|         itEquipMax,                     //最大的装备ID
 | |
|     --]]
 | |
| 
 | |
|         --战士
 | |
|     {
 | |
| 		--[[{									--60级装备
 | |
|             title = OldLang.Script.EquipComposite001,
 | |
| 			openServerDay = 1,
 | |
|             equips  =
 | |
|             {
 | |
|                 {
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 64,  --装备ID
 | |
| 		   level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {37,38,39,40,41,42,43,44,45},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 65,  --装备ID
 | |
| 		   level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {37,38,39,40,41,42,43,44,45},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 66,  --装备ID
 | |
| 		   level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {37,38,39,40,41,42,43,44,45},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 67,  --装备ID
 | |
| 		   level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {37,38,39,40,41,42,43,44,45},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 68,  --装备ID
 | |
| 		   level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {37,38,39,40,41,42,43,44,45},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 69,  --装备ID
 | |
| 		   level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {37,38,39,40,41,42,43,44,45},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 70,  --装备ID
 | |
| 		   level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {37,38,39,40,41,42,43,44,45},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 71,  --装备ID
 | |
| 		   level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {37,38,39,40,41,42,43,44,45},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 72,  --装备ID
 | |
| 		   level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {37,38,39,40,41,42,43,44,45},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
| 		},]]
 | |
| 		
 | |
| 		{									--80级装备
 | |
|             title = OldLang.Script.EquipComposite002, 
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 --[[{
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 91,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {64,65,66,67,68,69,70,71,72},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 92,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {64,65,66,67,68,69,70,71,72},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 93,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {64,65,66,67,68,69,70,71,72},             --从这些ID的道具中选取3种进行合成
 | |
|                 },]]
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 94,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {64,65,66,67,68,69,70,71,72},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 95,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {64,65,66,67,68,69,70,71,72},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 96,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {64,65,66,67,68,69,70,71,72},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 97,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {64,65,66,67,68,69,70,71,72},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 98,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {64,65,66,67,68,69,70,71,72},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 99,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {64,65,66,67,68,69,70,71,72},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
| 		},
 | |
| 		
 | |
| 		{									--90级装备
 | |
|             title = OldLang.Script.EquipComposite003,
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 --[[{
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 118,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {91,92,93,94,95,96,97,98,99},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 119,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {91,92,93,94,95,96,97,98,99},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 120,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {91,92,93,94,95,96,97,98,99},             --从这些ID的道具中选取3种进行合成
 | |
|                 },]]
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 121,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {91,92,93,94,95,96,97,98,99},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 122,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {91,92,93,94,95,96,97,98,99},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 123,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {91,92,93,94,95,96,97,98,99},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 124,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {91,92,93,94,95,96,97,98,99},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 125,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {91,92,93,94,95,96,97,98,99},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 126,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {91,92,93,94,95,96,97,98,99},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
| 		},
 | |
| 		
 | |
| 		{									--1转装备
 | |
|             title = OldLang.Script.EquipComposite004,
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 --[[{
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 145,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 					{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {118,119,120,121,122,123,124,125,126},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 146,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 						{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {118,119,120,121,122,123,124,125,126},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 147,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 						{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {118,119,120,121,122,123,124,125,126},             --从这些ID的道具中选取3种进行合成
 | |
|                 },]]
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 148,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 						{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {118,119,120,121,122,123,124,125,126},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 149,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 						{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {118,119,120,121,122,123,124,125,126},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 150,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 						{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {118,119,120,121,122,123,124,125,126},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 151,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 						{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {118,119,120,121,122,123,124,125,126},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 152,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 						{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {118,119,120,121,122,123,124,125,126},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 153,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 						{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {118,119,120,121,122,123,124,125,126},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },	
 | |
|      },
 | |
| 	 
 | |
| 	 	{									--2转装备
 | |
|             title = OldLang.Script.EquipComposite005,
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 --[[{
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 172,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {145,146,147,148,149,150,151,152,153},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 173,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {145,146,147,148,149,150,151,152,153},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 174,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {145,146,147,148,149,150,151,152,153},             --从这些ID的道具中选取3种进行合成
 | |
|                 },]]
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 175,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {145,146,147,148,149,150,151,152,153},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 176,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {145,146,147,148,149,150,151,152,153},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 177,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {145,146,147,148,149,150,151,152,153},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 178,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {145,146,147,148,149,150,151,152,153},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 179,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {145,146,147,148,149,150,151,152,153},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 180,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {145,146,147,148,149,150,151,152,153},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
| 		},
 | |
| 	
 | |
| 		--[[{									--3转装备
 | |
|             title = OldLang.Script.EquipComposite006,
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 {
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 199,  --装备ID
 | |
| 		    level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {172,173,174,175,176,177,178,179,180},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 200,  --装备ID
 | |
| 		    level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {172,173,174,175,176,177,178,179,180},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 201,  --装备ID
 | |
| 		    level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {172,173,174,175,176,177,178,179,180},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 202,  --装备ID
 | |
| 		    level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {172,173,174,175,176,177,178,179,180},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 203,  --装备ID
 | |
| 		    level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {172,173,174,175,176,177,178,179,180},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 204,  --装备ID
 | |
| 		    level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {172,173,174,175,176,177,178,179,180},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 205,  --装备ID
 | |
| 		    level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {172,173,174,175,176,177,178,179,180},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 206,  --装备ID
 | |
| 		    level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {172,173,174,175,176,177,178,179,180},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 207,  --装备ID
 | |
| 		    level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {172,173,174,175,176,177,178,179,180},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
|      },
 | |
| 	 
 | |
| 	 	{									--4级装备
 | |
|             title = OldLang.Script.EquipComposite007,
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 {
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 226,  --装备ID
 | |
| 		    level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {199,200,201,202,203,204,205,206,207},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 227,  --装备ID
 | |
| 		    level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {199,200,201,202,203,204,205,206,207},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 228,  --装备ID
 | |
| 		    level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {199,200,201,202,203,204,205,206,207},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 229,  --装备ID
 | |
| 		    level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {199,200,201,202,203,204,205,206,207},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 230,  --装备ID
 | |
| 		    level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {199,200,201,202,203,204,205,206,207},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 231,  --装备ID
 | |
| 		    level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {199,200,201,202,203,204,205,206,207},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 232,  --装备ID
 | |
| 		    level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {199,200,201,202,203,204,205,206,207},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 233,  --装备ID
 | |
| 		    level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {199,200,201,202,203,204,205,206,207},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 234,  --装备ID
 | |
| 		    level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {199,200,201,202,203,204,205,206,207},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
|      },
 | |
| 
 | |
| 		{									--5转装备
 | |
|             title = OldLang.Script.EquipComposite008,
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 {
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 253,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {226,227,228,229,230,231,232,233,234},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 254,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {226,227,228,229,230,231,232,233,234},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 255,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {226,227,228,229,230,231,232,233,234},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 256,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {226,227,228,229,230,231,232,233,234},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 257,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {226,227,228,229,230,231,232,233,234},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 258,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {226,227,228,229,230,231,232,233,234},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 259,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {226,227,228,229,230,231,232,233,234},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 260,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {226,227,228,229,230,231,232,233,234},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 261,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {226,227,228,229,230,231,232,233,234},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
|      },
 | |
| 
 | |
| 		{									--6转装备
 | |
|             title = OldLang.Script.EquipComposite009,
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 {
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 280,  --装备ID
 | |
| 		    level = {5,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 88000000},
 | |
| 						{type = 10,id = 0,count = 2100},
 | |
|                     },
 | |
|                     items = {253,254,255,256,257,258,259,260,261},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 281,  --装备ID
 | |
| 		    level = {5,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 88000000},
 | |
| 						{type = 10,id = 0,count = 2100},
 | |
|                     },
 | |
|                     items = {253,254,255,256,257,258,259,260,261},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 282,  --装备ID
 | |
| 		    level = {5,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 88000000},
 | |
| 						{type = 10,id = 0,count = 2100},
 | |
|                     },
 | |
|                     items = {253,254,255,256,257,258,259,260,261},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 283,  --装备ID
 | |
| 		    level = {5,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 88000000},
 | |
| 						{type = 10,id = 0,count = 2100},
 | |
|                     },
 | |
|                     items = {253,254,255,256,257,258,259,260,261},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 284,  --装备ID
 | |
| 		    level = {5,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 88000000},
 | |
| 						{type = 10,id = 0,count = 2100},
 | |
|                     },
 | |
|                     items = {253,254,255,256,257,258,259,260,261},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 285,  --装备ID
 | |
| 		    level = {5,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 88000000},
 | |
| 						{type = 10,id = 0,count = 2100},
 | |
|                     },
 | |
|                     items = {253,254,255,256,257,258,259,260,261},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 286,  --装备ID
 | |
| 		    level = {5,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 88000000},
 | |
| 						{type = 10,id = 0,count = 2100},
 | |
|                     },
 | |
|                     items = {253,254,255,256,257,258,259,260,261},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 287,  --装备ID
 | |
| 		    level = {5,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 88000000},
 | |
| 						{type = 10,id = 0,count = 2100},
 | |
|                     },
 | |
|                     items = {253,254,255,256,257,258,259,260,261},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 288,  --装备ID
 | |
| 		    level = {5,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 88000000},
 | |
| 						{type = 10,id = 0,count = 2100},
 | |
|                     },
 | |
|                     items = {253,254,255,256,257,258,259,260,261},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
| 		},
 | |
| ]]    },
 | |
| 
 | |
|     --法师
 | |
|     {
 | |
| 		--[[{									--60级装备
 | |
|             title = OldLang.Script.EquipComposite011,
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 {
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 73,  --装备ID
 | |
| 		    level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {46,47,48,49,50,51,52,53,54},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 74,  --装备ID
 | |
| 		    level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {46,47,48,49,50,51,52,53,54},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 75,  --装备ID
 | |
| 		    level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {46,47,48,49,50,51,52,53,54},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 76,  --装备ID
 | |
| 		    level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {46,47,48,49,50,51,52,53,54},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 77,  --装备ID
 | |
| 		    level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {46,47,48,49,50,51,52,53,54},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 78,  --装备ID
 | |
| 		    level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {46,47,48,49,50,51,52,53,54},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 79,  --装备ID
 | |
| 		    level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {46,47,48,49,50,51,52,53,54},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 80,  --装备ID
 | |
| 		    level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {46,47,48,49,50,51,52,53,54},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 81,  --装备ID
 | |
| 		    level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {46,47,48,49,50,51,52,53,54},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
| 		},]]
 | |
| 	 
 | |
| 	 	{									--80级装备
 | |
|             title = OldLang.Script.EquipComposite012,  
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 --[[{
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 100,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {73,74,75,76,77,78,79,80,81},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 101,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {73,74,75,76,77,78,79,80,81},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 102,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {73,74,75,76,77,78,79,80,81},             --从这些ID的道具中选取3种进行合成
 | |
|                 },]]
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 103,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {73,74,75,76,77,78,79,80,81},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 104,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {73,74,75,76,77,78,79,80,81},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 105,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {73,74,75,76,77,78,79,80,81},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 106,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {73,74,75,76,77,78,79,80,81},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 107,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {73,74,75,76,77,78,79,80,81},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 108,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {73,74,75,76,77,78,79,80,81},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
|      },
 | |
| 	 
 | |
| 	 	{									--90级装备
 | |
|             title = OldLang.Script.EquipComposite013,  
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 --[[{
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 127,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {100,101,102,103,104,105,106,107,108},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 128,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {100,101,102,103,104,105,106,107,108},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 129,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                        {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {100,101,102,103,104,105,106,107,108},             --从这些ID的道具中选取3种进行合成
 | |
|                 },]]
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 130,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {100,101,102,103,104,105,106,107,108},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 131,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {100,101,102,103,104,105,106,107,108},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 132,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {100,101,102,103,104,105,106,107,108},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 133,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {100,101,102,103,104,105,106,107,108},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 134,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {100,101,102,103,104,105,106,107,108},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 135,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {100,101,102,103,104,105,106,107,108},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
|      },
 | |
| 
 | |
| 		{									--1转装备
 | |
|             title = OldLang.Script.EquipComposite014, 
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 --[[{
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 154,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 					{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {127,128,129,130,131,132,133,134,135},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 155,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 					{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {127,128,129,130,131,132,133,134,135},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 156,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 					{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {127,128,129,130,131,132,133,134,135},             --从这些ID的道具中选取3种进行合成
 | |
|                 },]]
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 157,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 					{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {127,128,129,130,131,132,133,134,135},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 158,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 					{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {127,128,129,130,131,132,133,134,135},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 159,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 					{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {127,128,129,130,131,132,133,134,135},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 160,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 					{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {127,128,129,130,131,132,133,134,135},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 161,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 					{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {127,128,129,130,131,132,133,134,135},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 162,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 					{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {127,128,129,130,131,132,133,134,135},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
|      },
 | |
| 
 | |
| 		{									--2转装备
 | |
|             title = OldLang.Script.EquipComposite015, 
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 --[[{
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 181,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {154,155,156,157,158,159,160,161,162},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 182,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {154,155,156,157,158,159,160,161,162},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 183,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {154,155,156,157,158,159,160,161,162},             --从这些ID的道具中选取3种进行合成
 | |
|                 },]]
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 184,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {154,155,156,157,158,159,160,161,162},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 185,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {154,155,156,157,158,159,160,161,162},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 186,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {154,155,156,157,158,159,160,161,162},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 187,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {154,155,156,157,158,159,160,161,162},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 188,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {154,155,156,157,158,159,160,161,162},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 189,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {154,155,156,157,158,159,160,161,162},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
|      },
 | |
| 	 
 | |
| 		--[[{									--3转装备
 | |
|             title = OldLang.Script.EquipComposite016, 
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 {
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 208,  --装备ID
 | |
| 		    level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {181,182,183,184,185,186,187,188,189},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 209,  --装备ID
 | |
| 		    level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {181,182,183,184,185,186,187,188,189},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 210,  --装备ID
 | |
| 		    level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {181,182,183,184,185,186,187,188,189},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 211,  --装备ID
 | |
| 		    level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {181,182,183,184,185,186,187,188,189},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 212,  --装备ID
 | |
| 		    level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {181,182,183,184,185,186,187,188,189},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 213,  --装备ID
 | |
| 		    level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {181,182,183,184,185,186,187,188,189},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 214,  --装备ID
 | |
| 		    level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {181,182,183,184,185,186,187,188,189},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 215,  --装备ID
 | |
| 		    level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {181,182,183,184,185,186,187,188,189},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 216,  --装备ID
 | |
| 		    level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {181,182,183,184,185,186,187,188,189},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
|      },
 | |
| 
 | |
| 		{									--4转装备
 | |
|             title = OldLang.Script.EquipComposite017,
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 {
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 235,  --装备ID
 | |
| 		    level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {208,209,210,211,212,213,214,215,216,},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 236,  --装备ID
 | |
| 		    level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {208,209,210,211,212,213,214,215,216,},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 237,  --装备ID
 | |
| 		    level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {208,209,210,211,212,213,214,215,216,},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 238,  --装备ID
 | |
| 		    level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {208,209,210,211,212,213,214,215,216,},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 239,  --装备ID
 | |
| 		    level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {208,209,210,211,212,213,214,215,216,},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 240,  --装备ID
 | |
| 		    level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {208,209,210,211,212,213,214,215,216,},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 241,  --装备ID
 | |
| 		    level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {208,209,210,211,212,213,214,215,216,},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 242,  --装备ID
 | |
| 		    level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {208,209,210,211,212,213,214,215,216,},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 243,  --装备ID
 | |
| 		    level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                        {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {208,209,210,211,212,213,214,215,216,},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
|      },
 | |
| 		
 | |
| 		{									--5转装备
 | |
|             title = OldLang.Script.EquipComposite018, 
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 {
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 262,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {235,236,237,238,239,240,241,242,243},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 263,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {235,236,237,238,239,240,241,242,243},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 264,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {235,236,237,238,239,240,241,242,243},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 265,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {235,236,237,238,239,240,241,242,243},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 266,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {235,236,237,238,239,240,241,242,243},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 267,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {235,236,237,238,239,240,241,242,243},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 268,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {235,236,237,238,239,240,241,242,243},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 269,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {235,236,237,238,239,240,241,242,243},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 270,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {235,236,237,238,239,240,241,242,243},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
| 		},
 | |
| 		
 | |
| 		{									--6转装备
 | |
|             title = OldLang.Script.EquipComposite019,
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 {
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 289,  --装备ID
 | |
| 		    level = {5,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 88000000},
 | |
| 						{type = 10,id = 0,count = 2100},
 | |
|                     },
 | |
|                     items = {262,263,264,265,266,267,268,269,270},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 290,  --装备ID
 | |
| 		    level = {5,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 88000000},
 | |
| 						{type = 10,id = 0,count = 2100},
 | |
|                     },
 | |
|                     items = {262,263,264,265,266,267,268,269,270},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 291,  --装备ID
 | |
| 		    level = {5,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 88000000},
 | |
| 						{type = 10,id = 0,count = 2100},
 | |
|                     },
 | |
|                     items = {262,263,264,265,266,267,268,269,270},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 292,  --装备ID
 | |
| 		    level = {5,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 88000000},
 | |
| 						{type = 10,id = 0,count = 2100},
 | |
|                     },
 | |
|                     items = {262,263,264,265,266,267,268,269,270},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 293,  --装备ID
 | |
| 		    level = {5,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 88000000},
 | |
| 						{type = 10,id = 0,count = 2100},
 | |
|                     },
 | |
|                     items = {262,263,264,265,266,267,268,269,270},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 294,  --装备ID
 | |
| 		    level = {5,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 88000000},
 | |
| 						{type = 10,id = 0,count = 2100},
 | |
|                     },
 | |
|                     items = {262,263,264,265,266,267,268,269,270},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 295,  --装备ID
 | |
| 		    level = {5,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 88000000},
 | |
| 						{type = 10,id = 0,count = 2100},
 | |
|                     },
 | |
|                     items = {262,263,264,265,266,267,268,269,270},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 296,  --装备ID
 | |
| 		    level = {5,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 88000000},
 | |
| 						{type = 10,id = 0,count = 2100},
 | |
|                     },
 | |
|                     items = {262,263,264,265,266,267,268,269,270},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 297,  --装备ID
 | |
| 		    level = {5,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 88000000},
 | |
| 						{type = 10,id = 0,count = 2100},
 | |
|                     },
 | |
|                     items = {262,263,264,265,266,267,268,269,270},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
|      },
 | |
| 
 | |
| ]]      },
 | |
| 
 | |
| 
 | |
|     --巫师
 | |
|     {
 | |
| 		--[[{									--60级装备
 | |
|             title = OldLang.Script.EquipComposite021,
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 --{
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 82,  --装备ID
 | |
| 		    level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {55,56,57,58,59,60,61,62,63},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 83,  --装备ID
 | |
| 		    level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {55,56,57,58,59,60,61,62,63},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 84,  --装备ID
 | |
| 		    level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {55,56,57,58,59,60,61,62,63},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 85,  --装备ID
 | |
| 		    level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {55,56,57,58,59,60,61,62,63},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 86,  --装备ID
 | |
| 		    level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {55,56,57,58,59,60,61,62,63},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 87,  --装备ID
 | |
| 		    level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {55,56,57,58,59,60,61,62,63},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 88,  --装备ID
 | |
| 		    level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {55,56,57,58,59,60,61,62,63},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 89,  --装备ID
 | |
| 		    level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {55,56,57,58,59,60,61,62,63},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 90,  --装备ID
 | |
| 		    level = {0,40},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 1500000},
 | |
|                     },
 | |
|                     items = {55,56,57,58,59,60,61,62,63},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
|      },]]
 | |
| 	 
 | |
| 	 	{									--80级装备
 | |
|             title = OldLang.Script.EquipComposite022, 
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 --[[{
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 109,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {82,83,84,85,86,87,88,89,90},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 110,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {82,83,84,85,86,87,88,89,90},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 111,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {82,83,84,85,86,87,88,89,90},             --从这些ID的道具中选取3种进行合成
 | |
|                 },]]
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 112,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {82,83,84,85,86,87,88,89,90},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 113,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {82,83,84,85,86,87,88,89,90},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 114,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {82,83,84,85,86,87,88,89,90},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 115,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {82,83,84,85,86,87,88,89,90},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 116,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {82,83,84,85,86,87,88,89,90},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 117,  --装备ID
 | |
| 		    level = {0,60},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 2500000},
 | |
|                     },
 | |
|                     items = {82,83,84,85,86,87,88,89,90},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
|      },
 | |
| 	 
 | |
| 	 	{									--90级装备
 | |
|             title = OldLang.Script.EquipComposite023,
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 --[[{
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 136,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {109,110,111,112,113,114,115,116,117},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 137,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {109,110,111,112,113,114,115,116,117},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 138,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {109,110,111,112,113,114,115,116,117},             --从这些ID的道具中选取3种进行合成
 | |
|                 },]]
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 139,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {109,110,111,112,113,114,115,116,117},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 140,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {109,110,111,112,113,114,115,116,117},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 141,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {109,110,111,112,113,114,115,116,117},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 142,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {109,110,111,112,113,114,115,116,117},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 143,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {109,110,111,112,113,114,115,116,117},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 144,  --装备ID
 | |
| 		    level = {0,80},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 4500000},
 | |
|                     },
 | |
|                     items = {109,110,111,112,113,114,115,116,117},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
|      },
 | |
| 	 
 | |
| 	 	{									--1转装备
 | |
|             title = OldLang.Script.EquipComposite024, 
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 --[[{
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 163,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 					{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {136,137,138,139,140,141,142,143,144},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 164,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 					{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {136,137,138,139,140,141,142,143,144},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 165,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 					{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {136,137,138,139,140,141,142,143,144},             --从这些ID的道具中选取3种进行合成
 | |
|                 },]]
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 166,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 					{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {136,137,138,139,140,141,142,143,144},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 167,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 					{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {136,137,138,139,140,141,142,143,144},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 168,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 					{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {136,137,138,139,140,141,142,143,144},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 169,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 					{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {136,137,138,139,140,141,142,143,144},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 170,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 					{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {136,137,138,139,140,141,142,143,144},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 171,  --装备ID
 | |
| 		    level = {0,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 7500000},
 | |
| 					{type = 10,id = 0,count = 200},
 | |
|                     },
 | |
|                     items = {136,137,138,139,140,141,142,143,144},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
|      },
 | |
| 	 
 | |
| 	 	{									--2转装备
 | |
|             title = OldLang.Script.EquipComposite025,
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 --[[{
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 190,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {163,164,165,166,167,168,169,170,171},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 191,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {163,164,165,166,167,168,169,170,171},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 192,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {163,164,165,166,167,168,169,170,171},             --从这些ID的道具中选取3种进行合成
 | |
|                 },]]
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 193,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {163,164,165,166,167,168,169,170,171},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 194,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {163,164,165,166,167,168,169,170,171},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 195,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {163,164,165,166,167,168,169,170,171},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 196,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {163,164,165,166,167,168,169,170,171},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 197,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {163,164,165,166,167,168,169,170,171},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 198,  --装备ID
 | |
| 		    level = {1,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 12000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {163,164,165,166,167,168,169,170,171},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
|      },
 | |
| 	 	
 | |
| 		--[[{									--3转装备
 | |
|             title = OldLang.Script.EquipComposite026,
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 {
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 217,  --装备ID
 | |
| 		   level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {190,191,192,193,194,195,196,197,198},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 218,  --装备ID
 | |
| 		   level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {190,191,192,193,194,195,196,197,198},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 219,  --装备ID
 | |
| 		   level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {190,191,192,193,194,195,196,197,198},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 220,  --装备ID
 | |
| 		   level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {190,191,192,193,194,195,196,197,198},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 221,  --装备ID
 | |
| 		   level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {190,191,192,193,194,195,196,197,198},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 222,  --装备ID
 | |
| 		   level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {190,191,192,193,194,195,196,197,198},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 223,  --装备ID
 | |
| 		   level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {190,191,192,193,194,195,196,197,198},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 224,  --装备ID
 | |
| 		   level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {190,191,192,193,194,195,196,197,198},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 225,  --装备ID
 | |
| 		   level = {2,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 20000000},
 | |
| 						{type = 10,id = 0,count = 600},
 | |
|                     },
 | |
|                     items = {190,191,192,193,194,195,196,197,198},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
|      },
 | |
| 
 | |
| 		{									--4转装备
 | |
|             title = OldLang.Script.EquipComposite027,
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 {
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 244,  --装备ID
 | |
| 		   level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {217,218,219,220,221,222,223,224,225},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 245,  --装备ID
 | |
| 		   level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {217,218,219,220,221,222,223,224,225},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 246,  --装备ID
 | |
| 		   level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {217,218,219,220,221,222,223,224,225},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 247,  --装备ID
 | |
| 		   level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {217,218,219,220,221,222,223,224,225},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 248,  --装备ID
 | |
| 		   level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {217,218,219,220,221,222,223,224,225},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 249,  --装备ID
 | |
| 		   level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {217,218,219,220,221,222,223,224,225},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 250,  --装备ID
 | |
| 		   level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {217,218,219,220,221,222,223,224,225},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 251,  --装备ID
 | |
| 		   level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {217,218,219,220,221,222,223,224,225},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 252,  --装备ID
 | |
| 		   level = {3,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 32000000},
 | |
| 						{type = 10,id = 0,count = 1000},
 | |
|                     },
 | |
|                     items = {217,218,219,220,221,222,223,224,225},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
|      },
 | |
| 	
 | |
| 		{									--5转装备
 | |
|             title = OldLang.Script.EquipComposite028,
 | |
| 			openServerDay = 1,			
 | |
|             equips  =
 | |
|             {
 | |
|                 {
 | |
|                     pos = 1,                                --武器
 | |
|                     itemid = 271,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {244,245,246,247,248,249,250,251,252},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --男衣服
 | |
|                     itemid = 272,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {244,245,246,247,248,249,250,251,252},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 2,                                --女衣服
 | |
|                     itemid = 273,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {244,245,246,247,248,249,250,251,252},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 3,                                --头盔
 | |
|                     itemid = 274,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {244,245,246,247,248,249,250,251,252},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 4,                                --项链
 | |
|                     itemid = 275,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {244,245,246,247,248,249,250,251,252},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 6,                                --手镯
 | |
|                     itemid = 276,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {244,245,246,247,248,249,250,251,252},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 7,                                --戒指
 | |
|                     itemid = 277,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {244,245,246,247,248,249,250,251,252},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 8,                                --腰带
 | |
|                     itemid = 278,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {244,245,246,247,248,249,250,251,252},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
| 
 | |
|                 {
 | |
|                     pos = 9,                                --鞋子
 | |
|                     itemid = 279,  --装备ID
 | |
| 		    level = {4,90},				--合成材料的装备等级
 | |
|                     consumes =                              --消耗材料需求 
 | |
|                     {
 | |
|                         {type = 3,id = 0,count = 54000000},
 | |
| 						{type = 10,id = 0,count = 1500},
 | |
|                     },
 | |
|                     items = {244,245,246,247,248,249,250,251,252},             --从这些ID的道具中选取3种进行合成
 | |
|                 },
 | |
|             },
 | |
|      },
 | |
| 	 
 | |
| 		{									--6转装备
 | |
| 				title = OldLang.Script.EquipComposite029, 
 | |
| 				openServerDay = 1,				
 | |
| 				equips  =
 | |
| 				{
 | |
| 					{
 | |
| 						pos = 1,                                --武器
 | |
| 						itemid = 298,  --装备ID
 | |
| 				level = {5,90},				--合成材料的装备等级
 | |
| 						consumes =                              --消耗材料需求 
 | |
| 						{
 | |
| 							{type = 3,id = 0,count = 88000000},
 | |
| 							{type = 10,id = 0,count = 2100},
 | |
| 						},
 | |
| 						items = {271,272,273,274,275,276,277,278,279},             --从这些ID的道具中选取3种进行合成
 | |
| 					},
 | |
| 
 | |
| 					{
 | |
| 						pos = 2,                                --男衣服
 | |
| 						itemid = 299,  --装备ID
 | |
| 				level = {5,90},				--合成材料的装备等级
 | |
| 						consumes =                              --消耗材料需求 
 | |
| 						{
 | |
| 							{type = 3,id = 0,count = 88000000},
 | |
| 							{type = 10,id = 0,count = 2100},
 | |
| 						},
 | |
| 						items = {271,272,273,274,275,276,277,278,279},             --从这些ID的道具中选取3种进行合成
 | |
| 					},
 | |
| 
 | |
| 					{
 | |
| 						pos = 2,                                --女衣服
 | |
| 						itemid = 300,  --装备ID
 | |
| 				level = {5,90},				--合成材料的装备等级
 | |
| 						consumes =                              --消耗材料需求 
 | |
| 						{
 | |
| 							{type = 3,id = 0,count = 88000000},
 | |
| 							{type = 10,id = 0,count = 2100},
 | |
| 						},
 | |
| 						items = {271,272,273,274,275,276,277,278,279},             --从这些ID的道具中选取3种进行合成
 | |
| 					},
 | |
| 
 | |
| 					{
 | |
| 						pos = 3,                                --头盔
 | |
| 						itemid = 301,  --装备ID
 | |
| 				level = {5,90},				--合成材料的装备等级
 | |
| 						consumes =                              --消耗材料需求 
 | |
| 						{
 | |
| 							{type = 3,id = 0,count = 88000000},
 | |
| 							{type = 10,id = 0,count = 2100},
 | |
| 						},
 | |
| 						items = {271,272,273,274,275,276,277,278,279},             --从这些ID的道具中选取3种进行合成
 | |
| 					},
 | |
| 
 | |
| 					{
 | |
| 						pos = 4,                                --项链
 | |
| 						itemid = 302,  --装备ID
 | |
| 				level = {5,90},				--合成材料的装备等级
 | |
| 						consumes =                              --消耗材料需求 
 | |
| 						{
 | |
| 							{type = 3,id = 0,count = 88000000},
 | |
| 							{type = 10,id = 0,count = 2100},
 | |
| 						},
 | |
| 						items = {271,272,273,274,275,276,277,278,279},             --从这些ID的道具中选取3种进行合成
 | |
| 					},
 | |
| 
 | |
| 					{
 | |
| 						pos = 6,                                --手镯
 | |
| 						itemid = 303,  --装备ID
 | |
| 				level = {5,90},				--合成材料的装备等级
 | |
| 						consumes =                              --消耗材料需求 
 | |
| 						{
 | |
| 							{type = 3,id = 0,count = 88000000},
 | |
| 							{type = 10,id = 0,count = 2100},
 | |
| 						},
 | |
| 						items = {271,272,273,274,275,276,277,278,279},             --从这些ID的道具中选取3种进行合成
 | |
| 					},
 | |
| 
 | |
| 					{
 | |
| 						pos = 7,                                --戒指
 | |
| 						itemid = 304,  --装备ID
 | |
| 				level = {5,90},				--合成材料的装备等级
 | |
| 						consumes =                              --消耗材料需求 
 | |
| 						{
 | |
| 							{type = 3,id = 0,count = 88000000},
 | |
| 							{type = 10,id = 0,count = 2100},
 | |
| 						},
 | |
| 						items = {271,272,273,274,275,276,277,278,279},             --从这些ID的道具中选取3种进行合成
 | |
| 					},
 | |
| 
 | |
| 					{
 | |
| 						pos = 8,                                --腰带
 | |
| 						itemid = 305,  --装备ID
 | |
| 				level = {5,90},				--合成材料的装备等级
 | |
| 						consumes =                              --消耗材料需求 
 | |
| 						{
 | |
| 							{type = 3,id = 0,count = 88000000},
 | |
| 							{type = 10,id = 0,count = 2100},
 | |
| 						},
 | |
| 						items = {271,272,273,274,275,276,277,278,279},             --从这些ID的道具中选取3种进行合成
 | |
| 					},
 | |
| 
 | |
| 					{
 | |
| 						pos = 9,                                --鞋子
 | |
| 						itemid = 306,  --装备ID
 | |
| 				level = {5,90},				--合成材料的装备等级
 | |
| 						consumes =                              --消耗材料需求 
 | |
| 						{
 | |
| 							{type = 3,id = 0,count = 88000000},
 | |
| 							{type = 10,id = 0,count = 2100},
 | |
| 						},
 | |
| 						items = {271,272,273,274,275,276,277,278,279},             --从这些ID的道具中选取3种进行合成
 | |
| 					},
 | |
| 				},
 | |
| 		},
 | |
| 	 	 
 | |
| ]]    },
 | |
| }
 |