diff options
author | Poki#3 <Poki#3@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-30 13:07:16 +0000 |
---|---|---|
committer | Poki#3 <Poki#3@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-30 13:07:16 +0000 |
commit | 345763fe7f6c48f4e79a65c9dafb7fea9b1c6224 (patch) | |
tree | 7d58614220248c15b5adc9645e1316e727c2b724 /npc/omobs/dungeons/kiel.txt | |
parent | 4ddab529a7876ffb76f6d3aee0a3945aa11cec29 (diff) | |
download | hercules-345763fe7f6c48f4e79a65c9dafb7fea9b1c6224.tar.gz hercules-345763fe7f6c48f4e79a65c9dafb7fea9b1c6224.tar.bz2 hercules-345763fe7f6c48f4e79a65c9dafb7fea9b1c6224.tar.xz hercules-345763fe7f6c48f4e79a65c9dafb7fea9b1c6224.zip |
* Fixed a lot of Jnames
* Revised all the spawns based on Emperium.org.
- Only omobs got changed. eamobs is like it was.
- I unified the formatting used for the map names. Please use that in future field expansions.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5808 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/omobs/dungeons/kiel.txt')
-rw-r--r-- | npc/omobs/dungeons/kiel.txt | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/npc/omobs/dungeons/kiel.txt b/npc/omobs/dungeons/kiel.txt index d638d05cc..e847f4c88 100644 --- a/npc/omobs/dungeons/kiel.txt +++ b/npc/omobs/dungeons/kiel.txt @@ -10,24 +10,22 @@ //= 1.0 First version [MasterOfMuppets]
//============================================================
-//============================================================
-//= Kiel Dungeon lvl 1 (kh_dun01.gat)
-//============================================================
-
+//==================================================
+// kh_dun01 - Machine doll factory, 1st floor
+//==================================================
kh_dun01.gat,0,0,0,0 monster Alice 1275,10,900000,450000,0
kh_dun01.gat,0,0,0,0 monster Alicel 1735,15,300000,150000,0
kh_dun01.gat,0,0,0,0 monster Aliot 1736,10,600000,300000,0
kh_dun01.gat,0,0,0,0 monster Aliza 1737,35,0,0,0
kh_dun01.gat,0,0,0,0 monster Constant 1738,15,0,0,0
-//============================================================
-//= Kiel Dungeon lvl 2 (kh_dun02.gat)
-//============================================================
-
+//==================================================
+// kh_dun02 - Machine doll factory, 2nd floor
+//==================================================
kh_dun02.gat,0,0,0,0 monster Alicel 1735,30,600000,300000,0
kh_dun02.gat,0,0,0,0 monster Aliot 1736,20,300000,150000,0
kh_dun02.gat,0,0,0,0 monster Aliza 1737,15,0,0,0
kh_dun02.gat,0,0,0,0 monster Constant 1738,20,0,0,0
-//We have to little info about these
+// We have to little info about these
//kh_dun02.gat,0,0,0,0 monster Kiel 1733,1,1800000,900000,1
-//kh_dun02.gat,0,0,0,0 monster Kiel D-01 1734,1,7200000,3600000,1
\ No newline at end of file +//kh_dun02.gat,0,0,0,0 monster Kiel D-01 1734,1,7200000,3600000,1
|