diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-17 03:37:39 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-17 03:37:39 +0000 |
commit | 37b30d70f94b8dddfc2b6e4c9e56cfc1517641be (patch) | |
tree | 7bf24ca4f672078f6cafa51a552c3e11bb6d5df4 /npc/scripts_warps.conf | |
parent | 6493afb3a49188b5d87461a8e5e941bde7369edf (diff) | |
download | hercules-37b30d70f94b8dddfc2b6e4c9e56cfc1517641be.tar.gz hercules-37b30d70f94b8dddfc2b6e4c9e56cfc1517641be.tar.bz2 hercules-37b30d70f94b8dddfc2b6e4c9e56cfc1517641be.tar.xz hercules-37b30d70f94b8dddfc2b6e4c9e56cfc1517641be.zip |
* Rev. 11742 Renamed several dungeon warp scripts to match their map names, split up a couple files as well.
* Moved Ninja and Gunslinger warps to the proper file.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11742 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_warps.conf')
-rw-r--r-- | npc/scripts_warps.conf | 47 |
1 files changed, 25 insertions, 22 deletions
diff --git a/npc/scripts_warps.conf b/npc/scripts_warps.conf index 64ccd79d0..90ca20906 100644 --- a/npc/scripts_warps.conf +++ b/npc/scripts_warps.conf @@ -42,36 +42,39 @@ npc: npc/warps/cities/veins.txt npc: npc/warps/cities/yggdrasil.txt npc: npc/warps/cities/yuno.txt // -------------------------- Dungeons -------------------------- -npc: npc/warps/dungeons/abbey_dun.txt +npc: npc/warps/dungeons/abbey.txt npc: npc/warps/dungeons/abyss.txt -npc: npc/warps/dungeons/alberta_duns.txt -npc: npc/warps/dungeons/alde_ct.txt -npc: npc/warps/dungeons/amatsu_dun.txt -npc: npc/warps/dungeons/ant_hell.txt +npc: npc/warps/dungeons/alde_dun.txt +npc: npc/warps/dungeons/ama_dun.txt +npc: npc/warps/dungeons/anthell.txt npc: npc/warps/dungeons/ayo_dun.txt -npc: npc/warps/dungeons/coal_mine.txt -npc: npc/warps/dungeons/com_dun.txt +npc: npc/warps/dungeons/beach_dun.txt +npc: npc/warps/dungeons/c_tower.txt npc: npc/warps/dungeons/ein_dun.txt -npc: npc/warps/dungeons/geffen_dun.txt +npc: npc/warps/dungeons/gef_dun.txt npc: npc/warps/dungeons/gon_dun.txt npc: npc/warps/dungeons/ice_dun.txt -npc: npc/warps/dungeons/izlude_dun.txt +npc: npc/warps/dungeons/in_sphinx.txt +npc: npc/warps/dungeons/iz_dun.txt npc: npc/warps/dungeons/juperos.txt -npc: npc/warps/dungeons/kiel_dun.txt -npc: npc/warps/dungeons/lhalzen_dun.txt -npc: npc/warps/dungeons/louyang_dun.txt -npc: npc/warps/dungeons/lutie_dun.txt -npc: npc/warps/dungeons/morroc_duns.txt +npc: npc/warps/dungeons/kh_dun.txt +npc: npc/warps/dungeons/lhz_dun.txt +npc: npc/warps/dungeons/lou_dun.txt +npc: npc/warps/dungeons/mag_dun.txt +npc: npc/warps/dungeons/mjo_dun.txt +npc: npc/warps/dungeons/moc_pryd.txt npc: npc/warps/dungeons/mosk_dun.txt npc: npc/warps/dungeons/odin.txt -npc: npc/warps/dungeons/orc_dun.txt -npc: npc/warps/dungeons/payon_dun.txt -npc: npc/warps/dungeons/prt_dun.txt -npc: npc/warps/dungeons/rachel_dun.txt -npc: npc/warps/dungeons/thana_dun.txt -npc: npc/warps/dungeons/thor_dun.txt -npc: npc/warps/dungeons/umbala_dun.txt -npc: npc/warps/dungeons/yuno_dun.txt +npc: npc/warps/dungeons/orcsdun.txt +npc: npc/warps/dungeons/pay_dun.txt +npc: npc/warps/dungeons/prt_maze.txt +npc: npc/warps/dungeons/ra_san.txt +npc: npc/warps/dungeons/tha_t.txt +npc: npc/warps/dungeons/thor_v.txt +npc: npc/warps/dungeons/treasure.txt +npc: npc/warps/dungeons/tur_dun.txt +npc: npc/warps/dungeons/um_dun.txt +npc: npc/warps/dungeons/xmas_dun.txt // --------------------------- Fields --------------------------- npc: npc/warps/fields/abyss_warper.txt npc: npc/warps/fields/amatsu_fild.txt |