summaryrefslogtreecommitdiff
path: root/npc/battleground
diff options
context:
space:
mode:
Diffstat (limited to 'npc/battleground')
-rw-r--r--npc/battleground/flavius/flavius01.txt7
-rw-r--r--npc/battleground/flavius/flavius02.txt7
-rw-r--r--npc/battleground/kvm/kvm02.txt18
-rw-r--r--npc/battleground/kvm/kvm03.txt11
-rw-r--r--npc/battleground/tierra/tierra01.txt7
-rw-r--r--npc/battleground/tierra/tierra02.txt7
6 files changed, 32 insertions, 25 deletions
diff --git a/npc/battleground/flavius/flavius01.txt b/npc/battleground/flavius/flavius01.txt
index 33a8e7997..8825db8b3 100644
--- a/npc/battleground/flavius/flavius01.txt
+++ b/npc/battleground/flavius/flavius01.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@@ -14,6 +14,7 @@
//===== Additional Comments: =================================
//= 1.0 First Version.
//= 1.1 Fixed pink crystal spawning as blue. [L0ne_W0lf]
+//= 1.2 Updated 'waitingroom' to support required zeny/lvl. [Kisuka]
//============================================================
// Waiting Room NPCs
@@ -21,7 +22,7 @@
bat_room,86,227,4 script Lieutenant Ator 418,{
end;
OnInit:
- waitingroom "Battle Station",10,"start#bat_b01::OnReadyCheck",1;
+ waitingroom "Battle Station",10,"start#bat_b01::OnReadyCheck",1,0,80,99;
end;
OnEnterBG:
set $@FlaviusBG1_id1, waitingroom2bg("bat_b01",10,290,"start#bat_b01::OnGuillaumeQuit","");
@@ -31,7 +32,7 @@ OnEnterBG:
bat_room,85,204,0 script Lieutenant Thelokus 414,{
end;
OnInit:
- waitingroom "Battle Station",10,"start#bat_b01::OnReadyCheck",1;
+ waitingroom "Battle Station",10,"start#bat_b01::OnReadyCheck",1,0,80,99;
end;
OnEnterBG:
set $@FlaviusBG1_id2, waitingroom2bg("bat_b01",390,10,"start#bat_b01::OnCroixQuit","");
diff --git a/npc/battleground/flavius/flavius02.txt b/npc/battleground/flavius/flavius02.txt
index 0fa8cc9b9..e31223226 100644
--- a/npc/battleground/flavius/flavius02.txt
+++ b/npc/battleground/flavius/flavius02.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.2
+//= 1.3
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@@ -15,6 +15,7 @@
//= 1.0 First Version.
//= 1.1 Fixed NPCs being called for waiting rooms. (bugreport:4395)
//= 1.2 Fixed pink crystal spawning as blue. [L0ne_W0lf]
+//= 1.3 Updated 'waitingroom' to support required zeny/lvl. [Kisuka]
//============================================================
// Waiting Room NPCs
@@ -22,7 +23,7 @@
bat_room,142,227,4 script Lieutenant Huvas 418,{
end;
OnInit:
- waitingroom "Battle Station",10,"start#bat_b02::OnReadyCheck",1;
+ waitingroom "Battle Station",10,"start#bat_b02::OnReadyCheck",1,0,80,99;
end;
OnEnterBG:
set $@FlaviusBG2_id1, waitingroom2bg("bat_b02",10,290,"start#bat_b02::OnGuillaumeQuit","");
@@ -32,7 +33,7 @@ OnEnterBG:
bat_room,142,204,0 script Lieutenant Yukon 414,{
end;
OnInit:
- waitingroom "Battle Station",10,"start#bat_b02::OnReadyCheck",1;
+ waitingroom "Battle Station",10,"start#bat_b02::OnReadyCheck",1,0,80,99;
end;
OnEnterBG:
set $@FlaviusBG2_id2, waitingroom2bg("bat_b02",390,10,"start#bat_b02::OnCroixQuit","");
diff --git a/npc/battleground/kvm/kvm02.txt b/npc/battleground/kvm/kvm02.txt
index 8acfcae31..815bcefe2 100644
--- a/npc/battleground/kvm/kvm02.txt
+++ b/npc/battleground/kvm/kvm02.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= ???, L0ne_W0lf
//===== Current Version: =====================================
-//= 1.2
+//= 1.3
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@@ -17,6 +17,8 @@
//= 1.2 Upated some announces and dialogs from iRO.
//= Changed how the scoreboard works slightly.
//= Removed the areapercentheals, and minor things.
+//= 1.3 Fixed wrong names for disablenpc/enablenpc. [Ai4rei]
+//= Fixed points in text and actual points differing.
//============================================================
// Waiting Room NPCs
@@ -131,8 +133,8 @@ OnInit:
setwall "bat_c02",55,122,5,7,0,"batc02wall_b";
setwall "bat_c02",140,56,6,7,0,"batc02wall_c";
setwall "bat_c02",140,57,5,7,0,"batc02wall_d";
- disablenpc "VintenarKvM02a";
- disablenpc "VintenarKvM02b";
+ disablenpc "KVM Officer#KVM02A";
+ disablenpc "KVM Officer#KVM02B";
end;
OnGuillaumeJoin:
@@ -186,8 +188,8 @@ OnReadyCheck:
end;
OnStart:
- disablenpc "VintenarKvM02a";
- disablenpc "VintenarKvM02b";
+ disablenpc "KVM Officer#KVM02A";
+ disablenpc "KVM Officer#KVM02B";
set $@KvM02BG_Victory, 0;
// Warp Teams
bg_warp $@KvM02BG_id1,"bat_c02",53,128;
@@ -314,8 +316,8 @@ OnCroixWin:
OnStop:
stopnpctimer;
- enablenpc "VintenarKvM02a";
- enablenpc "VintenarKvM02b";
+ enablenpc "KVM Officer#KVM02A";
+ enablenpc "KVM Officer#KVM02B";
// Warp Teams
bg_warp $@KvM02BG_id1,"bat_c02",53,128;
bg_warp $@KvM02BG_id2,"bat_c02",146,55;
@@ -380,7 +382,7 @@ bat_c02,51,130,5 script KVM Officer#KVM02A 419,{
mes "[KVM Officer]";
mes "Good Game.";
mes "May the glory of KVM be with you.";
- mes "You aquire the winning points: 5";
+ mes "You aquire the winning points: 1";
close2;
}
else
diff --git a/npc/battleground/kvm/kvm03.txt b/npc/battleground/kvm/kvm03.txt
index 1664e6dd3..9b3a1b3ea 100644
--- a/npc/battleground/kvm/kvm03.txt
+++ b/npc/battleground/kvm/kvm03.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= ???, L0ne_W0lf
//===== Current Version: =====================================
-//= 1.2
+//= 1.3
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@@ -17,6 +17,7 @@
//= 1.2 Upated some announces and dialogs from iRO.
//= Changed how the scoreboard works slightly.
//= Removed the areapercentheals, and minor things.
+//= 1.3 Fixed wrong names for disablenpc/enablenpc. [Ai4rei]
//============================================================
// Waiting Room NPCs
@@ -131,8 +132,8 @@ OnInit:
setwall "bat_c03",55,122,5,7,0,"batc03wall_b";
setwall "bat_c03",140,56,6,7,0,"batc03wall_c";
setwall "bat_c03",140,57,5,7,0,"batc03wall_d";
- disablenpc "VintenarKvM03a";
- disablenpc "VintenarKvM03b";
+ disablenpc "KVM Officer#KVM03A";
+ disablenpc "KVM Officer#KVM03B";
end;
OnGuillaumeJoin:
@@ -328,8 +329,8 @@ OnReset:
set $@KvM03BG_Victory, 0;
if( $@KvM03BG_id1 ) { bg_destroy $@KvM03BG_id1; set $@KvM03BG_id1, 0; }
if( $@KvM03BG_id2 ) { bg_destroy $@KvM03BG_id2; set $@KvM03BG_id2, 0; }
- disablenpc "VintenarKvM03a";
- disablenpc "VintenarKvM03b";
+ disablenpc "KVM Officer#KVM03A";
+ disablenpc "KVM Officer#KVM03B";
mapwarp "bat_c03","bat_room",154,150;
maprespawnguildid "bat_c03",0,3; // Just in case someone else
bg_updatescore "bat_c03",5,5;
diff --git a/npc/battleground/tierra/tierra01.txt b/npc/battleground/tierra/tierra01.txt
index 5c911605d..9037c4eee 100644
--- a/npc/battleground/tierra/tierra01.txt
+++ b/npc/battleground/tierra/tierra01.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.1
+//= 1.2
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@@ -14,6 +14,7 @@
//===== Additional Comments: =================================
//= 1.0 First Version.
//= 1.1 Corrected setwalls for barricades. [L0ne_W0lf]
+//= 1.2 Updated 'waitingroom' to support required zeny/lvl. [Kisuka]
//============================================================
// Waiting Room NPCs
@@ -22,7 +23,7 @@ bat_room,57,227,5 script Lieutenant Kalos 418,{
end;
OnInit:
- waitingroom "Battle Station",10,"start#bat_a01::OnReadyCheck",1;
+ waitingroom "Battle Station",10,"start#bat_a01::OnReadyCheck",1,0,80,99;
end;
OnEnterBG:
@@ -34,7 +35,7 @@ bat_room,58,204,1 script Lieutenant Eyor 414,{
end;
OnInit:
- waitingroom "Battle Station",10,"start#bat_a01::OnReadyCheck",1;
+ waitingroom "Battle Station",10,"start#bat_a01::OnReadyCheck",1,0,80,99;
end;
OnEnterBG:
diff --git a/npc/battleground/tierra/tierra02.txt b/npc/battleground/tierra/tierra02.txt
index 0fb3c631e..b498cab6e 100644
--- a/npc/battleground/tierra/tierra02.txt
+++ b/npc/battleground/tierra/tierra02.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= L0ne_W0lf
//===== Current Version: =====================================
-//= 1.0
+//= 1.1
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
@@ -13,6 +13,7 @@
//= - Losing Team: 1 badge
//===== Additional Comments: =================================
//= 1.0 First Version.
+//= 1.1 Updated 'waitingroom' to support required zeny/lvl. [Kisuka]
//============================================================
// Waiting Room NPCs
@@ -21,7 +22,7 @@ bat_room,114,227,5 script Lieutenant Rundel 418,{
end;
OnInit:
- waitingroom "Battle Station",10,"start#bat_a02::OnReadyCheck",1;
+ waitingroom "Battle Station",10,"start#bat_a02::OnReadyCheck",1,0,80,99;
end;
OnEnterBG:
@@ -33,7 +34,7 @@ bat_room,114,204,1 script Lieutenant Guerrit 414,{
end;
OnInit:
- waitingroom "Battle Station",10,"start#bat_a02::OnReadyCheck",1;
+ waitingroom "Battle Station",10,"start#bat_a02::OnReadyCheck",1,0,80,99;
end;
OnEnterBG: