diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-08-11 18:17:26 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-08-11 18:17:26 +0000 |
commit | b1ca3ed2ab319fa5a81e24cad92fa2c9801e8806 (patch) | |
tree | 1b5973153481222ab11032ab1c1b5c9877ec81c9 /npc/battleground/kvm/kvm03.txt | |
parent | f43db005fc8a815db1e348ca19693eb5b47bd460 (diff) | |
download | hercules-b1ca3ed2ab319fa5a81e24cad92fa2c9801e8806.tar.gz hercules-b1ca3ed2ab319fa5a81e24cad92fa2c9801e8806.tar.bz2 hercules-b1ca3ed2ab319fa5a81e24cad92fa2c9801e8806.tar.xz hercules-b1ca3ed2ab319fa5a81e24cad92fa2c9801e8806.zip |
* Documented Battleground commands with as much information as I've got.
* Another rather large overhaul of the battlegrounds.
- in bg_common.txt, stripped out several more NPCs, split them off.
- Most of the NPCs in bg_common.txt are now official Aegis versions.
- Completely rewrote Tierra Gorge for the most part, from ground up.
- Moved old Tierra Valley battlegrounds to /custom/battleground.
- Added Tierra scripts, Flavius, and bg_common to scripts_athena.
- Tierra, KvM, and bg_common scripts are now enabled by default.
- To use custom Flavius, you must enable /flavius/flavius_enter.txt
- * TIERRA GORGE AND KVM BOTH REQUIRE TESTING *
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14373 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/battleground/kvm/kvm03.txt')
-rw-r--r-- | npc/battleground/kvm/kvm03.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/battleground/kvm/kvm03.txt b/npc/battleground/kvm/kvm03.txt index a5ed27c4e..245fefc7d 100644 --- a/npc/battleground/kvm/kvm03.txt +++ b/npc/battleground/kvm/kvm03.txt @@ -386,6 +386,7 @@ bat_c03,51,130,5 script KVM Officer#KVM03A 419,{ close2; } bg_leave; + set Bat_Team,0; warp "bat_room",154,150; end; } @@ -414,6 +415,7 @@ bat_c03,148,53,1 script KVM Officer#KVM03B 415,{ close2; } bg_leave; + set Bat_Team,0; warp "bat_room",154,150; end; } |