From 7c929681ed5891f8f9614cae32838cdca2c8e64a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 22 Jun 2018 12:04:17 -0300 Subject: Extra dialog line on Helena if you have a Blue Mana Pearl. Could cause an emote --- npc/012-2/helena.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/012-2') diff --git a/npc/012-2/helena.txt b/npc/012-2/helena.txt index 359872caf..23d26e931 100644 --- a/npc/012-2/helena.txt +++ b/npc/012-2/helena.txt @@ -163,6 +163,11 @@ L_Quest: mesn; mesq l("Unfortunately, I was cursed to never enter their cave again. They used a @@ to do that!", getitemlink(BlueManaPearl)); next; + if (countitem(BlueManaPearl) >= 1) { + mesn; + mesq l("Ah... You have one too. Be careful with it, please. Many people lost their lives because they didn't handled that correctly."); + next; + } mesn; mesq l("Thankfully that item is too rare. I want somebody to slay the bandit leader, but if you want to do it, you must prove yourself."); next; -- cgit v1.2.3-60-g2f50