feat(LogServer): 新增神话年兽 monster 及相关配置
- 新增神话年兽 monster 配置,包括属性、技能、掉落等 - 添加新武器随机组配置 - 调整场景配置,增加年兽刷新点和相关 NPC - 修改部分掉落表概率
This commit is contained in:
		| @@ -8359,7 +8359,7 @@ Scenes = { | ||||
| 				name = Lang.Scenes.s00146, | ||||
| 				mapHide = false, | ||||
| 			}, | ||||
|             {posx = 18,posy = 25,dist = 0,toSceneid = 150,toPosx = 53,toPosy = 36,modelid = 105,name = Lang.Scenes.s00150,mapHide = false}, | ||||
|             {posx = 18,posy = 25,dist = 0,toSceneid = 150,toPosx = 98,toPosy = 66,modelid = 105,name = Lang.Scenes.s00150,mapHide = false}, | ||||
| 		}, | ||||
| 		hook = { | ||||
| 			{ x = 17, y = 53 }, | ||||
| @@ -8655,8 +8655,18 @@ Scenes = { | ||||
| 				}, | ||||
| 			}, | ||||
| 		}, | ||||
| 		refresh = {}, | ||||
| 		npc = {}, | ||||
| 		refresh = { | ||||
|             { count = 1, time = 31536000, firstTime = 3, x = 50, y = 32, range = 0, entityid = 478, progress = 0 }, | ||||
|             { count = 1, time = 3, firstTime = 3, x = 74, y = 49, range = 0, entityid = 111, progress = 0 }, | ||||
|             { count = 1, time = 3, firstTime = 3, x = 71, y = 51, range = 0, entityid = 111, progress = 0 }, | ||||
|             { count = 1, time = 3, firstTime = 3, x = 62, y = 44, range = 0, entityid = 111, progress = 0 }, | ||||
|             { count = 1, time = 3, firstTime = 3, x = 67, y = 41, range = 0, entityid = 111, progress = 0 }, | ||||
|             { count = 1, time = 3, firstTime = 3, x = 93, y = 67, range = 0, entityid = 111, progress = 0 }, | ||||
|         }, | ||||
| 		npc = { | ||||
|             { id = 169, posx = 91 , posy = 67 }, | ||||
|             { id = 89, posx = 38 , posy = 24 }, | ||||
|         }, | ||||
| 		teleport = {}, | ||||
| 		iscall = 0, | ||||
| 	}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user