From 62d9852ed233f7b795b3339f1f3b4c02f282fd28 Mon Sep 17 00:00:00 2001 From: Badhad <46411657+BadHad@users.noreply.github.com> Date: Sat, 3 Apr 2021 20:28:53 -0400 Subject: [PATCH] Lletya Expansion - Added Lletya Food Store and missing NPC. - Added Lletya Archery Shop and missing NPC. - Added Lletya General Store and missing NPC. --- Server/data/configs/npc_spawns.json | 12 ++++++++++++ Server/data/configs/shops.json | 27 +++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/Server/data/configs/npc_spawns.json b/Server/data/configs/npc_spawns.json index bbebb9841..820dff00a 100644 --- a/Server/data/configs/npc_spawns.json +++ b/Server/data/configs/npc_spawns.json @@ -10590,6 +10590,18 @@ { "npc_id": "555", "loc_data": "{2657,3153,0,1,0}" + }, + { + "npc_id": "2357", + "loc_data": "{2340,3157,1,1,0}" + }, + { + "npc_id": "2356", + "loc_data": "{2323,3163,0,1,0}" + }, + { + "npc_id": "2352", + "loc_data": "{2334,3183,0,1,0}" } ] diff --git a/Server/data/configs/shops.json b/Server/data/configs/shops.json index c42e539fd..f05abb95f 100644 --- a/Server/data/configs/shops.json +++ b/Server/data/configs/shops.json @@ -2023,5 +2023,32 @@ "id": "228", "title": "Fernahei's Fishing Hut", "stock": "{307,5}-{309,5}-{313,200}-{314,500}-{335,0}-{349,0}-{331,0}" + }, + { + "npcs": "2357", + "high_alch": "0", + "currency": "995", + "general_store": "false", + "id": "229", + "title": "Lletya Food Store", + "stock": "{2309,10}-{379,15}-{1993,3}-{1985,10}-{1891,5}" + }, + { + "npcs": "2356", + "high_alch": "0", + "currency": "995", + "general_store": "false", + "id": "230", + "title": "Lletya Archery Shop", + "stock": "{884,2000}-{886,500}-{888,500}-{890,450}-{892,400}-{877,1500}-{843,5}-{845,5}-{837,5}-{849,5}-{847,5}" + }, + { + "npcs": "2352", + "high_alch": "0", + "currency": "995", + "general_store": "true", + "id": "231", + "title": "Lletya General Store", + "stock": "" } ] \ No newline at end of file