diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-26 22:48:31 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-26 22:48:31 +0000 |
commit | 54eaa29a73965fd3383057063801deec6fbb640e (patch) | |
tree | 369c3413ca47965e8de43db246d8f01a94c449c1 /npc | |
parent | 9846249687755cba64f748abaf49c86069610b65 (diff) | |
download | hercules-54eaa29a73965fd3383057063801deec6fbb640e.tar.gz hercules-54eaa29a73965fd3383057063801deec6fbb640e.tar.bz2 hercules-54eaa29a73965fd3383057063801deec6fbb640e.tar.xz hercules-54eaa29a73965fd3383057063801deec6fbb640e.zip |
Uncommented Odin and Kiel spawn files, they are mostly safe to use
- you still can't access Kiel's place, though
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6781 54d463be-8e91-2dee-dedb-b68131a5f0ec
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
|