summaryrefslogtreecommitdiff
path: root/world/map/npc/033-1/yerrnk.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/033-1/yerrnk.txt')
-rw-r--r--world/map/npc/033-1/yerrnk.txt14
1 files changed, 11 insertions, 3 deletions
diff --git a/world/map/npc/033-1/yerrnk.txt b/world/map/npc/033-1/yerrnk.txt
index 022fb7ee..a951a8e4 100644
--- a/world/map/npc/033-1/yerrnk.txt
+++ b/world/map/npc/033-1/yerrnk.txt
@@ -1,5 +1,5 @@
033-1.gat,66,28,0 script Yerrnk 216, {
-
+//TODO: minimum level for quests?
set @Q_Barbarians_MASK, NIBBLE_0_MASK;
set @Q_Barbarians_SHIFT, NIBBLE_0_SHIFT;
@@ -70,8 +70,16 @@ L_Sorrow:
L_Birrod:
mes "[Yerrnk]";
mes "\"" + strcharinfo(0) + ", I have to admit that I'm surprised by your skills.";
- mes "You've proved your braveness and strength.";
- mes "Please talk to Birrod to receive the initiation ritual to become a warrior of the Mangarr.\"";
+ mes "You've proved your braveness and strength.\"";
+//TODO: find out the problem
+ if (getskilllv(SKILL_POOL) == 0) goto L_Not_Ready;
+ mes "\"Please talk to Birrod to receive the initiation ritual to become a warrior of the Mangarr.\"";
+ close;
+
+L_Not_Ready:
+ mes "[Yerrnk]";
+ mes "\"But you're not yet ready to become a fully accepted warrior of our tribe.";
+ mes "You should travel the world to gain the ability to focus on your inner strength.\"";
close;
L_Warrior: