summaryrefslogtreecommitdiff
path: root/npc/003-1/oldwell.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-05-29 08:36:48 -0300
committerJesusaves <cpntb1@ymail.com>2018-05-29 08:36:48 -0300
commit978db55628ca20e0cb0581e980d060ccd67c45e2 (patch)
tree5a1bebdcd56402c7c477cf9521c51da3c43c9f3b /npc/003-1/oldwell.txt
parent45336eb09babce123f075e2fc2d13df5b23c3f1d (diff)
downloadserverdata-978db55628ca20e0cb0581e980d060ccd67c45e2.tar.gz
serverdata-978db55628ca20e0cb0581e980d060ccd67c45e2.tar.bz2
serverdata-978db55628ca20e0cb0581e980d060ccd67c45e2.tar.xz
serverdata-978db55628ca20e0cb0581e980d060ccd67c45e2.zip
Well well well, are you felling well?
Diffstat (limited to 'npc/003-1/oldwell.txt')
-rw-r--r--npc/003-1/oldwell.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-1/oldwell.txt b/npc/003-1/oldwell.txt
index 20fd9cab0..119129a4c 100644
--- a/npc/003-1/oldwell.txt
+++ b/npc/003-1/oldwell.txt
@@ -5,10 +5,9 @@
// Description:
// Free well that give sewer water. a good place for tulim kids to miss school :b
-003-1,47,79,0 script Old Well NPC_PLAYER,{
+003-1,47,79,0 script Old Well#003-1 NPC_NO_SPRITE,{
-
- mes col("You found a free well, It's time to plenty some @@!", getitemlink(EmptyBottle)", 9);
+ mes col("You found an old well with a bucket on it! It's time to fill plenty of @@!", getitemlink(EmptyBottle), 9);
input .@count;
if (.@count == 0)
@@ -22,6 +21,7 @@
delitem "EmptyBottle", .@count;
getitem "BottleOfSewerWater", .@count;
+ dispbottom("Eek, Sewer Water! What the?! Better not drink this!");
close;
L_NotEnoughBottles: