From c15e87400250ec05711441be4f8c4984c8a583c0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 15 Jun 2018 15:28:15 -0300 Subject: Saulc is right, Bucket dialog --- npc/003-1/well.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'npc/003-1') diff --git a/npc/003-1/well.txt b/npc/003-1/well.txt index 75c8f91ba..fcfc1e59f 100644 --- a/npc/003-1/well.txt +++ b/npc/003-1/well.txt @@ -4,8 +4,12 @@ // Jesusalva 003-1,45,80,0 script Well#003-1 NPC_NO_SPRITE,{ - - mes col("This well is too deep and you don't have a bucket.", 9); + if (countitem(Bucket) < 0) { + mes col("This well is too deep and you don't have a bucket.", 9); + } else { + mes col("Hey you have a bucket! Too bad there are, you know, HOLES on it, so you can see.", 9); + mes col("That's exactly why you can't use it to get water. Silly.", 9); + } if (!Zeny) close; next; -- cgit v1.2.3-60-g2f50