diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-28 14:40:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-28 14:40:34 -0300 |
commit | 7406d29f803d39750410a160557dc16b349f859c (patch) | |
tree | d47f78d3ca2ca620476f57808f967907312db1da /npc/002-1 | |
parent | a35a2edebc387c91d47ca9eceaf531edb507031e (diff) | |
download | serverdata-7406d29f803d39750410a160557dc16b349f859c.tar.gz serverdata-7406d29f803d39750410a160557dc16b349f859c.tar.bz2 serverdata-7406d29f803d39750410a160557dc16b349f859c.tar.xz serverdata-7406d29f803d39750410a160557dc16b349f859c.zip |
Block Dan's quest to level 1 players. [skip ci]
Diffstat (limited to 'npc/002-1')
-rw-r--r-- | npc/002-1/dan.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/002-1/dan.txt b/npc/002-1/dan.txt index 3e2fabf60..c33246a6c 100644 --- a/npc/002-1/dan.txt +++ b/npc/002-1/dan.txt @@ -29,6 +29,7 @@ close; L_Quest: + if (BaseLevel < 2) goto L_Weak; mes ""; mesn; mesq l("Then could you perhaps kill 12 @@ for me?!", getmonsterlink(Piou)); @@ -41,6 +42,12 @@ L_Quest: mesq l("Oh, please. They're weaker than Maggots. They will only pose a threat if you're unarmed."); close; +L_Weak: + mes ""; + mesn; + mesq l("Hmpf, so says a level 1 player."); + close; + L_Continue: mes ""; mesn; |