1038 lines
		
	
	
		
			41 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			1038 lines
		
	
	
		
			41 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| --战神BOSS
 | ||
| --#include "..\..\language\LangCode.txt" once
 | ||
| 
 | ||
| BossConfig = 
 | ||
| {
 | ||
|     StartInterval = 20, --引擎启动刷怪后的间隔(秒)
 | ||
| 	AutoInterval = 60, --引擎自动重刷死亡BOSS间隔(秒)
 | ||
| 	MaYaCheckInterval = 10, --玛雅场景检测定时器(秒)
 | ||
| 	TipsTime = 1,  --默认勾选次数
 | ||
| 	OpenLevel = 75, --开启等级
 | ||
| 	BossScene = {35,36,37,38,39,40}, --玛雅神殿场景id
 | ||
| 	Score = --积分衰减规则, Min,Max :玩家等级 - BOSS等级
 | ||
| 	{
 | ||
| 	   {Min = -1000, Max = 0, rate = 1},
 | ||
|        {Min = 1, Max = 1, rate = 0.975},
 | ||
|        {Min = 2, Max = 2, rate = 0.95},
 | ||
|        {Min = 3, Max = 3, rate = 0.925},
 | ||
|        {Min = 4, Max = 4, rate = 0.9},
 | ||
|        {Min = 5, Max = 5, rate = 0.875},
 | ||
|        {Min = 6, Max = 6, rate = 0.85},
 | ||
|        {Min = 7, Max = 7, rate = 0.825},
 | ||
|        {Min = 8, Max = 8, rate = 0.8},
 | ||
|        {Min = 9, Max = 9, rate = 0.775},
 | ||
|        {Min = 10, Max = 10, rate = 0.75},
 | ||
|        {Min = 11, Max = 11, rate = 0.725},
 | ||
|        {Min = 12, Max = 12, rate = 0.7},
 | ||
|        {Min = 13, Max = 13, rate = 0.675},
 | ||
|        {Min = 14, Max = 14, rate = 0.65},
 | ||
|        {Min = 15, Max = 15, rate = 0.625},
 | ||
|        {Min = 16, Max = 16, rate = 0.6},
 | ||
|        {Min = 17, Max = 17, rate = 0.575},
 | ||
|        {Min = 18, Max = 18, rate = 0.55},
 | ||
|        {Min = 19, Max = 19, rate = 0.525},
 | ||
|        {Min = 20, Max = 20, rate = 0.5},
 | ||
|        {Min = 21, Max = 21, rate = 0.475},
 | ||
|        {Min = 22, Max = 22, rate = 0.45},
 | ||
|        {Min = 23, Max = 23, rate = 0.425},
 | ||
|        {Min = 24, Max = 24, rate = 0.4},
 | ||
|        {Min = 25, Max = 25, rate = 0.375},
 | ||
|        {Min = 26, Max = 26, rate = 0.35},
 | ||
|        {Min = 27, Max = 27, rate = 0.325},
 | ||
|        {Min = 28, Max = 28, rate = 0.3},
 | ||
|        {Min = 29, Max = 29, rate = 0.275},
 | ||
|        {Min = 30, Max = 30, rate = 0.25},
 | ||
|        {Min = 31, Max = 31, rate = 0.225},
 | ||
|        {Min = 32, Max = 32, rate = 0.2},
 | ||
|        {Min = 33, Max = 33, rate = 0.175},
 | ||
|        {Min = 34, Max = 34, rate = 0.15},
 | ||
|        {Min = 35, Max = 1000, rate = 0},
 | ||
| 
 | ||
| 	},	
 | ||
| 	
 | ||
| 	--游戏里的BOSS归总处理,统一使用衰减算法处理积分,BOSS死亡注册此列表
 | ||
| 	-- type 类型说明: 1 野外BOSS,  2 个人BOSS, 3 闯天关BOSS 4 任务BOSS
 | ||
| 	-- Broad: 是否系统公告
 | ||
| 	-- BroadLevel: 对玩家播报积分公告等级
 | ||
| 	BossList = 
 | ||
| 	{ 
 | ||
| 		--野外BOSS
 | ||
| 
 | ||
| {type = 1, bossId = 176, Score = 350,isBroad = true,BroadLevel = 75,},
 | ||
| {type = 1, bossId = 177, Score = 630,isBroad = true,BroadLevel = 85,},
 | ||
| {type = 1, bossId = 186, Score = 630,isBroad = true,BroadLevel = 85,},
 | ||
| {type = 1, bossId = 168, Score = 806,isBroad = true,BroadLevel = 90,},
 | ||
| {type = 1, bossId = 187, Score = 806,isBroad = true,BroadLevel = 90,},
 | ||
| {type = 1, bossId = 169, Score = 1190,isBroad = true,BroadLevel = 95,},
 | ||
| {type = 1, bossId = 188, Score = 1190,isBroad = true,BroadLevel = 95,},
 | ||
| {type = 1, bossId = 170, Score = 1650,isBroad = true,BroadLevel = 100,},
 | ||
| {type = 1, bossId = 189, Score = 1650,isBroad = true,BroadLevel = 100,},
 | ||
| {type = 1, bossId = 171, Score = 2100,isBroad = true,BroadLevel = 100,},
 | ||
| {type = 1, bossId = 190, Score = 2100,isBroad = true,BroadLevel = 100,},
 | ||
| {type = 1, bossId = 172, Score = 2640,isBroad = true,BroadLevel = 100,},
 | ||
| {type = 1, bossId = 178, Score = 2640,isBroad = true,BroadLevel = 100,},
 | ||
| {type = 1, bossId = 179, Score = 2640,isBroad = true,BroadLevel = 100,},
 | ||
| {type = 1, bossId = 173, Score = 3500,isBroad = true,BroadLevel = 100,},
 | ||
| {type = 1, bossId = 180, Score = 3500,isBroad = true,BroadLevel = 100,},
 | ||
| {type = 1, bossId = 174, Score = 3937,isBroad = true,BroadLevel = 100,},
 | ||
| {type = 1, bossId = 181, Score = 3937,isBroad = true,BroadLevel = 100,},
 | ||
| {type = 1, bossId = 191, Score = 3937,isBroad = true,BroadLevel = 100,},
 | ||
| {type = 1, bossId = 175, Score = 4890,isBroad = true,BroadLevel = 100,},
 | ||
| {type = 1, bossId = 182, Score = 4890,isBroad = true,BroadLevel = 100,},
 | ||
| {type = 1, bossId = 192, Score = 4890,isBroad = true,BroadLevel = 100,},
 | ||
| {type = 1, bossId = 183, Score = 6570,isBroad = true,BroadLevel = 100,},
 | ||
| {type = 1, bossId = 193, Score = 6570,isBroad = true,BroadLevel = 100,},
 | ||
| {type = 1, bossId = 184, Score = 8830,isBroad = true,BroadLevel = 100,},
 | ||
| {type = 1, bossId = 185, Score = 11870,isBroad = true,BroadLevel = 100,},
 | ||
| 
 | ||
| 		--个人BOSS
 | ||
| {type = 2, bossId = 228, Score = 110,isBroad = false,BroadLevel = 75,},
 | ||
| {type = 2, bossId = 229, Score = 200,isBroad = false,BroadLevel = 85,},
 | ||
| {type = 2, bossId = 230, Score = 260,isBroad = false,BroadLevel = 90,},
 | ||
| {type = 2, bossId = 231, Score = 1500,isBroad = false,BroadLevel = 100,},
 | ||
| {type = 2, bossId = 232, Score = 3800,isBroad = false,BroadLevel = 100,},
 | ||
| 
 | ||
| 		--闯天关BOSS
 | ||
| {type = 3, bossId = 237, Score = 229,isBroad = false,BroadLevel = 75,},
 | ||
| {type = 3, bossId = 242, Score = 355,isBroad = false,BroadLevel = 83,},
 | ||
| {type = 3, bossId = 247, Score = 665,isBroad = false,BroadLevel = 93,},
 | ||
| {type = 3, bossId = 252, Score = 1223,isBroad = false,BroadLevel = 100,},
 | ||
| {type = 3, bossId = 257, Score = 2001,isBroad = false,BroadLevel = 100,},
 | ||
| {type = 3, bossId = 262, Score = 2914,isBroad = false,BroadLevel = 100,},
 | ||
| {type = 3, bossId = 267, Score = 3994,isBroad = false,BroadLevel = 100,},
 | ||
| {type = 3, bossId = 272, Score = 5368,isBroad = false,BroadLevel = 100,},
 | ||
| {type = 3, bossId = 277, Score = 7142,isBroad = false,BroadLevel = 100,},
 | ||
| {type = 3, bossId = 282, Score = 9695,isBroad = false,BroadLevel = 100,},
 | ||
| 
 | ||
| 		--任务BOSS:如果遇到玩家刷这个很厉害的话,建议可以取消该设定
 | ||
| {type = 4, bossId = 166, Score = 2,isBroad = false,BroadLevel = 12,},
 | ||
| {type = 4, bossId = 167, Score = 4,isBroad = false,BroadLevel = 22,},
 | ||
| 
 | ||
| 	    --召唤BOSS
 | ||
| {type = 5, bossId = 194, Score = 1190,isBroad = false,BroadLevel = 95,},
 | ||
| {type = 5, bossId = 195, Score = 2640,isBroad = false,BroadLevel = 100,},
 | ||
| 
 | ||
| 	    --BOSS来袭 无归属的,不需要配置
 | ||
| {type = 7, bossId = 340, Score = 0,isBroad = false,BroadLevel = 80,},
 | ||
| {type = 7, bossId = 341, Score = 0,isBroad = false,BroadLevel = 80,},
 | ||
| {type = 7, bossId = 342, Score = 0,isBroad = false,BroadLevel = 80,},
 | ||
| {type = 7, bossId = 477, Score = 0,isBroad = false,BroadLevel = 80,},
 | ||
| {type = 7, bossId = 478, Score = 0,isBroad = false,BroadLevel = 80,},
 | ||
| {type = 7, bossId = 479, Score = 0,isBroad = false,BroadLevel = 80,},
 | ||
| {type = 7, bossId = 480, Score = 0,isBroad = false,BroadLevel = 80,},
 | ||
| {type = 7, bossId = 481, Score = 0,isBroad = false,BroadLevel = 80,},
 | ||
|      
 | ||
| 	    --锁妖塔BOSS
 | ||
| {type = 6, bossId = 200, Score = 1190,isBroad = false,BroadLevel = 90,},
 | ||
| {type = 6, bossId = 201, Score = 2100,isBroad = false,BroadLevel = 90,},
 | ||
| {type = 6, bossId = 202, Score = 3500,isBroad = false,BroadLevel = 100,},
 | ||
| {type = 6, bossId = 203, Score = 4890,isBroad = false,BroadLevel = 100,},
 | ||
| {type = 6, bossId = 204, Score = 6570,isBroad = false,BroadLevel = 100,},
 | ||
| {type = 6, bossId = 205, Score = 8830,isBroad = false,BroadLevel = 100,},
 | ||
| {type = 6, bossId = 206, Score = 11870,isBroad = false,BroadLevel = 100,},
 | ||
| 
 | ||
| 
 | ||
| 	},
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
| 	------------------------玛雅神殿入口配置-----------------------
 | ||
| 	MaYa = 
 | ||
| 	{    
 | ||
| 	    --第一层
 | ||
| 	    {
 | ||
|             level = {0,75}, --进入转数,等级
 | ||
| 			seconds = 1800,  --秒 1800
 | ||
| 			Boss = {176,177,186,168},  --Boss列表
 | ||
| 			consume = {  type = 22, id =0 ,count  = 4}, --消耗
 | ||
| 			enterpos =  {sceneId = 35, x= 73,y= 58}, --进入坐标
 | ||
| 		},
 | ||
| 	    --第二层
 | ||
| 	    {
 | ||
|             level = {0,85}, --进入转数,等级
 | ||
| 			seconds = 1800,  --秒 1800
 | ||
| 			Boss = {187,169,188,170},  --Boss列表
 | ||
| 			consume = {  type = 22, id =0 ,count = 6}, --消耗
 | ||
| 			enterpos =  {sceneId = 36, x=172,y=140}, --进入坐标
 | ||
| 		},	
 | ||
| 	    --第三层
 | ||
| 	    {
 | ||
|             level = {1,0}, --进入转数,等级
 | ||
| 			seconds = 3600,  --秒 3600
 | ||
| 			Boss = {189,190,172,180},  --Boss列表
 | ||
| 			consume = {  type = 22, id =0 ,count = 8}, --消耗
 | ||
| 			enterpos =  {sceneId = 37, x=146,y=120}, --进入坐标
 | ||
| 		},
 | ||
| 	    --第四层
 | ||
| 	    {
 | ||
|             level = {2,0}, --进入转数,等级
 | ||
| 			seconds = 3600,  --秒 3600
 | ||
| 			Boss = {173,191,181,182},  --Boss列表
 | ||
| 			consume = {  type = 22, id =0 ,count = 12}, --消耗
 | ||
| 			enterpos =  {sceneId = 38, x=214,y=178}, --进入坐标
 | ||
| 		},
 | ||
| 	    --第五层
 | ||
| 	    {
 | ||
|             level = {3,0}, --进入转数,等级
 | ||
| 			seconds = 3600,  --秒 3600
 | ||
| 			Boss = {192,193,184,185},  --Boss列表
 | ||
| 			consume = {  type = 22, id =0 ,count = 16}, --消耗
 | ||
| 			enterpos =  {sceneId = 39, x=122,y=100}, --进入坐标
 | ||
| 		},
 | ||
| 	
 | ||
| 	},
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
|     -------------------------------野外BOSS--------------------------------
 | ||
|     WildBoss = 
 | ||
| 	{
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  176, -- boss怪物ID 蝠翼蛇 BS一、玛雅一
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 31, sceneName = OldLang.SceneName.s00031,x1 = 107, x2 = 112, y1 = 125, y2 = 133,telport={sceneId = 4, x = 103, y = 89, npcName = OldLang.Script.BossTelportNPCName002,},},
 | ||
| 			  {sceneId = 35, sceneName = OldLang.SceneName.s00035,x1 = 96, x2 = 101, y1 = 78, y2 = 84,telport={sceneId = 4, x = 110, y = 95, npcName = OldLang.Script.BossTelportNPCName003,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 350,  -- boss积分
 | ||
| 			freshtime = 15, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc009, --说明
 | ||
| 			BroadcastLevel = 75, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 99,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 94,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 108,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 103,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 117,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 112,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  177, -- boss怪物ID 腐毒魔人 BS一、玛雅一
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 31, sceneName = OldLang.SceneName.s00031,x1 = 173, x2 = 178, y1 = 70, y2 = 79,telport={sceneId = 4, x = 103, y = 89, npcName = OldLang.Script.BossTelportNPCName002,},},
 | ||
| 			  {sceneId = 35, sceneName = OldLang.SceneName.s00035,x1 = 96, x2 = 100, y1 = 24, y2 = 30,telport={sceneId = 4, x = 110, y = 95, npcName = OldLang.Script.BossTelportNPCName003,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 630,  -- boss积分
 | ||
| 			freshtime = 15, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc010, --说明
 | ||
| 			BroadcastLevel = 85, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 91,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 92,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 100,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 101,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 109,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 110,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  186, -- boss怪物ID 血眼毒蜥 玛雅一
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 35, sceneName = OldLang.SceneName.s00035,x1 = 30, x2 = 34, y1 = 26, y2 = 32,telport={sceneId = 4, x = 110, y = 95, npcName = OldLang.Script.BossTelportNPCName003,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 630,  -- boss积分
 | ||
| 			freshtime = 15, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc019, --说明
 | ||
| 			BroadcastLevel = 85, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 123,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 125,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 132,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 134,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 141,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 143,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  168, -- boss怪物ID 莽荒兽王 BS家一、玛雅一
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 31, sceneName = OldLang.SceneName.s00031,x1 = 39, x2 = 44, y1 = 84, y2 = 90,telport={sceneId = 4, x = 103, y = 89, npcName = OldLang.Script.BossTelportNPCName002,},},
 | ||
| 			  {sceneId = 35, sceneName = OldLang.SceneName.s00035,x1 = 24, x2 = 28, y1 = 76, y2 = 83,telport={sceneId = 4, x = 110, y = 95, npcName = OldLang.Script.BossTelportNPCName003,},},
 | ||
| 
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 806,  -- boss积分
 | ||
| 			freshtime = 15, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc001, --说明
 | ||
| 			BroadcastLevel = 90, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 124,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 122,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 133,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 131,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 142,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 140,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  187, -- boss怪物ID 雷蝉之牙 野外沃玛、玛雅二
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 13, sceneName = OldLang.SceneName.s00013,x1 = 103, x2 = 108, y1 = 77, y2 = 86, telport={sceneId = 12, x = 124, y = 26,},},
 | ||
| 			  {sceneId = 36, sceneName = OldLang.SceneName.s00036,x1 = 125, x2 = 134, y1 = 69, y2 = 76,telport={sceneId = 4, x = 110, y = 95, npcName = OldLang.Script.BossTelportNPCName003,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 806,  -- boss积分
 | ||
| 			freshtime = 30, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc020, --说明
 | ||
| 			BroadcastLevel = 90, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 118,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 119,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 127,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 128,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 136,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| --{type = 0,id = 137,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 1266,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  169, -- boss怪物ID 阎凶邪龙 野外虫洞、BS家一、玛雅二
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId =  6, sceneName = OldLang.SceneName.s00006,x1 = 44, x2 = 48, y1 = 76, y2 = 82, telport={sceneId = 5, x = 99, y = 66,},},
 | ||
| 			  {sceneId = 31, sceneName = OldLang.SceneName.s00031,x1 = 142, x2 = 146, y1 = 42, y2 = 50,telport={sceneId = 4, x = 103, y = 89, npcName = OldLang.Script.BossTelportNPCName002,},},
 | ||
| 			  {sceneId = 36, sceneName = OldLang.SceneName.s00036,x1 = 83, x2 = 90, y1 = 35, y2 = 44,telport={sceneId = 4, x = 110, y = 95, npcName = OldLang.Script.BossTelportNPCName003,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 1190,  -- boss积分
 | ||
| 			freshtime = 30, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc002, --说明
 | ||
| 			BroadcastLevel = 95, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 118,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 119,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 127,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 128,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 136,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 137,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  188, -- boss怪物ID 暗化猪王 玛雅二
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 36, sceneName = OldLang.SceneName.s00036,x1 = 32, x2 = 42, y1 = 71, y2 = 79,telport={sceneId = 4, x = 110, y = 95, npcName = OldLang.Script.BossTelportNPCName003,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 1190,  -- boss积分
 | ||
| 			freshtime = 30, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc021, --说明
 | ||
| 			BroadcastLevel = 95, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 151,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 149,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 160,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 158,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 169,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 167,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  170, -- boss怪物ID 星牙猪王 野外猪洞、BS家一、玛雅二
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 19, sceneName = OldLang.SceneName.s00019,x1 =  11, x2 =  16, y1 =  11, y2 =  14, telport={sceneId = 17, x = 130, y = 116,},},
 | ||
| 			  {sceneId = 31, sceneName = OldLang.SceneName.s00031,x1 = 158, x2 = 161, y1 = 166, y2 = 175,telport={sceneId = 4, x = 103, y = 89, npcName = OldLang.Script.BossTelportNPCName002,},},
 | ||
| 			  {sceneId = 36, sceneName = OldLang.SceneName.s00036,x1 = 78, x2 = 86, y1 = 103, y2 = 110,telport={sceneId = 4, x = 110, y = 95, npcName = OldLang.Script.BossTelportNPCName003,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 1650,  -- boss积分
 | ||
| 			freshtime = 30, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc003, --说明
 | ||
| 			BroadcastLevel = 100, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 145,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 146,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 154,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 155,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 163,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 164,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  189, -- boss怪物ID 炼血巫妖 玛雅三
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 37, sceneName = OldLang.SceneName.s00037,x1 = 124, x2 = 133, y1 = 49, y2 = 77,telport={sceneId = 4, x = 110, y = 95, npcName = OldLang.Script.BossTelportNPCName003,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 1650,  -- boss积分
 | ||
| 			freshtime = 60, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc022, --说明
 | ||
| 			BroadcastLevel = 100, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 178,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 176,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 187,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 185,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 196,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 194,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  171, -- boss怪物ID 忌乱之主 野外祖玛、BS家一
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 22, sceneName = OldLang.SceneName.s00022,x1 =  38, x2 =  43, y1 =  29, y2 =  36, telport={sceneId = 20, x = 35, y = 145,},},
 | ||
| 			  {sceneId = 31, sceneName = OldLang.SceneName.s00031,x1 = 226, x2 = 229, y1 =  95, y2 = 103,telport={sceneId = 4, x = 103, y = 89, npcName = OldLang.Script.BossTelportNPCName002,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 2100,  -- boss积分
 | ||
| 			freshtime = 60, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc004, --说明
 | ||
| 			BroadcastLevel = 105, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 172,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 173,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 181,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 182,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 190,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 191,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  190, -- boss怪物ID 冥魔守卫 玛雅三
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 37, sceneName = OldLang.SceneName.s00037,x1 = 81, x2 = 89, y1 = 36, y2 = 44,telport={sceneId = 4, x = 110, y = 95, npcName = OldLang.Script.BossTelportNPCName003,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 2100,  -- boss积分
 | ||
| 			freshtime = 60, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc023, --说明
 | ||
| 			BroadcastLevel = 105, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 180,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 175,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 189,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 184,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 198,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 193,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  172, -- boss怪物ID 万妖之母 野外赤月、BS一、玛雅三
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 44, sceneName = OldLang.SceneName.s00044,x1 = 36, x2 = 40, y1 = 19, y2 = 25, telport={sceneId = 42, x = 34, y = 47,},},
 | ||
| 			  {sceneId = 31, sceneName = OldLang.SceneName.s00031,x1 = 211, x2 = 213, y1 = 144, y2 = 147,telport={sceneId = 4, x = 103, y = 89, npcName = OldLang.Script.BossTelportNPCName002,},},
 | ||
| 			  {sceneId = 37, sceneName = OldLang.SceneName.s00037,x1 = 33, x2 = 41, y1 = 71, y2 = 79,telport={sceneId = 4, x = 110, y = 95, npcName = OldLang.Script.BossTelportNPCName003,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 2640,  -- boss积分
 | ||
| 			freshtime = 60, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc005, --说明
 | ||
| 			BroadcastLevel = 110, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 199,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 200,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 208,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 209,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 217,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 218,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  178, -- boss怪物ID 寒冰魔人 BS一
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 31, sceneName = OldLang.SceneName.s00031,x1 = 214, x2 = 218, y1 = 40, y2 = 48,telport={sceneId = 4, x = 103, y = 89, npcName = OldLang.Script.BossTelportNPCName002,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 2640,  -- boss积分
 | ||
| 			freshtime = 60, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc011, --说明
 | ||
| 			BroadcastLevel = 110, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 204,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 206,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 213,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 215,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 222,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 224,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  179, -- boss怪物ID 劫火魔人 BS一
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 31, sceneName = OldLang.SceneName.s00031,x1 = 80, x2 = 83, y1 = 51, y2 = 58,telport={sceneId = 4, x = 103, y = 89, npcName = OldLang.Script.BossTelportNPCName002,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 2640,  -- boss积分
 | ||
| 			freshtime = 60, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc012, --说明
 | ||
| 			BroadcastLevel = 110, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 205,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 203,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 214,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 212,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 223,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 221,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  173, -- boss怪物ID 天牛魔神 野外牛洞、BS二、玛雅四
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 29, sceneName = OldLang.SceneName.s00029,x1 =  52, x2 =  60, y1 = 42, y2 = 48, telport={sceneId = 23, x = 49, y = 55,},},
 | ||
| 			  {sceneId = 32, sceneName = OldLang.SceneName.s00032,x1 =  88, x2 =  94, y1 = 160, y2 = 170,telport={sceneId = 4, x = 103, y = 89, npcName = OldLang.Script.BossTelportNPCName002,},},
 | ||
| 			  {sceneId = 38, sceneName = OldLang.SceneName.s00038,x1 = 160, x2 = 166, y1 = 140, y2 = 150,telport={sceneId = 4, x = 110, y = 95, npcName = OldLang.Script.BossTelportNPCName003,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 3500,  -- boss积分
 | ||
| 			freshtime = 60, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc006, --说明
 | ||
| 			BroadcastLevel = 115, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 199,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 200,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 208,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 209,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 217,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 218,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  180, -- boss怪物ID 荒冥邪虫 BS一、玛雅三
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 31, sceneName = OldLang.SceneName.s00031,x1 = 40, x2 = 47, y1 = 178, y2 = 185,telport={sceneId = 4, x = 103, y = 89, npcName = OldLang.Script.BossTelportNPCName002,},},
 | ||
| 			  {sceneId = 37, sceneName = OldLang.SceneName.s00037,x1 = 79, x2 = 85, y1 = 102, y2 = 110,telport={sceneId = 4, x = 110, y = 95, npcName = OldLang.Script.BossTelportNPCName003,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 3500,  -- boss积分
 | ||
| 			freshtime = 60, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc013, --说明
 | ||
| 			BroadcastLevel = 115, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 204,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 206,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 213,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 215,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 222,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 224,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  174, -- boss怪物ID 冰冥幽狐 野外狐狸 BS二
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 28, sceneName = OldLang.SceneName.s00028,x1 =  32, x2 =  36, y1 =  27, y2 =  33, telport={sceneId = 26, x = 22, y = 54,},},
 | ||
| 			  {sceneId = 32, sceneName = OldLang.SceneName.s00032,x1 = 247, x2 = 251, y1 = 128, y2 = 136,telport={sceneId = 4, x = 103, y = 89, npcName = OldLang.Script.BossTelportNPCName002,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 3937,  -- boss积分
 | ||
| 			freshtime = 90, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc007, --说明
 | ||
| 			BroadcastLevel = 120, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 226,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 227,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 235,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 236,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 244,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 245,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  181, -- boss怪物ID 八岐大蛇 BS二、玛雅四
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 32, sceneName = OldLang.SceneName.s00032,x1 = 135, x2 = 141, y1 =  44, y2 =  52,telport={sceneId = 4, x = 103, y = 89, npcName = OldLang.Script.BossTelportNPCName002,},},
 | ||
| 			  {sceneId = 38, sceneName = OldLang.SceneName.s00038,x1 = 165, x2 = 172, y1 =  81, y2 =  92,telport={sceneId = 4, x = 110, y = 95, npcName = OldLang.Script.BossTelportNPCName003,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 3937,  -- boss积分
 | ||
| 			freshtime = 90, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc014, --说明
 | ||
| 			BroadcastLevel = 120, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 232,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 230,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 241,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 239,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 250,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 248,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  191, -- boss怪物ID 暗夜骑士 玛雅四
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 38, sceneName = OldLang.SceneName.s00038,x1 = 77, x2 = 85, y1 = 143, y2 = 153,telport={sceneId = 4, x = 110, y = 95, npcName = OldLang.Script.BossTelportNPCName003,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 3937,  -- boss积分
 | ||
| 			freshtime = 90, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc024, --说明
 | ||
| 			BroadcastLevel = 120, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 234,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 229,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 243,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 238,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 252,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 247,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  175, -- boss怪物ID 始祸炎龙 野外火龙、BS三
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 62, sceneName = OldLang.SceneName.s00062,x1 =  66, x2 =  70, y1 =  15, y2 =  17, telport={sceneId = 60, x = 103, y = 127,},},
 | ||
| 			  {sceneId = 33, sceneName = OldLang.SceneName.s00033,x1 = 115, x2 = 123, y1 = 117, y2 = 129,telport={sceneId = 4, x = 103, y = 89, npcName = OldLang.Script.BossTelportNPCName002,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 4890,  -- boss积分
 | ||
| 			freshtime = 120, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc008, --说明
 | ||
| 			BroadcastLevel = 125, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 253,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 254,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 262,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 263,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 271,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 272,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  182, -- boss怪物ID 远神雕像 BS二、玛雅四
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 32, sceneName = OldLang.SceneName.s00032,x1 = 157, x2 = 161, y1 = 107, y2 = 115,telport={sceneId = 4, x = 103, y = 89, npcName = OldLang.Script.BossTelportNPCName002,},},
 | ||
| 			  {sceneId = 38, sceneName = OldLang.SceneName.s00038,x1 = 35, x2 = 43, y1 = 39, y2 = 48,telport={sceneId = 4, x = 110, y = 95, npcName = OldLang.Script.BossTelportNPCName003,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 4890,  -- boss积分
 | ||
| 			freshtime = 120, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc015, --说明
 | ||
| 			BroadcastLevel = 125, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 259,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 257,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 268,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 266,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 277,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 275,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  192, -- boss怪物ID 幻月狐狸 玛雅五
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 39, sceneName = OldLang.SceneName.s00039,x1 = 195, x2 = 203, y1 = 37, y2 = 47,telport={sceneId = 4, x = 110, y = 95, npcName = OldLang.Script.BossTelportNPCName003,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 4890,  -- boss积分
 | ||
| 			freshtime = 120, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc025, --说明
 | ||
| 			BroadcastLevel = 125, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 261,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 256,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 270,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 265,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 279,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 274,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  183, -- boss怪物ID 天魔守卫 BS三
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 33, sceneName = OldLang.SceneName.s00033,x1 = 178, x2 = 183, y1 = 175, y2 = 184,telport={sceneId = 4, x = 103, y = 89, npcName = OldLang.Script.BossTelportNPCName002,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 6570,  -- boss积分
 | ||
| 			freshtime = 150, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc016, --说明
 | ||
| 			BroadcastLevel = 135, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 286,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 284,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 295,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 293,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 304,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 302,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  193, -- boss怪物ID 万蛇 玛雅五
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 39, sceneName = OldLang.SceneName.s00039,x1 = 43, x2 = 50, y1 = 154, y2 = 164,telport={sceneId = 4, x = 110, y = 95, npcName = OldLang.Script.BossTelportNPCName003,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 6570,  -- boss积分
 | ||
| 			freshtime = 150, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc026, --说明
 | ||
| 			BroadcastLevel = 135, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 280,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 281,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 289,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 290,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 298,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 299,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	    {
 | ||
| 			boss =  184, -- boss怪物ID 恶祭之狐 BS三、玛雅五
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 33, sceneName = OldLang.SceneName.s00033,x1 = 52, x2 = 58, y1 = 69, y2 = 78,telport={sceneId = 4, x = 103, y = 89, npcName = OldLang.Script.BossTelportNPCName002,},},
 | ||
| 			  {sceneId = 39, sceneName = OldLang.SceneName.s00039,x1 = 192, x2 = 200, y1 = 156, y2 = 164,telport={sceneId = 4, x = 110, y = 95, npcName = OldLang.Script.BossTelportNPCName003,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 8830,  -- boss积分
 | ||
| 			freshtime = 180, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc017, --说明
 | ||
| 			BroadcastLevel = 145, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 307,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 308,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 316,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 317,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 325,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 326,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 	    {
 | ||
| 			boss =  185, -- boss怪物ID 源火魔兽 BS三、玛雅五
 | ||
| 			mob = --刷新地址
 | ||
| 			{
 | ||
| 			  {sceneId = 33, sceneName = OldLang.SceneName.s00033,x1 = 217, x2 = 223, y1 = 33, y2 = 45,telport={sceneId = 4, x = 103, y = 89, npcName = OldLang.Script.BossTelportNPCName002,},},
 | ||
| 			  {sceneId = 39, sceneName = OldLang.SceneName.s00039,x1 = 41, x2 = 47, y1 = 34, y2 = 44,telport={sceneId = 4, x = 110, y = 95, npcName = OldLang.Script.BossTelportNPCName003,},},
 | ||
| 			},
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 			bossjf = 11870,  -- boss积分
 | ||
| 			freshtime = 240, --刷新时间(分钟)
 | ||
| 			desc = OldLang.Script.BossDesc018, --说明
 | ||
| 			BroadcastLevel = 155, --对玩家广播等级
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 334,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 335,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 343,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 344,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 352,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 353,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 
 | ||
| 			},
 | ||
| 		},
 | ||
| 
 | ||
| 	},
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
|     ------------------------个人BOSS--------------------------------
 | ||
| 	PersonBoss = 
 | ||
| 	{
 | ||
| 	    {
 | ||
| 			fubenid = 3,  --副本id
 | ||
| 			boss = 228,  --BossID
 | ||
| 			mob = 
 | ||
| 			{
 | ||
| 			    x1 = 28, x2 = 36, y1 = 24, y2 = 30,livetime = 600,
 | ||
| 			},
 | ||
| 			desc = OldLang.Script.PerBossDesc001,
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 	        enterlevel = {0,75}, --玩家进入等级(转数,等级)
 | ||
| 			enterpos = {x=25,y=25}, --进入坐标
 | ||
| 			consumes =  --进入消耗
 | ||
| 			{
 | ||
| 			   {type = 22, id = 0, count = 5}, 
 | ||
| 			},
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 91,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 92,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 100,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 101,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 109,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 110,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 			},
 | ||
| 			awards =  --通关奖励
 | ||
| 			{
 | ||
| 			    {type = 1, id = 0, count = 1000000, bind = 0 , strong = 0 , quality = 0 , },
 | ||
| 				{type = 0, id = 1103, count = 3, bind = 1 , strong = 0 , quality = 0 , },
 | ||
| 			},
 | ||
| 			AwardsConsume =  --双倍领取消耗 
 | ||
| 			{
 | ||
| 			    {type = 10, id = 0, count = 20}, 
 | ||
| 			},
 | ||
| 		},
 | ||
| 	    {
 | ||
| 			fubenid = 4,  --副本id
 | ||
| 			boss = 229,  --BossID
 | ||
| 			mob = 
 | ||
| 			{
 | ||
| 			    x1 = 35, x2 = 41, y1 = 26, y2 = 30,livetime = 600,
 | ||
| 			},
 | ||
| 			desc = OldLang.Script.PerBossDesc002,
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 	        enterlevel = {0,90}, --玩家进入等级(转数,等级)
 | ||
| 			enterpos = {x=30,y=35}, --进入坐标
 | ||
| 			consumes =  --进入消耗
 | ||
| 			{
 | ||
| 			   {type = 22, id = 0, count = 5}, 
 | ||
| 			},
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 118,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 119,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 127,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 128,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 136,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 137,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 
 | ||
| 			},
 | ||
| 			awards =  --通关奖励
 | ||
| 			{
 | ||
| 			    {type = 1, id = 0, count = 3000000, bind = 0 , strong = 0 , quality = 0 , },
 | ||
| 				{type = 0, id = 1103, count = 7, bind = 1 , strong = 0 , quality = 0 , },
 | ||
| 			},
 | ||
| 			AwardsConsume =  --双倍领取消耗 
 | ||
| 			{
 | ||
| 			    {type = 10, id = 0, count = 40}, 
 | ||
| 			},
 | ||
| 		},
 | ||
| 	    {
 | ||
| 			fubenid = 5,  --副本id
 | ||
| 			boss = 230,  --BossID
 | ||
| 			mob = 
 | ||
| 			{
 | ||
| 			    x1 = 28, x2 = 35, y1 = 25, y2 = 30,livetime = 600,
 | ||
| 			},
 | ||
| 			desc = OldLang.Script.PerBossDesc003,
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 	        enterlevel = {1,90}, --玩家进入等级(转数,等级)
 | ||
| 			enterpos = {x=30,y=30}, --进入坐标
 | ||
| 			consumes =  --进入消耗
 | ||
| 			{
 | ||
| 			   {type = 22, id = 0, count = 5}, 
 | ||
| 			},
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 151,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 149,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 160,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 158,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 169,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 167,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 			},
 | ||
| 			awards =  --通关奖励
 | ||
| 			{
 | ||
| 			    {type = 1, id = 0, count = 5000000, bind = 0 , strong = 0 , quality = 0 , },
 | ||
| 				{type = 0, id = 1103, count = 10, bind = 1 , strong = 0 , quality = 0 , },
 | ||
| 			},
 | ||
| 			AwardsConsume =  --双倍领取消耗 
 | ||
| 			{
 | ||
| 			    {type = 10, id = 0, count = 50}, 
 | ||
| 			},
 | ||
| 		},
 | ||
| 	    {
 | ||
| 			fubenid = 6,  --副本id
 | ||
| 			boss = 231,  --BossID
 | ||
| 			mob = 
 | ||
| 			{
 | ||
| 			    x1 = 30, x2 = 36, y1 = 25, y2 = 30,livetime = 600,
 | ||
| 			},
 | ||
| 			desc = OldLang.Script.PerBossDesc004,
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 	        enterlevel = {3,90}, --玩家进入等级(转数,等级)
 | ||
| 			enterpos = {x=30,y=30}, --进入坐标
 | ||
| 			consumes =  --进入消耗
 | ||
| 			{
 | ||
| 			   {type = 22, id = 0, count = 10}, 
 | ||
| 			},
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 207,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 202,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 216,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 211,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 225,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 220,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 			},
 | ||
| 			awards =  --通关奖励
 | ||
| 			{
 | ||
| 			    {type = 1, id = 0, count = 9000000, bind = 0 , strong = 0 , quality = 0 , },
 | ||
| 				{type = 0, id = 1103, count = 15, bind = 1 , strong = 0 , quality = 0 , },
 | ||
| 			},
 | ||
| 			AwardsConsume =  --双倍领取消耗 
 | ||
| 			{
 | ||
| 			    {type = 10, id = 0, count = 60}, 
 | ||
| 			},
 | ||
| 		},
 | ||
| 	    {
 | ||
| 			fubenid = 7,  --副本id
 | ||
| 			boss = 232,  --BossID
 | ||
| 			mob = 
 | ||
| 			{
 | ||
| 			    x1 = 26, x2 = 30, y1 = 26, y2 = 30,livetime = 600,
 | ||
| 			},
 | ||
| 			desc = OldLang.Script.PerBossDesc005,
 | ||
| 			mdp = {255,240}, -- mdp BOSS大图偏移值
 | ||
| 	        enterlevel = {5,92}, --玩家进入等级(转数,等级)
 | ||
| 			enterpos = {x=28,y=35}, --进入坐标
 | ||
| 			consumes =  --进入消耗
 | ||
| 			{
 | ||
| 			   {type = 22, id = 0, count = 10}, 
 | ||
| 			},
 | ||
| 			drops  = --极品掉落
 | ||
| 			{
 | ||
| {type = 0,id = 259,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 257,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 268,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 266,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 277,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| {type = 0,id = 275,count = 1,bind = 0,strong = 0,quality = 0},
 | ||
| 
 | ||
| 			},
 | ||
| 			awards =  --通关奖励
 | ||
| 			{
 | ||
| 			    {type = 1, id = 0, count = 15000000, bind = 0 , strong = 0 , quality = 0 , },
 | ||
| 				{type = 0, id = 1103, count = 20, bind = 1 , strong = 0 , quality = 0 , },
 | ||
| 			},
 | ||
| 			AwardsConsume =  --双倍领取消耗 
 | ||
| 			{
 | ||
| 			    {type = 10, id = 0, count = 100}, 
 | ||
| 			},
 | ||
| 		},	
 | ||
| 	},
 | ||
| 
 | ||
|     ------------------------Boss积分兑换寻宝积分--------------------------------	
 | ||
| 	Exchange = 
 | ||
| 	{
 | ||
| 	    bossjf = 10000, xunbaojf = 1,  
 | ||
| 	},
 | ||
| 
 | ||
| } |