diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-28 23:30:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-28 23:30:14 -0300 |
commit | 40a6b45a51037b410223527d628b3b1540d07541 (patch) | |
tree | 9419c46426e5703f03f53a0105a3da6e64e5b8b7 | |
parent | c687f87e5dbeb0c40df9c0f1f94c301b22ce5649 (diff) | |
download | serverdata-40a6b45a51037b410223527d628b3b1540d07541.tar.gz serverdata-40a6b45a51037b410223527d628b3b1540d07541.tar.bz2 serverdata-40a6b45a51037b410223527d628b3b1540d07541.tar.xz serverdata-40a6b45a51037b410223527d628b3b1540d07541.zip |
Lore correction - Nivalis City Well is only used on emergencies I guess
-rw-r--r-- | npc/019-1/well.txt | 9 | ||||
-rw-r--r-- | npc/020-1/well.txt | 2 |
2 files changed, 2 insertions, 9 deletions
diff --git a/npc/019-1/well.txt b/npc/019-1/well.txt index f77e64bde..029f803b7 100644 --- a/npc/019-1/well.txt +++ b/npc/019-1/well.txt @@ -2,14 +2,7 @@ // Author: // Jesusalva // Description: -// Better to skip this quest. It is too poor and would require more work, -// eg. rope and something to make the player take part on it... Probably? -// TODO: We could also throw random stuff (dig script), and use makeitem() to -// make it pop at Terranite Cave, near the lake, suggesting that's where the water -// comes from. -// TODO: Yeti related to Angela quest. Ever-cicle logic - sep 11st. -// Friendly, safe because water on Terranite Cave is too cold, but aware of -// Terranite. +// Well connected to Terranite Cave. This is the water Nivalis townsfolk uses. 019-1,110,101,0 script Well#Nivalis NPC_NO_SPRITE,{ // Begin here diff --git a/npc/020-1/well.txt b/npc/020-1/well.txt index 2eb72ce51..94265f0e5 100644 --- a/npc/020-1/well.txt +++ b/npc/020-1/well.txt @@ -5,7 +5,7 @@ // 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."); + npctalkonce l("This well is sealed. They must take water outside the town."); end; OnInit: |