diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 3 | ||||
-rw-r--r-- | npc/scripts_eamonsters.conf | 4 | ||||
-rw-r--r-- | npc/scripts_monsters.conf | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index c88bb08e9..e40d3c98b 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -30,6 +30,9 @@ Evera Date Added
======
+05/26
+ * Uncommented Odin and Kiel spawn files, they are mostly safe to use [Playtester]
+ - you still can't access Kiel's place, though
05/25
* Fixed Abyss Lake spawns [Playtester]
* Fixed Thanatos Tower spawns [Playtester]
diff --git a/npc/scripts_eamonsters.conf b/npc/scripts_eamonsters.conf index fcdb839a2..828af9f60 100644 --- a/npc/scripts_eamonsters.conf +++ b/npc/scripts_eamonsters.conf @@ -34,7 +34,7 @@ npc: npc/mobs/fields/lutie.txt npc: npc/mobs/fields/mjolnir.txt
npc: npc/mobs/fields/morocc.txt
npc: npc/mobs/fields/niflheim.txt
-//npc: npc/mobs/fields/odin.txt
+npc: npc/mobs/fields/odin.txt
npc: npc/mobs/fields/payon.txt
npc: npc/mobs/fields/prontera.txt
npc: npc/mobs/fields/yuno.txt
@@ -59,7 +59,7 @@ npc: npc/mobs/dungeons/eindun.txt npc: npc/mobs/dungeons/gefenia.txt
npc: npc/mobs/dungeons/gondun.txt
npc: npc/mobs/dungeons/guilddun.txt
-//npc: npc/mobs/dungeons/kiel.txt
+npc: npc/mobs/dungeons/kiel.txt
npc: npc/mobs/dungeons/louydun.txt
npc: npc/mobs/dungeons/magmadun.txt
npc: npc/mobs/dungeons/orcdun.txt
diff --git a/npc/scripts_monsters.conf b/npc/scripts_monsters.conf index 0b784fa68..eb377df6a 100644 --- a/npc/scripts_monsters.conf +++ b/npc/scripts_monsters.conf @@ -32,7 +32,7 @@ npc: npc/mobs/fields/lutie.txt npc: npc/mobs/fields/mjolnir.txt
npc: npc/mobs/fields/morocc.txt
npc: npc/mobs/fields/niflheim.txt
-//npc: npc/mobs/fields/odin.txt
+npc: npc/mobs/fields/odin.txt
npc: npc/mobs/fields/payon.txt
npc: npc/mobs/fields/prontera.txt
npc: npc/mobs/fields/umbala.txt
@@ -53,7 +53,7 @@ npc: npc/mobs/dungeons/glastheim.txt npc: npc/mobs/dungeons/gondun.txt
npc: npc/mobs/dungeons/guilddun.txt
npc: npc/mobs/dungeons/jupedun.txt
-//npc: npc/mobs/dungeons/kiel.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
|