From 287430d194d42c809ded593ae516a5e02e307fdf Mon Sep 17 00:00:00 2001 From: Alige Date: Sat, 28 Jan 2017 22:48:46 +0400 Subject: Added a new ID for Dan's note and fixed its coordinates. --- db/constants.conf | 1 + npc/001-2-22/note.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/db/constants.conf b/db/constants.conf index f4d3ab49..dd778a9a 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3813,6 +3813,7 @@ constants_db: { NPC_TREE_LEAF: 909 NPC_FINAL_POINT: 910 NPC_KATJA_TREE: 911 + NPC_DAN_NOTE: 912 NPC_OFFSET_NO_SPRITE: 998 NPC_NO_SPRITE: 999 NPC_HIDDEN: 32767 diff --git a/npc/001-2-22/note.txt b/npc/001-2-22/note.txt index 36d62029..b2560503 100644 --- a/npc/001-2-22/note.txt +++ b/npc/001-2-22/note.txt @@ -4,7 +4,7 @@ // Description: // -001-2-22,22,33,0 script Note#001-2-22 NPC_NO_SPRITE,{ +001-2-22,31,31,0 script Note#001-2-22 NPC_DAN_NOTE,{ mesn; mesq l("This note was left by somebody."); next; @@ -18,7 +18,7 @@ L_Content: mesn; mes "\"" + l("Dear sister,"); - mes l("During the next few days, we will finally reach Artis."); + mes l("In a couple of days, we will finally reach Artis."); next; mes l("I will send you this letter as soon as I arrive."); -- cgit v1.2.3-60-g2f50