From b6556b944451b657993d9d7c9686dce8590bfd5e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 24 Nov 2021 03:53:02 -0300 Subject: Modify part of Frostia's homun quest, add MP bonus for MQ 18 showdown, nerf MP regen skill in 700ms. No additional explanation regarding the MP bonus is needed, if you've been paying attention. --- npc/001-7/homunculus.txt | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'npc/001-7') diff --git a/npc/001-7/homunculus.txt b/npc/001-7/homunculus.txt index 45f6d01b9..8ab51ac02 100644 --- a/npc/001-7/homunculus.txt +++ b/npc/001-7/homunculus.txt @@ -45,7 +45,23 @@ OnTouch: mesc l("You have no idea what that means."), 1; close; } else { - mesc l("You know the answer can only be @@.", getitemlink(Coffee)), 3; + //mesc l("You know the answer can only be @@.", getitemlink(Coffee)), 3; + mesc l("Fortunately, we know the answer is..."), 3; + next; + select + l("...Actually, I'm drawing in a blank."), + l("...Tea."), + l("...Coffee."), + l("...Water."), + l("...Potion."), + l("...Blood."), + l("...Cocktail."), + l("...Poison."); + mes ""; + if (@menu != 3) { + mesc l("But unfortunately, whoever made this riddle disagrees with me."); + close; + } } next; mesn l("Magically Sealed Gate"); -- cgit v1.2.3-60-g2f50