diff options
Diffstat (limited to 'npc/pre-re/battleground/kvm')
-rw-r--r-- | npc/pre-re/battleground/kvm/kvm01.txt | 4 | ||||
-rw-r--r-- | npc/pre-re/battleground/kvm/kvm02.txt | 4 | ||||
-rw-r--r-- | npc/pre-re/battleground/kvm/kvm03.txt | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/npc/pre-re/battleground/kvm/kvm01.txt b/npc/pre-re/battleground/kvm/kvm01.txt index 684df0e71..b69649944 100644 --- a/npc/pre-re/battleground/kvm/kvm01.txt +++ b/npc/pre-re/battleground/kvm/kvm01.txt @@ -25,7 +25,7 @@ bat_room,169,226,5 script KVM Waiting Room#a::KvM01R_Guillaume 418,{ end; OnInit: - waitingroom "Battle Station 5 Players",5,"KvM01_BG::OnGuillaumeJoin",1; + waitingroom "Battle Station 5 Players",6,"KvM01_BG::OnGuillaumeJoin",1; end; OnEnterBG: @@ -39,7 +39,7 @@ bat_room,169,205,3 script KVM Waiting Room#b::KvM01R_Croix 414,{ end; OnInit: - waitingroom "Battle Station 5 Players",5,"KvM01_BG::OnCroixJoin",1; + waitingroom "Battle Station 5 Players",6,"KvM01_BG::OnCroixJoin",1; end; OnEnterBG: diff --git a/npc/pre-re/battleground/kvm/kvm02.txt b/npc/pre-re/battleground/kvm/kvm02.txt index 5f6c118d3..d99741834 100644 --- a/npc/pre-re/battleground/kvm/kvm02.txt +++ b/npc/pre-re/battleground/kvm/kvm02.txt @@ -27,7 +27,7 @@ bat_room,197,226,5 script KVM Waiting Room#a2::KvM02R_Guillaume 418,{ end; OnInit: - waitingroom "Battle Station 5 Players",5,"KvM02_BG::OnGuillaumeJoin",1; + waitingroom "Battle Station 5 Players",6,"KvM02_BG::OnGuillaumeJoin",1; end; OnEnterBG: @@ -41,7 +41,7 @@ bat_room,197,205,3 script KVM Waiting Room#b2::KvM02R_Croix 414,{ end; OnInit: - waitingroom "Battle Station 5 Players",5,"KvM02_BG::OnCroixJoin",1; + waitingroom "Battle Station 5 Players",6,"KvM02_BG::OnCroixJoin",1; end; OnEnterBG: diff --git a/npc/pre-re/battleground/kvm/kvm03.txt b/npc/pre-re/battleground/kvm/kvm03.txt index 4b685be55..8cc26dc93 100644 --- a/npc/pre-re/battleground/kvm/kvm03.txt +++ b/npc/pre-re/battleground/kvm/kvm03.txt @@ -26,7 +26,7 @@ bat_room,225,226,5 script KVM Waiting Room#a3::KvM03R_Guillaume 418,{ end; OnInit: - waitingroom "Battle Station 5 Players",5,"KvM03_BG::OnGuillaumeJoin",1; + waitingroom "Battle Station 5 Players",6,"KvM03_BG::OnGuillaumeJoin",1; end; OnEnterBG: @@ -40,7 +40,7 @@ bat_room,225,205,3 script KVM Waiting Room#b3::KvM03R_Croix 414,{ end; OnInit: - waitingroom "Battle Station 5 Players",5,"KvM03_BG::OnCroixJoin",1; + waitingroom "Battle Station 5 Players",6,"KvM03_BG::OnCroixJoin",1; end; OnEnterBG: |