summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorWombat <hpwombat@yahoo.com>2011-02-25 06:14:18 -0500
committerJessica Tölke <jtoelke@mail.upb.de>2011-03-01 17:12:44 +0100
commit40d620b61637c4d17d508cfa94aa605a3911ca5e (patch)
treecba6ea7e4454964a42bd14604caa2e0d54167c7f /npc
parentce9b183dc0aad60c9dc36ee534c6a975e7f4409f (diff)
downloadserverdata-40d620b61637c4d17d508cfa94aa605a3911ca5e.tar.gz
serverdata-40d620b61637c4d17d508cfa94aa605a3911ca5e.tar.bz2
serverdata-40d620b61637c4d17d508cfa94aa605a3911ca5e.tar.xz
serverdata-40d620b61637c4d17d508cfa94aa605a3911ca5e.zip
alchemist green dye quest now requires level 30 to start
Diffstat (limited to 'npc')
-rw-r--r--npc/011-1_Woodland/alchemist.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/011-1_Woodland/alchemist.txt b/npc/011-1_Woodland/alchemist.txt
index de07be70..f78bf515 100644
--- a/npc/011-1_Woodland/alchemist.txt
+++ b/npc/011-1_Woodland/alchemist.txt
@@ -527,6 +527,11 @@ L_d_green:
next;
goto L_intermediate;
+L_d_no_green:
+ mes "[Rauk the Alchemist]";
+ mes "\"Come back when you are a little more experienced. I might be able to tell you how to make green dye then.\"";
+ close;
+
L_orange:
if (countitem("AlizarinHerb") < 10) goto L_orange_fail;
if (countitem("GambogeHerb") < 10) goto L_orange_fail;
@@ -673,6 +678,7 @@ L_d_black:
goto L_intermediate;
L_dark_green:
+ if (baselevel < 30) goto L_d_no_green;
if (QUEST_clothdyer_knowsdye != @QUEST_HAS_SOLVED_DYE_PUZZLE)
goto L_d_dark_green;
if (countitem("CobaltHerb") < 10) goto L_dark_green_fail;