From 9ae28ca0591c7b299c3ec11263d7cf2b275ec04d Mon Sep 17 00:00:00 2001 From: masao87 Date: Fri, 6 Jan 2012 20:51:07 +0000 Subject: - Follow up r15281. - Removed MaxLvl check in BG Waitingrooms. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15401 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/battleground/flavius/flavius01.txt | 7 ++++--- npc/battleground/flavius/flavius02.txt | 31 ++++++++++++------------------- npc/battleground/tierra/tierra01.txt | 7 ++++--- npc/battleground/tierra/tierra02.txt | 7 ++++--- 4 files changed, 24 insertions(+), 28 deletions(-) (limited to 'npc/battleground') diff --git a/npc/battleground/flavius/flavius01.txt b/npc/battleground/flavius/flavius01.txt index bb983a0fa..0827719b3 100644 --- a/npc/battleground/flavius/flavius01.txt +++ b/npc/battleground/flavius/flavius01.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.2 +//= 1.3 //===== Compatible With: ===================================== //= rAthena 1.0 //===== Description: ========================================= @@ -15,6 +15,7 @@ //= 1.0 First Version. //= 1.1 Fixed pink crystal spawning as blue. [L0ne_W0lf] //= 1.2 Updated 'waitingroom' to support required zeny/lvl. [Kisuka] +//= 1.3 Removed MaxLvl check in waitingrooms. Replaced setwall with setcell. //============================================================ // Waiting Room NPCs @@ -22,7 +23,7 @@ bat_room,86,227,4 script Lieutenant Ator 418,{ end; OnInit: - waitingroom "Battle Station",10,"start#bat_b01::OnReadyCheck",1,0,80,99; + waitingroom "Battle Station",10,"start#bat_b01::OnReadyCheck",1,0,80; end; OnEnterBG: set $@FlaviusBG1_id1, waitingroom2bg("bat_b01",10,290,"start#bat_b01::OnGuillaumeQuit",""); @@ -32,7 +33,7 @@ OnEnterBG: bat_room,85,204,0 script Lieutenant Thelokus 414,{ end; OnInit: - waitingroom "Battle Station",10,"start#bat_b01::OnReadyCheck",1,0,80,99; + waitingroom "Battle Station",10,"start#bat_b01::OnReadyCheck",1,0,80; 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 b83b4f43f..2dfb22b6f 100644 --- a/npc/battleground/flavius/flavius02.txt +++ b/npc/battleground/flavius/flavius02.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.3 +//= 1.4 //===== Compatible With: ===================================== //= rAthena 1.0 //===== Description: ========================================= @@ -16,6 +16,7 @@ //= 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] +//= 1.4 Removed MaxLvl check in waitingrooms. Replaced setwall with setcell. //============================================================ // Waiting Room NPCs @@ -23,7 +24,7 @@ bat_room,142,227,4 script Lieutenant Huvas 418,{ end; OnInit: - waitingroom "Battle Station",10,"start#bat_b02::OnReadyCheck",1,0,80,99; + waitingroom "Battle Station",10,"start#bat_b02::OnReadyCheck",1,0,80; end; OnEnterBG: set $@FlaviusBG2_id1, waitingroom2bg("bat_b02",10,290,"start#bat_b02::OnGuillaumeQuit",""); @@ -33,7 +34,7 @@ OnEnterBG: bat_room,142,204,0 script Lieutenant Yukon 414,{ end; OnInit: - waitingroom "Battle Station",10,"start#bat_b02::OnReadyCheck",1,0,80,99; + waitingroom "Battle Station",10,"start#bat_b02::OnReadyCheck",1,0,80; end; OnEnterBG: set $@FlaviusBG2_id2, waitingroom2bg("bat_b02",390,10,"start#bat_b02::OnCroixQuit",""); @@ -251,33 +252,25 @@ OnMyMobDead: bat_b02,1,4,3 script cell#bat_b02_a 844,{ Onred: - setwall "bat_b02",60,149,2,6,0,"Guillaume_wall1-1"; - setwall "bat_b02",62,149,2,0,0,"Guillaume_wall1-2"; - setwall "bat_b02",62,151,2,2,0,"Guillaume_wall1-3"; - setwall "bat_b02",60,151,2,4,0,"Guillaume_wall1-4"; + setcell "bat_b02",62,149,60,151,cell_basilica,1; + setcell "bat_b02",62,149,60,151,cell_walkable,0; end; Ongreen: - delwall "Guillaume_wall1-1"; - delwall "Guillaume_wall1-2"; - delwall "Guillaume_wall1-3"; - delwall "Guillaume_wall1-4"; + setcell "bat_b02",62,149,60,151,cell_basilica,0; + setcell "bat_b02",62,149,60,151,cell_walkable,1; end; } bat_b02,1,5,3 script cell#bat_b02_b 844,{ Onred: - setwall "bat_b02",327,149,2,6,0,"Croix_wall1-1"; - setwall "bat_b02",329,149,2,0,0,"Croix_wall1-2"; - setwall "bat_b02",329,151,2,2,0,"Croix_wall1-3"; - setwall "bat_b02",327,151,2,4,0,"Croix_wall1-4"; + setcell "bat_b02",327,151,329,149,cell_basilica,1; + setcell "bat_b02",327,151,329,149,cell_walkable,0; end; Ongreen: - delwall "Croix_wall1-1"; - delwall "Croix_wall1-2"; - delwall "Croix_wall1-3"; - delwall "Croix_wall1-4"; + setcell "bat_b02",327,151,329,149,cell_basilica,0; + setcell "bat_b02",327,151,329,149,cell_walkable,1; end; } diff --git a/npc/battleground/tierra/tierra01.txt b/npc/battleground/tierra/tierra01.txt index a9d60e5cb..1723c8a8a 100644 --- a/npc/battleground/tierra/tierra01.txt +++ b/npc/battleground/tierra/tierra01.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.2 +//= 1.3 //===== Compatible With: ===================================== //= rAthena 1.0 //===== Description: ========================================= @@ -15,6 +15,7 @@ //= 1.0 First Version. //= 1.1 Corrected setwalls for barricades. [L0ne_W0lf] //= 1.2 Updated 'waitingroom' to support required zeny/lvl. [Kisuka] +//= 1.3 Removed MaxLvl check in waitingrooms. //============================================================ // Waiting Room NPCs @@ -23,7 +24,7 @@ bat_room,57,227,5 script Lieutenant Kalos 418,{ end; OnInit: - waitingroom "Battle Station",10,"start#bat_a01::OnReadyCheck",1,0,80,99; + waitingroom "Battle Station",10,"start#bat_a01::OnReadyCheck",1,0,80; end; OnEnterBG: @@ -35,7 +36,7 @@ bat_room,58,204,1 script Lieutenant Eyor 414,{ end; OnInit: - waitingroom "Battle Station",10,"start#bat_a01::OnReadyCheck",1,0,80,99; + waitingroom "Battle Station",10,"start#bat_a01::OnReadyCheck",1,0,80; end; OnEnterBG: diff --git a/npc/battleground/tierra/tierra02.txt b/npc/battleground/tierra/tierra02.txt index ea09e4a94..aaa3b1722 100644 --- a/npc/battleground/tierra/tierra02.txt +++ b/npc/battleground/tierra/tierra02.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.1 +//= 1.2 //===== Compatible With: ===================================== //= rAthena 1.0 //===== Description: ========================================= @@ -14,6 +14,7 @@ //===== Additional Comments: ================================= //= 1.0 First Version. //= 1.1 Updated 'waitingroom' to support required zeny/lvl. [Kisuka] +//= 1.2 Removed MaxLvl check in waitingrooms. //============================================================ // Waiting Room NPCs @@ -22,7 +23,7 @@ bat_room,114,227,5 script Lieutenant Rundel 418,{ end; OnInit: - waitingroom "Battle Station",10,"start#bat_a02::OnReadyCheck",1,0,80,99; + waitingroom "Battle Station",10,"start#bat_a02::OnReadyCheck",1,0,80; end; OnEnterBG: @@ -34,7 +35,7 @@ bat_room,114,204,1 script Lieutenant Guerrit 414,{ end; OnInit: - waitingroom "Battle Station",10,"start#bat_a02::OnReadyCheck",1,0,80,99; + waitingroom "Battle Station",10,"start#bat_a02::OnReadyCheck",1,0,80; end; OnEnterBG: -- cgit v1.2.3-60-g2f50