diff options
-rw-r--r-- | npc/012-2/helena.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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; |