diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-06 20:51:07 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-06 20:51:07 +0000 |
commit | 9ae28ca0591c7b299c3ec11263d7cf2b275ec04d (patch) | |
tree | 6cbd4e1c40ce1f9d15b14fb294208bbd1aa9a835 /npc/battleground/flavius/flavius01.txt | |
parent | d64a5afd7c7815e8c938f968b753e5849eb90985 (diff) | |
download | hercules-9ae28ca0591c7b299c3ec11263d7cf2b275ec04d.tar.gz hercules-9ae28ca0591c7b299c3ec11263d7cf2b275ec04d.tar.bz2 hercules-9ae28ca0591c7b299c3ec11263d7cf2b275ec04d.tar.xz hercules-9ae28ca0591c7b299c3ec11263d7cf2b275ec04d.zip |
- 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
Diffstat (limited to 'npc/battleground/flavius/flavius01.txt')
-rw-r--r-- | npc/battleground/flavius/flavius01.txt | 7 |
1 files changed, 4 insertions, 3 deletions
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",""); |