diff options
Diffstat (limited to 'world/map/npc/033-1')
-rw-r--r-- | world/map/npc/033-1/barbarianinit.txt | 2 | ||||
-rw-r--r-- | world/map/npc/033-1/birrod.txt | 1 | ||||
-rw-r--r-- | world/map/npc/033-1/yerrnk.txt | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/world/map/npc/033-1/barbarianinit.txt b/world/map/npc/033-1/barbarianinit.txt index a8543356..25d9399c 100644 --- a/world/map/npc/033-1/barbarianinit.txt +++ b/world/map/npc/033-1/barbarianinit.txt @@ -2,5 +2,5 @@ OnInit: set $@Q_Barbarians_MASK, NIBBLE_0_MASK; set $@Q_Barbarians_SHIFT, NIBBLE_0_SHIFT; - set $@Q_Barbarians_wolvern_amount, 10; + set $@Q_Barbarians_wolvern_amount, 16; } diff --git a/world/map/npc/033-1/birrod.txt b/world/map/npc/033-1/birrod.txt index 52c04d8a..791d2c4d 100644 --- a/world/map/npc/033-1/birrod.txt +++ b/world/map/npc/033-1/birrod.txt @@ -202,6 +202,7 @@ L_Success5: goto L_Close; L_Impressed: + mes "[Birrod]"; mes "\"I'm very proud of you being a member of the tribe.\""; goto L_Close; diff --git a/world/map/npc/033-1/yerrnk.txt b/world/map/npc/033-1/yerrnk.txt index 0ea375da..c5d37ce9 100644 --- a/world/map/npc/033-1/yerrnk.txt +++ b/world/map/npc/033-1/yerrnk.txt @@ -161,7 +161,8 @@ L_Done: mes "\"Welcome back, great warrior.\""; menu "What's the reason you came here?",L_Mission, - "Can you explain the raging ability to me?",L_Skill; + "Can you explain the raging ability to me?",L_Skill, + "(Leave)",-; goto L_Close; L_Close: |