diff options
author | Chilly0123 <Chilly0123@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-06 09:20:37 +0000 |
---|---|---|
committer | Chilly0123 <Chilly0123@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-06 09:20:37 +0000 |
commit | d64a5afd7c7815e8c938f968b753e5849eb90985 (patch) | |
tree | c9e77c9eb0bf985af25db27122a453837c1a5583 /npc/scripts_warps.conf | |
parent | d092e39978999e443d6d8b0fa5ea3130f37de263 (diff) | |
download | hercules-d64a5afd7c7815e8c938f968b753e5849eb90985.tar.gz hercules-d64a5afd7c7815e8c938f968b753e5849eb90985.tar.bz2 hercules-d64a5afd7c7815e8c938f968b753e5849eb90985.tar.xz hercules-d64a5afd7c7815e8c938f968b753e5849eb90985.zip |
*Fixed bug in 13.1 quest which caused quest log to remain after completion.
*Added warps up to Episode 14.2.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15400 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/scripts_warps.conf')
-rw-r--r-- | npc/scripts_warps.conf | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/npc/scripts_warps.conf b/npc/scripts_warps.conf index c1a38a2e6..750bb2942 100644 --- a/npc/scripts_warps.conf +++ b/npc/scripts_warps.conf @@ -9,6 +9,9 @@ npc: npc/warps/cities/amatsu.txt npc: npc/warps/cities/ayothaya.txt npc: npc/warps/cities/brasilis.txt npc: npc/warps/cities/comodo.txt +npc: npc/warps/cities/dewata.txt +npc: npc/warps/cities/dicastes.txt +npc: npc/warps/cities/eclage.txt npc: npc/warps/cities/einbech.txt npc: npc/warps/cities/einbroch.txt npc: npc/warps/cities/geffen.txt @@ -18,6 +21,8 @@ npc: npc/warps/cities/izlude.txt npc: npc/warps/cities/lighthalzen.txt npc: npc/warps/cities/louyang.txt npc: npc/warps/cities/lutie.txt +npc: npc/warps/cities/malangdo.txt +npc: npc/warps/cities/malaya.txt npc: npc/warps/cities/manuk.txt npc: npc/warps/cities/mid_camp.txt npc: npc/warps/cities/morroc.txt @@ -26,7 +31,6 @@ npc: npc/warps/cities/nameless.txt npc: npc/warps/cities/niflheim.txt npc: npc/warps/cities/payon.txt npc: npc/warps/cities/prontera.txt - npc: npc/warps/cities/splendide.txt npc: npc/warps/cities/rachel.txt npc: npc/warps/cities/umbala.txt @@ -43,6 +47,8 @@ npc: npc/warps/dungeons/ayo_dun.txt npc: npc/warps/dungeons/beach_dun.txt npc: npc/warps/dungeons/bra_dun.txt npc: npc/warps/dungeons/c_tower.txt +npc: npc/warps/dungeons/dic_dun.txt +npc: npc/warps/dungeons/ecl_dun.txt npc: npc/warps/dungeons/ein_dun.txt npc: npc/warps/dungeons/gef_dun.txt npc: npc/warps/dungeons/gon_dun.txt @@ -71,8 +77,10 @@ npc: npc/warps/dungeons/xmas_dun.txt // --------------------------- Fields --------------------------- npc: npc/warps/fields/abyss_warper.txt npc: npc/warps/fields/amatsu_fild.txt +npc: npc/warps/fields/bif_fild.txt npc: npc/warps/fields/bra_fild.txt npc: npc/warps/fields/com_fild.txt +npc: npc/warps/fields/dic_fild.txt npc: npc/warps/fields/ein_fild.txt npc: npc/warps/fields/gefenia.txt npc: npc/warps/fields/geffen_fild.txt @@ -100,5 +108,7 @@ npc: npc/warps/other/arena.txt npc: npc/warps/other/kiel.txt npc: npc/warps/other/sign.txt npc: npc/warps/other/god.txt +npc: npc/warps/other/paradise.txt +npc: npc/warps/other/s_workshop.txt npc: npc/warps/pvp/pvp.txt // -------------------------------------------------------------- |