From d902d42b09adc424839e15f7a0282afc7971429c Mon Sep 17 00:00:00 2001 From: jesusalva Date: Fri, 9 Feb 2018 23:28:54 -0200 Subject: Reintroduce soul menhirs (client-side) --- db/constants.conf | 9 +++++++++ npc/005-1/soul-menhir.txt | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/db/constants.conf b/db/constants.conf index 29f815f41..82a90218b 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3946,6 +3946,15 @@ constants_db: { NPC_MONA: 450 NPC_GUARD1: 451 + NPC_SOUL_NORMAL: 700 + NPC_SOUL_YELLOW: 701 + NPC_SOUL_SNOW: 702 + NPC_SOUL_CAVE: 703 + NPC_SOUL_CLEAN: 704 + NPC_SOUL_OLD: 705 + NPC_SOUL_MOSS: 706 + NPC_SOUL_CURSED: 707 + NPC_TEST1: 800 NPC_PLAYER: 801 diff --git a/npc/005-1/soul-menhir.txt b/npc/005-1/soul-menhir.txt index 67168bbfc..9688e9c8d 100644 --- a/npc/005-1/soul-menhir.txt +++ b/npc/005-1/soul-menhir.txt @@ -1,5 +1,5 @@ -005-1,36,87,0 script Soul Menhir#candor NPC_PLAYER,{ +005-1,36,87,0 script Soul Menhir#candor NPC_SOUL_MOSS,{ @map$ = "005-1"; // 101→90 setarray @Xs, 35, 36, 37, 35, 37, 35, 36, 37; setarray @Ys, 89, 89, 89, 90, 90, 91, 91, 91; -- cgit v1.2.3-70-g09d2