diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-06 18:21:00 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-06 18:21:00 +0000 |
commit | e9bd1dd178ffdc275306e457c9a904f46ab745dd (patch) | |
tree | 544fb42c84ab61b1bdc7e947b8e816bd85ebf6a8 /npc/battleground/bg_common.txt | |
parent | c77b5e802c13a0bfaf1ca2d5983ae4154529ad38 (diff) | |
download | hercules-e9bd1dd178ffdc275306e457c9a904f46ab745dd.tar.gz hercules-e9bd1dd178ffdc275306e457c9a904f46ab745dd.tar.bz2 hercules-e9bd1dd178ffdc275306e457c9a904f46ab745dd.tar.xz hercules-e9bd1dd178ffdc275306e457c9a904f46ab745dd.zip |
- Removing battleground maps mapflags from conf/mapflag. I will handle then on each script.
- Fixing some duplicate names on bg_common.txt.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13569 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/battleground/bg_common.txt')
-rw-r--r-- | npc/battleground/bg_common.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/npc/battleground/bg_common.txt b/npc/battleground/bg_common.txt index 61c4ebe54..c4a243c46 100644 --- a/npc/battleground/bg_common.txt +++ b/npc/battleground/bg_common.txt @@ -310,7 +310,7 @@ bat_room,156,121,1 script Tierra Valley Officer#2 414,{ // Guillaume Knight - Tierra
// *********************************************************************
-bat_room,175,178,5 script Guillaume Knight#3 417,{
+bat_room,175,178,5 script Guillaume Knight#2 417,{
mes "[Guillaume Knight]";
mes "Tierra Gorge is a very steep canyon with two forts residing in the north and south ends of the map.";
next;
@@ -375,7 +375,7 @@ bat_room,172,178,5 script Tierra Valley Officer#3 418,{ // Croix Knight - Tierra
// *********************************************************************
-bat_room,175,121,1 script Croix Knight#3 413,{
+bat_room,175,121,1 script Croix Knight#2 413,{
mes "[Croix Knight]";
mes "Tierra Gorge is a very steep canyon with two forts residing in the north and south ends of the map.";
next;
@@ -440,7 +440,7 @@ bat_room,172,121,1 script Tierra Valley Officer#4 414,{ // Guillaune Knight - Flavius
// *********************************************************************
-bat_room,151,178,5 script Guillaume Knight#2 417,{
+bat_room,151,178,5 script Guillaume Knight#3 417,{
mes "[Guillaume Knight]";
mes "The objective of the Flavius Battle is to score 2 points before your enemy by destryoing theur crystal.";
next;
@@ -506,7 +506,7 @@ bat_room,148,178,5 script Flavius Officer#1 418,{ // Croix Knight - Flavius
// *********************************************************************
-bat_room,151,121,1 script Croix Knight#2 413,{
+bat_room,151,121,1 script Croix Knight#3 413,{
mes "[Croix Knight]";
mes "The objective of the Flavius Battle is to score 2 points before your enemy by destryoing theur crystal.";
next;
@@ -572,7 +572,7 @@ bat_room,148,121,1 script Flavius Officer#2 414,{ // Guillaume Knight - KvM
// *********************************************************************
-bat_room,143,178,5 script Guillaume Knight#3 417,{
+bat_room,143,178,5 script Guillaume Knight#4 417,{
mes "[Guillaume Knight]";
mes "To win the Battle of Kriger Von Midgard you and your team must kill all the other oponents before all of you die.";
next;
@@ -635,7 +635,7 @@ bat_room,140,178,5 script KVM [80-99] Officer#1 418,{ // Croix Knight - KvM
// *********************************************************************
-bat_room,143,121,1 script Croix Knight#3 413,{
+bat_room,143,121,1 script Croix Knight#4 413,{
mes "[Croix Knight]";
mes "To win the Battle of Kriger Von Midgard you and your team must kill all the other oponents before all of you die.";
next;
@@ -698,7 +698,7 @@ bat_room,140,121,1 script KVM [80-99] Officer#2 414,{ // Guillaume Knight - KvM
// *********************************************************************
-bat_room,135,178,5 script Guillaume Knight#4 417,{
+bat_room,135,178,5 script Guillaume Knight#5 417,{
mes "[Guillaume Knight]";
mes "To win the Battle of Kriger Von Midgard you and your team must kill all the other oponents before all of you die.";
next;
@@ -761,7 +761,7 @@ bat_room,132,178,5 script KVM [60-79] Officer#1 418,{ // Croix Knight - KvM
// *********************************************************************
-bat_room,135,121,1 script Croix Knight#4 413,{
+bat_room,135,121,1 script Croix Knight#5 413,{
mes "[Croix Knight]";
mes "To win the Battle of Kriger Von Midgard you and your team must kill all the other oponents before all of you die.";
next;
@@ -824,7 +824,7 @@ bat_room,132,121,1 script KVM [60-79] Officer#2 414,{ // Guillaume Knight - KvM
// *********************************************************************
-bat_room,127,178,5 script Guillaume Knight#5 417,{
+bat_room,127,178,5 script Guillaume Knight#6 417,{
mes "[Guillaume Knight]";
mes "To win the Battle of Kriger Von Midgard you and your team must kill all the other oponents before all of you die.";
next;
@@ -887,7 +887,7 @@ bat_room,124,178,5 script KVM [1-59] Officer#1 418,{ // Croix Knight - KvM
// *********************************************************************
-bat_room,127,121,1 script Croix Knight#5 413,{
+bat_room,127,121,1 script Croix Knight#6 413,{
mes "[Croix Knight]";
mes "To win the Battle of Kriger Von Midgard you and your team must kill all the other oponents before all of you die.";
next;
|