feat(npc): 更新 npctrance 配置并添加新 NPC
- 修改 npctrance.config 中多个 NPC 的 Consumelist,将消费类型从 2 改为 4,调整消费数量 - 在 Scenes.config 中的场景 8129 中添加新 NPC(id 为 169)
This commit is contained in:
		| @@ -8129,7 +8129,9 @@ Scenes = { | ||||
| 		defaultY = 11, | ||||
| 		area = {}, | ||||
| 		refresh = {}, | ||||
| 		npc = {}, | ||||
| 		npc = { | ||||
| 			{ id = 169, posx = 18, posy = 18 }, | ||||
| 		}, | ||||
| 		teleport = { | ||||
| 			{ | ||||
| 				posx = 26, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user