diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2012-01-17 21:15:37 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2012-01-17 21:15:37 +0100 |
commit | dc46d5c9768238ff8f8030576afba568e230ecf0 (patch) | |
tree | 220b8f41da1bd203d955304e48b337bb057d197b /world/map/npc/033-1 | |
parent | b9c76c51e9ba9c84a0bee23466901c6166569a67 (diff) | |
download | serverdata-dc46d5c9768238ff8f8030576afba568e230ecf0.tar.gz serverdata-dc46d5c9768238ff8f8030576afba568e230ecf0.tar.bz2 serverdata-dc46d5c9768238ff8f8030576afba568e230ecf0.tar.xz serverdata-dc46d5c9768238ff8f8030576afba568e230ecf0.zip |
Barbarian: some tweaks
- in dialogue
- on the ambushs: increased amount of wolverns to hunt, but decreased numbers of wolverns per ambush
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: |