From 85507cd646d9c01466169a9e131cba0fb0e6d652 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Mon, 18 Jul 2011 22:37:57 +0200 Subject: Barbarians: Adding minigame to Birrod, some dialogue --- world/map/npc/033-1/yerrnk.txt | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'world/map/npc/033-1/yerrnk.txt') 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: -- cgit v1.2.3-70-g09d2