diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 12:04:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 12:04:17 -0300 |
commit | 7c929681ed5891f8f9614cae32838cdca2c8e64a (patch) | |
tree | 0f2110e1ab0594cc39c77522cab7a448c31eed0e /npc | |
parent | fa443156c4fde4bb4c30a5c5b6ba56d0ef570845 (diff) | |
download | serverdata-7c929681ed5891f8f9614cae32838cdca2c8e64a.tar.gz serverdata-7c929681ed5891f8f9614cae32838cdca2c8e64a.tar.bz2 serverdata-7c929681ed5891f8f9614cae32838cdca2c8e64a.tar.xz serverdata-7c929681ed5891f8f9614cae32838cdca2c8e64a.zip |
Extra dialog line on Helena if you have a Blue Mana Pearl. Could cause an emote
Diffstat (limited to 'npc')
-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; |