From cc0b676febf054b0c3d8b239549bf32d1a7867ed Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 11 Mar 2019 02:22:37 -0300 Subject: Rebuild map data and improve some quests from Nivalis --- npc/020-1/well.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 npc/020-1/well.txt (limited to 'npc/020-1/well.txt') diff --git a/npc/020-1/well.txt b/npc/020-1/well.txt new file mode 100644 index 000000000..2eb72ce51 --- /dev/null +++ b/npc/020-1/well.txt @@ -0,0 +1,14 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// Description: +// Annoy players + +020-1,99,83,0 script #NivalisWell NPC_NO_SPRITE,{ + npctalkonce l("This well is dry. They must take water outside the town."); + end; + +OnInit: + .distance=3; + end; +} -- cgit v1.2.3-70-g09d2