diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-03-03 19:59:24 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-03-03 19:59:24 +0000 |
commit | 102233a1d715279fc6e4783bab98e7a8d92f9013 (patch) | |
tree | f2895851839ba7dd85db89a6ae01e4b78e146422 /npc/scripts_athena.conf | |
parent | ecd3c9dcc7f5311c920c6bdf979b7ea17d6ab363 (diff) | |
download | hercules-102233a1d715279fc6e4783bab98e7a8d92f9013.tar.gz hercules-102233a1d715279fc6e4783bab98e7a8d92f9013.tar.bz2 hercules-102233a1d715279fc6e4783bab98e7a8d92f9013.tar.xz hercules-102233a1d715279fc6e4783bab98e7a8d92f9013.zip |
- Corrected a minor issue in sealed shrine, lock out should work now.* Added some 13.2 content, and more 13.1 content.
- Added "Otherworld language" quest.
- Added Cat Hand Trading NPCs for 13.2 maps.
- Added warps for Splendide and Manuk (town and field.)
- Added basic town NPCs for Manuk and Splendide.
- Added the guild dungeon SE events, though the pierre boxes do nothing.
- Corrected a minor issue in sealed shrine, lock out should work now.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14257 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_athena.conf')
-rw-r--r-- | npc/scripts_athena.conf | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/npc/scripts_athena.conf b/npc/scripts_athena.conf index 670a7e38a..1b7630037 100644 --- a/npc/scripts_athena.conf +++ b/npc/scripts_athena.conf @@ -19,14 +19,14 @@ npc: npc/cities/jawaii.txt npc: npc/cities/lighthalzen.txt npc: npc/cities/louyang.txt npc: npc/cities/lutie.txt -//npc: npc/cities/manuk.txt +npc: npc/cities/manuk.txt npc: npc/cities/morocc.txt npc: npc/cities/moscovia.txt npc: npc/cities/niflheim.txt npc: npc/cities/payon.txt npc: npc/cities/prontera.txt npc: npc/cities/rachel.txt -//npc: npc/cities/splendide.txt +npc: npc/cities/splendide.txt npc: npc/cities/umbala.txt npc: npc/cities/veins.txt npc: npc/cities/yuno.txt @@ -158,7 +158,7 @@ npc: npc/quests/okolnir/godse_sch03.txt npc: npc/quests/okolnir/godse_sch04.txt npc: npc/quests/okolnir/godse_sch05.txt npc: npc/quests/quests_13_1.txt -//npc: npc/quests/quests_13_2.txt +npc: npc/quests/quests_13_2.txt // -------------------------------------------------------------- // --------------------------- Guides --------------------------- npc: npc/guides/guides_alb.txt @@ -233,8 +233,14 @@ npc: npc/kafras/dts_warper.txt //npc: npc/events/halloween_2008.txt //Official Halloween (2009) event (iRO) //npc: npc/events/halloween_2009.txt + +// God Item SE post-creation event. npc: npc/events/god_se_festival.txt +//Events related to WoE SE Guild Dungeons. +npc: npc/events/gdevent_aru.txt +npc: npc/events/gdevent_sch.txt + //Novice WoE is a kRO Event, after the event, the scripts were disabled. //Novice Castles don't have real dungeons. They're connected to the common ones. //So it's better not to uncomment this line. |