diff options
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/scripts_eamonsters.conf | 45 | ||||
-rw-r--r-- | npc/scripts_jmonsters.conf | 10 |
3 files changed, 30 insertions, 27 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 365f38aa1..e01f32bf1 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,8 @@ Date Added ====== 2007/11/17 + * Rev. 11777 Fixed conf files for jmonster and eamonsters. (bugreport:432) [L0ne_W0lf] +2007/11/17 * Rev. 11747 Fixed turbo track NPCs that caused "NPC not removed" [L0ne_W0lf] - errors...Even though this bug is slightly official. XD 2007/11/16 diff --git a/npc/scripts_eamonsters.conf b/npc/scripts_eamonsters.conf index 214ea74f5..da716644a 100644 --- a/npc/scripts_eamonsters.conf +++ b/npc/scripts_eamonsters.conf @@ -34,7 +34,6 @@ npc: npc/mobs/fields/louyang.txt npc: npc/mobs/fields/lutie.txt npc: npc/mobs/fields/morocc.txt npc: npc/mobs/fields/niflheim.txt -npc: npc/mobs/fields/odin.txt npc: npc/mobs/fields/payon.txt npc: npc/mobs/fields/prontera.txt npc: npc/mobs/fields/rachel.txt @@ -53,28 +52,30 @@ npc: npc/eamobs/dungeons/sunkenship.txt npc: npc/mobs/dungeons/abbey.txt npc: npc/mobs/dungeons/abyss.txt -npc: npc/mobs/dungeons/amatdun.txt +npc: npc/mobs/dungeons/ama_dun.txt npc: npc/mobs/dungeons/anthell.txt -npc: npc/mobs/dungeons/ayodun.txt -npc: npc/mobs/dungeons/beachdun.txt -npc: npc/mobs/dungeons/eindun.txt +npc: npc/mobs/dungeons/ayo_dun.txt +npc: npc/mobs/dungeons/beach_dun.txt +npc: npc/mobs/dungeons/ein_dun.txt npc: npc/mobs/dungeons/gefenia.txt -npc: npc/mobs/dungeons/gondun.txt -npc: npc/mobs/dungeons/guilddun.txt -npc: npc/mobs/dungeons/icedun.txt -npc: npc/mobs/dungeons/kiel.txt -npc: npc/mobs/dungeons/lhzdun.txt -npc: npc/mobs/dungeons/louydun.txt -npc: npc/mobs/dungeons/magmadun.txt -npc: npc/mobs/dungeons/orcdun.txt -npc: npc/mobs/dungeons/payoncave.txt -npc: npc/mobs/dungeons/pront_maze.txt -npc: npc/mobs/dungeons/pront_sewers.txt -npc: npc/mobs/dungeons/racheldun.txt -npc: npc/mobs/dungeons/thanatos.txt -npc: npc/mobs/dungeons/thor.txt -npc: npc/mobs/dungeons/toyfactory.txt -npc: npc/mobs/dungeons/turtleisland.txt -npc: npc/mobs/dungeons/umbaladun.txt +npc: npc/mobs/dungeons/gld_dun.txt +npc: npc/mobs/dungeons/gon_dun.txt +npc: npc/mobs/dungeons/ice_dun.txt +npc: npc/mobs/dungeons/kh_dun.txt +npc: npc/mobs/dungeons/lhz_dun.txt +npc: npc/mobs/dungeons/lou_dun.txt +npc: npc/mobs/dungeons/mag_dun.txt +//npc: npc/mobs/dungeons/mosk_dun.txt +npc: npc/mobs/dungeons/odin.txt +npc: npc/mobs/dungeons/orcsdun.txt +npc: npc/mobs/dungeons/pay_dun.txt +npc: npc/mobs/dungeons/prt_maze.txt +npc: npc/mobs/dungeons/prt_sew.txt +npc: npc/mobs/dungeons/ra_san.txt +npc: npc/mobs/dungeons/tha_t.txt +npc: npc/mobs/dungeons/thor_v.txt +npc: npc/mobs/dungeons/tur_dun.txt +npc: npc/mobs/dungeons/um_dun.txt +npc: npc/mobs/dungeons/xmas_dun.txt npc: npc/mobs/dungeons/yggdrasil.txt // -------------------------------------------------------------- diff --git a/npc/scripts_jmonsters.conf b/npc/scripts_jmonsters.conf index 26f19943d..0ff9c77c5 100644 --- a/npc/scripts_jmonsters.conf +++ b/npc/scripts_jmonsters.conf @@ -22,12 +22,12 @@ npc: npc/eamobs/jro/jro.txt // -- Uncomment them if you want to have monsters on the // -- missing maps as well //npc: npc/eamobs/jro/other.txt -//npc: npc/mobs/fields/odin.txt //npc: npc/mobs/fields/rachel.txt //npc: npc/mobs/fields/veins.txt -//npc: npc/mobs/dungeons/kiel.txt -//npc: npc/mobs/dungeons/icedun.txt -//npc: npc/mobs/dungeons/racheldun.txt -//npc: npc/mobs/dungeons/thor.txt +//npc: npc/mobs/dungeons/kh_dun.txt +//npc: npc/mobs/dungeons/ice_dun.txt +//npc: npc/mobs/dungeons/odin.txt +//npc: npc/mobs/dungeons/ra_san.txt +//npc: npc/mobs/dungeons/thor_v.txt //npc: npc/mobs/dungeons/abbey.txt // -------------------------------------------------------------- |