diff options
author | Poki#3 <Poki#3@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-02 18:44:57 +0000 |
---|---|---|
committer | Poki#3 <Poki#3@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-02 18:44:57 +0000 |
commit | a3f7894c89f68339a258eac9f77b187f4d19f046 (patch) | |
tree | c22a45e1cd7bed475c9cc3bd6499ae94134c08f1 /npc/eamobs/dungeons/kiel.txt | |
parent | 3265481434f0dfd9e3e74cc8640803973f05f2c3 (diff) | |
download | hercules-a3f7894c89f68339a258eac9f77b187f4d19f046.tar.gz hercules-a3f7894c89f68339a258eac9f77b187f4d19f046.tar.bz2 hercules-a3f7894c89f68339a258eac9f77b187f4d19f046.tar.xz hercules-a3f7894c89f68339a258eac9f77b187f4d19f046.zip |
Moved the spawn update to eamobs (of course the custom spawns where not changed... much :P)
- Deleted City cleaners and pvp spawns. they are read from omobs.
- Added a "Whats done" file to keep track of what spawns are changed, and what are not.
Changed a few item names, as it was done in the translation project.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5875 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/eamobs/dungeons/kiel.txt')
-rw-r--r-- | npc/eamobs/dungeons/kiel.txt | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/npc/eamobs/dungeons/kiel.txt b/npc/eamobs/dungeons/kiel.txt index d638d05cc..e847f4c88 100644 --- a/npc/eamobs/dungeons/kiel.txt +++ b/npc/eamobs/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
|