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/scripts_athena.conf | |
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/scripts_athena.conf')
-rw-r--r-- | npc/scripts_athena.conf | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index 928f4c583..a50ffc15f 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -320,11 +320,20 @@ npc: npc/other/arena/arena_aco.txt npc: npc/other/monster_race.txt // -------------------------------------------------------------- // --------------------- Battle Grounds ------------------------- -//npc: npc/battleground/KVM/kvm_enter.txt -//npc: npc/battleground/KVM/kvm_item_pay.txt -//npc: npc/battleground/KVM/kvm01.txt -//npc: npc/battleground/KVM/kvm02.txt -//npc: npc/battleground/KVM/kvm03.txt +// Common NPCs +npc: npc/battleground/bg_common.txt +// Tierra Gorge +npc: npc/battleground/tierra/tierra_enter.txt +npc: npc/battleground/tierra/tierra01.txt +npc: npc/battleground/tierra/tierra02.txt +// Flavius +//npc: npc/battleground/flavius/flavius_enter.txt +// Kreiger Von Midgard +npc: npc/battleground/kvm/kvm_enter.txt +npc: npc/battleground/kvm/kvm_item_pay.txt +npc: npc/battleground/kvm/kvm01.txt +npc: npc/battleground/kvm/kvm02.txt +npc: npc/battleground/kvm/kvm03.txt // -------------------------------------------------------------- // ------------------------ Instances --------------------------- npc: npc/instances/SealedShrine.txt |