diff options
author | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-31 11:56:28 +0000 |
---|---|---|
committer | SinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-31 11:56:28 +0000 |
commit | 6ae10f06358dc58c273953e3be0bad464a039e45 (patch) | |
tree | ce7a7ded7effe4d41e3c8239d09f40c3a9a57962 /npc/scripts_athena.conf | |
parent | 01125519eed1ab1d2293e96e859e6711365b3d12 (diff) | |
download | hercules-6ae10f06358dc58c273953e3be0bad464a039e45.tar.gz hercules-6ae10f06358dc58c273953e3be0bad464a039e45.tar.bz2 hercules-6ae10f06358dc58c273953e3be0bad464a039e45.tar.xz hercules-6ae10f06358dc58c273953e3be0bad464a039e45.zip |
* Added Izlude Battle Arena. Please test it and report any bug you find out.
- Level 50/60/70/80 and Party arenas are accessable.
- Updated old warps to official.
- Acolyte-only arena will be added a bit later.
- Arena Points can be obtained by completing arenas as well as exchanging your Turbo Track points.
* Updated several mapflags - 'nomemo' 'noteleport' 'nosave' 'nowarpto' 'restricted' - due to Izlude Battle Arena release.
- Updated 'item_noequip' and 'skill_nocast_db' to match with 'restricted' mapflags.
* Removed useless WIP folder whose quests have been there for a while.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11622 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_athena.conf')
-rw-r--r-- | npc/scripts_athena.conf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index feef311f8..088e02139 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -196,7 +196,6 @@ npc: npc/kafras/dts_warper.txt //npc: npc/events/nguild/nguild_kafras.txt // -------------------------------------------------------------- // --------------------------- Others --------------------------- -//npc: npc/other/arena.txt npc: npc/other/books.txt npc: npc/other/bulletin_boards.txt npc: npc/other/comodo_gambling.txt @@ -222,3 +221,11 @@ npc: npc/other/turbotrack/Expert_4.txt npc: npc/other/turbotrack/Expert_8.txt npc: npc/other/turbotrack/Expert_16.txt // -------------------------------------------------------------- +// --------------------Izlude Battle Arena ---------------------- +npc: npc/other/arena/arena_room.txt +npc: npc/other/arena/arena_lvl50.txt +npc: npc/other/arena/arena_lvl60.txt +npc: npc/other/arena/arena_lvl70.txt +npc: npc/other/arena/arena_lvl80.txt +npc: npc/other/arena/arena_party.txt +// -------------------------------------------------------------- |