diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/scripts_monsters.conf | 6 | ||||
-rw-r--r-- | npc/scripts_renewal.conf | 18 |
2 files changed, 21 insertions, 3 deletions
diff --git a/npc/scripts_monsters.conf b/npc/scripts_monsters.conf index 797a91f5b..9d6c9f0ec 100644 --- a/npc/scripts_monsters.conf +++ b/npc/scripts_monsters.conf @@ -10,7 +10,7 @@ npc: npc/mobs/fields/amatsu.txt npc: npc/mobs/fields/ayothaya.txt npc: npc/mobs/fields/brasilis.txt npc: npc/mobs/fields/comodo.txt -npc: npc/mobs/fields/dicastes.txt +//dicastes is in scripts_renewal.conf npc: npc/mobs/fields/einbroch.txt npc: npc/mobs/fields/geffen.txt npc: npc/mobs/fields/gonryun.txt @@ -27,7 +27,7 @@ npc: npc/mobs/fields/niflheim.txt npc: npc/mobs/fields/payon.txt npc: npc/mobs/fields/prontera.txt npc: npc/mobs/fields/rachel.txt -npc: npc/mobs/fields/splendide.txt +//splendide fields is in scripts_renewal.conf npc: npc/mobs/fields/umbala.txt npc: npc/mobs/fields/veins.txt npc: npc/mobs/fields/yuno.txt @@ -41,7 +41,7 @@ npc: npc/mobs/dungeons/ayo_dun.txt npc: npc/mobs/dungeons/beach_dun.txt npc: npc/mobs/dungeons/bra_dun.txt npc: npc/mobs/dungeons/c_tower.txt -npc: npc/mobs/dungeons/dic_dun.txt +//dicastes is in scripts_renewal.conf npc: npc/mobs/dungeons/ein_dun.txt npc: npc/mobs/dungeons/gef_dun.txt npc: npc/mobs/dungeons/gefenia.txt diff --git a/npc/scripts_renewal.conf b/npc/scripts_renewal.conf new file mode 100644 index 000000000..58997745a --- /dev/null +++ b/npc/scripts_renewal.conf @@ -0,0 +1,18 @@ +// --------------------------------------------------------------
+// - IMPORTANT -
+// --------------------------------------------------------------
+// - File is only loaded in REMODE (renewal) servers -
+// --------------------------------------------------------------
+// - Info -
+// --------------------------------------------------------------
+// - This file is meant solely for Renewal stuff that may -
+// - conflict in pre-re mode, for example for RE monster spawns -
+// - that require renewal mobs non-existent in pre-re -
+// --------------------------------------------------------------
+
+//Fields
+npc: npc/mobs/fields/splendide.txt
+npc: npc/mobs/fields/dicastes.txt
+
+//Dungeons
+npc: npc/mobs/dungeons/dic_dun.txt
\ No newline at end of file |