From dc46d5c9768238ff8f8030576afba568e230ecf0 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Tue, 17 Jan 2012 21:15:37 +0100 Subject: Barbarian: some tweaks - in dialogue - on the ambushs: increased amount of wolverns to hunt, but decreased numbers of wolverns per ambush --- world/map/npc/033-1/barbarianinit.txt | 2 +- world/map/npc/033-1/birrod.txt | 1 + world/map/npc/033-1/yerrnk.txt | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'world/map/npc/033-1') 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: -- cgit v1.2.3-60-g2f50