From aea9ebbf0ef5c1da7de1735d234862d14b8e4b00 Mon Sep 17 00:00:00 2001 From: JohnsonMichaels123 <75835176+JohnsonMichaels123@users.noreply.github.com> Date: Sun, 13 Dec 2020 12:56:15 -0800 Subject: [PATCH] Added NPCs for Lost City Quest (#430) Added NPCs Monk, Wizard, Archer and Warrior west of Lumbridge swamp for quest "Lost City". --- 2006Redone Server/data/cfg/spawns.json | 46 +++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/2006Redone Server/data/cfg/spawns.json b/2006Redone Server/data/cfg/spawns.json index 9731d3f9..9e6d4f5d 100644 --- a/2006Redone Server/data/cfg/spawns.json +++ b/2006Redone Server/data/cfg/spawns.json @@ -23579,4 +23579,48 @@ "walk": 1, "height": 0 } -] \ No newline at end of file + , + { + "maxHit": 7, + "strength": 25, + "attack": 20, + "x": 3148, + "y": 3206, + "id": 652, + "walk": 1, + "height": 0 + } + , + { + "maxHit": 7, + "strength": 25, + "attack": 20, + "x": 3150, + "y": 3204, + "id": 651, + "walk": 1, + "height": 0 + } + , + { + "maxHit": 7, + "strength": 25, + "attack": 20, + "x": 3153, + "y": 3204, + "id": 650, + "walk": 1, + "height": 0 + } + , + { + "maxHit": 7, + "strength": 25, + "attack": 20, + "x": 3148, + "y": 3209, + "id": 649, + "walk": 1, + "height": 0 + } +]