From 2364cd41b9422d27f80ba64129818aa77095fe83 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 22 May 2019 10:43:08 -0300 Subject: Add the NPCs on Blue Sage Basement. You can now make 2 Coal daily for 15 logs. --- npc/020-7-2/parcival.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'npc/020-7-2/parcival.txt') diff --git a/npc/020-7-2/parcival.txt b/npc/020-7-2/parcival.txt index 92aae41ef..140ee673f 100644 --- a/npc/020-7-2/parcival.txt +++ b/npc/020-7-2/parcival.txt @@ -5,5 +5,18 @@ // Description: // Informs about the Slime Cage +020-7-2,25,51,0 script Parcival NPC_BLUESAGEWORKER_MA,{ + mesn; + mesq l("We keep the Slimes past the barrier for the night, so be careful when entering."); + next; + mesn; + mesq l("A good thing we still use sturdy standard steel grating on the emergency exit which lead to Nivalis. I can't imagine how bad the incident would be wasn't for that."); + close; + +OnInit: + .sex=G_MALE; + .distance=5; + end; +} -- cgit v1.2.3-60-g2f50