diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-11 02:22:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-11 02:22:37 -0300 |
commit | cc0b676febf054b0c3d8b239549bf32d1a7867ed (patch) | |
tree | 0f2b69fcdff2d925583c1183551a41a4bb9ac822 /npc/020-1/well.txt | |
parent | 362ec950076022a19764b8293b786610682c9724 (diff) | |
download | serverdata-cc0b676febf054b0c3d8b239549bf32d1a7867ed.tar.gz serverdata-cc0b676febf054b0c3d8b239549bf32d1a7867ed.tar.bz2 serverdata-cc0b676febf054b0c3d8b239549bf32d1a7867ed.tar.xz serverdata-cc0b676febf054b0c3d8b239549bf32d1a7867ed.zip |
Rebuild map data and improve some quests from Nivalis
Diffstat (limited to 'npc/020-1/well.txt')
-rw-r--r-- | npc/020-1/well.txt | 14 |
1 files changed, 14 insertions, 0 deletions
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; +} |