summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-04 18:05:41 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-04 18:05:41 +0000
commitca8e7b4d7621570ee770dd6114eab9986f13accd (patch)
treefe0ed86847b3f9264d352d666fb1e6dcf3a54b6b /npc
parent38fc07331284161a3833c295dfa3633d3eecfa66 (diff)
downloadhercules-ca8e7b4d7621570ee770dd6114eab9986f13accd.tar.gz
hercules-ca8e7b4d7621570ee770dd6114eab9986f13accd.tar.bz2
hercules-ca8e7b4d7621570ee770dd6114eab9986f13accd.tar.xz
hercules-ca8e7b4d7621570ee770dd6114eab9986f13accd.zip
Re-designed /db/ folder structure as previously discussed.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15390 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/scripts_monsters.conf6
-rw-r--r--npc/scripts_renewal.conf18
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