diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-07-18 22:37:57 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-07-18 22:37:57 +0200 |
commit | 85507cd646d9c01466169a9e131cba0fb0e6d652 (patch) | |
tree | a373c4485f7a85bdb690c566760751432ad920b5 /world/map/npc/033-1/yerrnk.txt | |
parent | 934881c26addfd469aee52113d0bbbd5fcafcb70 (diff) | |
download | serverdata-85507cd646d9c01466169a9e131cba0fb0e6d652.tar.gz serverdata-85507cd646d9c01466169a9e131cba0fb0e6d652.tar.bz2 serverdata-85507cd646d9c01466169a9e131cba0fb0e6d652.tar.xz serverdata-85507cd646d9c01466169a9e131cba0fb0e6d652.zip |
Barbarians: Adding minigame to Birrod, some dialogue
Diffstat (limited to 'world/map/npc/033-1/yerrnk.txt')
-rw-r--r-- | world/map/npc/033-1/yerrnk.txt | 14 |
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: |