summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJessica Tölke <jtoelke@mail.upb.de>2012-01-17 21:15:37 +0100
committerJessica Tölke <jtoelke@mail.upb.de>2012-01-17 21:15:37 +0100
commitdc46d5c9768238ff8f8030576afba568e230ecf0 (patch)
tree220b8f41da1bd203d955304e48b337bb057d197b
parentb9c76c51e9ba9c84a0bee23466901c6166569a67 (diff)
downloadserverdata-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
-rw-r--r--world/map/npc/033-1/barbarianinit.txt2
-rw-r--r--world/map/npc/033-1/birrod.txt1
-rw-r--r--world/map/npc/033-1/yerrnk.txt3
-rw-r--r--world/map/npc/034-1/ambushs.txt30
4 files changed, 19 insertions, 17 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:
diff --git a/world/map/npc/034-1/ambushs.txt b/world/map/npc/034-1/ambushs.txt
index 78084764..5df57591 100644
--- a/world/map/npc/034-1/ambushs.txt
+++ b/world/map/npc/034-1/ambushs.txt
@@ -24,7 +24,7 @@ OnAmbush:
if (attachrid($@Ambush0VictimID) == 0)
goto L_Abort;
set $@Q_Barbarians_wolvern_amount, 10; // has to be same value as in birrod.txt
- set $@Ambush0_Spawn, 4 + rand(3);
+ set $@Ambush0_Spawn, 3 + rand(1);
message strcharinfo(0), "An ambush!";
areamonster "034-1.gat", 113, 55, 122, 63, "", 1090, $@Ambush0_Spawn, "#Ambush0::OnWolvernDeath";
end;
@@ -78,7 +78,7 @@ OnAmbush:
if (attachrid($@Ambush1VictimID) == 0)
end;
set $@Q_Barbarians_wolvern_amount, 10; // has to be same value as in birrod.txt
- set $@Ambush1_Spawn, 4 + rand(3);
+ set $@Ambush1_Spawn, 3 + rand(1);
message strcharinfo(0), "An ambush!";
areamonster "034-1.gat", 91, 89, 98, 94, "", 1090, $@Ambush1_Spawn, "#Ambush1::OnWolvernDeath";
end;
@@ -132,7 +132,7 @@ OnAmbush:
if (attachrid($@Ambush2VictimID) == 0)
goto L_Abort;
set $@Q_Barbarians_wolvern_amount, 10; // has to be same value as in birrod.txt
- set $@Ambush2_Spawn, 4 + rand(3);
+ set $@Ambush2_Spawn, 3 + rand(1);
message strcharinfo(0), "An ambush!";
areamonster "034-1.gat", 118, 32, 126, 39, "", 1090, $@Ambush2_Spawn, "#Ambush2::OnWolvernDeath";
end;
@@ -186,7 +186,7 @@ OnAmbush:
if (attachrid($@Ambush3VictimID) == 0)
goto L_Abort;
set $@Q_Barbarians_wolvern_amount, 10; // has to be same value as in birrod.txt
- set $@Ambush3_Spawn, 4 + rand(3);
+ set $@Ambush3_Spawn, 3 + rand(1);
message strcharinfo(0), "An ambush!";
areamonster "034-1.gat", 79, 41, 86, 47, "", 1090, $@Ambush3_Spawn, "#Ambush3::OnWolvernDeath";
end;
@@ -240,7 +240,7 @@ OnAmbush:
if (attachrid($@Ambush4VictimID) == 0)
goto L_Abort;
set $@Q_Barbarians_wolvern_amount, 10; // has to be same value as in birrod.txt
- set $@Ambush4_Spawn, 4 + rand(3);
+ set $@Ambush4_Spawn, 3 + rand(1);
message strcharinfo(0), "An ambush!";
areamonster "034-1.gat", 69, 25, 77, 31, "", 1090, $@Ambush4_Spawn, "#Ambush4::OnWolvernDeath";
end;
@@ -294,7 +294,7 @@ OnAmbush:
if (attachrid($@Ambush5VictimID) == 0)
goto L_Abort;
set $@Q_Barbarians_wolvern_amount, 10; // has to be same value as in birrod.txt
- set $@Ambush5_Spawn, 4 + rand(3);
+ set $@Ambush5_Spawn, 3 + rand(1);
message strcharinfo(0), "An ambush!";
areamonster "034-1.gat", 22, 40, 30, 48, "", 1090, $@Ambush5_Spawn, "#Ambush5::OnWolvernDeath";
end;
@@ -348,7 +348,7 @@ OnAmbush:
if (attachrid($@Ambush6VictimID) == 0)
goto L_Abort;
set $@Q_Barbarians_wolvern_amount, 10; // has to be same value as in birrod.txt
- set $@Ambush6_Spawn, 4 + rand(3);
+ set $@Ambush6_Spawn, 3 + rand(1);
message strcharinfo(0), "An ambush!";
areamonster "034-1.gat", 46, 45, 54, 50, "", 1090, $@Ambush6_Spawn, "#Ambush6::OnWolvernDeath";
end;
@@ -402,7 +402,7 @@ OnAmbush:
if (attachrid($@Ambush7VictimID) == 0)
goto L_Abort;
set $@Q_Barbarians_wolvern_amount, 10; // has to be same value as in birrod.txt
- set $@Ambush7_Spawn, 4 + rand(3);
+ set $@Ambush7_Spawn, 3 + rand(1);
message strcharinfo(0), "An ambush!";
areamonster "034-1.gat", 31, 59, 39, 65, "", 1090, $@Ambush7_Spawn, "#Ambush7::OnWolvernDeath";
end;
@@ -456,7 +456,7 @@ OnAmbush:
if (attachrid($@Ambush8VictimID) == 0)
goto L_Abort;
set $@Q_Barbarians_wolvern_amount, 10; // has to be same value as in birrod.txt
- set $@Ambush8_Spawn, 4 + rand(3);
+ set $@Ambush8_Spawn, 3 + rand(1);
message strcharinfo(0), "An ambush!";
areamonster "034-1.gat", 21, 90, 32, 100, "", 1090, $@Ambush8_Spawn, "#Ambush8::OnWolvernDeath";
end;
@@ -510,7 +510,7 @@ OnAmbush:
if (attachrid($@Ambush9VictimID) == 0)
goto L_Abort;
set $@Q_Barbarians_wolvern_amount, 10; // has to be same value as in birrod.txt
- set $@Ambush9_Spawn, 4 + rand(3);
+ set $@Ambush9_Spawn, 3 + rand(1);
message strcharinfo(0), "An ambush!";
areamonster "034-1.gat", 52, 88, 61, 96, "", 1090, $@Ambush9_Spawn, "#Ambush9::OnWolvernDeath";
end;
@@ -564,7 +564,7 @@ OnAmbush:
if (attachrid($@Ambush10VictimID) == 0)
goto L_Abort;
set $@Q_Barbarians_wolvern_amount, 10; // has to be same value as in birrod.txt
- set $@Ambush10_Spawn, 4 + rand(3);
+ set $@Ambush10_Spawn, 3 + rand(1);
message strcharinfo(0), "An ambush!";
areamonster "034-1.gat", 60, 63, 69, 69, "", 1090, $@Ambush10_Spawn, "#Ambush10::OnWolvernDeath";
end;
@@ -618,7 +618,7 @@ OnAmbush:
if (attachrid($@Ambush11VictimID) == 0)
goto L_Abort;
set $@Q_Barbarians_wolvern_amount, 10; // has to be same value as in birrod.txt
- set $@Ambush11_Spawn, 4 + rand(3);
+ set $@Ambush11_Spawn, 3 + rand(1);
message strcharinfo(0), "An ambush!";
areamonster "034-1.gat", 82, 65, 90, 72, "", 1090, $@Ambush11_Spawn, "#Ambush11::OnWolvernDeath";
end;
@@ -672,7 +672,7 @@ OnAmbush:
if (attachrid($@Ambush12VictimID) == 0)
goto L_Abort;
set $@Q_Barbarians_wolvern_amount, 10; // has to be same value as in birrod.txt
- set $@Ambush12_Spawn, 4 + rand(3);
+ set $@Ambush12_Spawn, 3 + rand(1);
message strcharinfo(0), "An ambush!";
areamonster "034-1.gat", 98, 76, 104, 81, "", 1090, $@Ambush12_Spawn, "#Ambush12::OnWolvernDeath";
end;
@@ -726,7 +726,7 @@ OnAmbush:
if (attachrid($@Ambush13VictimID) == 0)
goto L_Abort;
set $@Q_Barbarians_wolvern_amount, 10; // has to be same value as in birrod.txt
- set $@Ambush13_Spawn, 4 + rand(3);
+ set $@Ambush13_Spawn, 3 + rand(1);
message strcharinfo(0), "An ambush!";
areamonster "034-1.gat", 120, 86, 127, 90, "", 1090, $@Ambush13_Spawn, "#Ambush13::OnWolvernDeath";
end;
@@ -780,7 +780,7 @@ OnAmbush:
if (attachrid($@Ambush14VictimID) == 0)
goto L_Abort;
set $@Q_Barbarians_wolvern_amount, 10; // has to be same value as in birrod.txt
- set $@Ambush14_Spawn, 4 + rand(3);
+ set $@Ambush14_Spawn, 3 + rand(1);
message strcharinfo(0), "An ambush!";
areamonster "034-1.gat", 114, 100, 120, 106, "", 1090, $@Ambush14_Spawn, "#Ambush14::OnWolvernDeath";
end;