diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-02 12:42:05 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-02 12:42:05 +0000 |
commit | c1995b7d050a82e91bf6d151a037a91ddb232b6f (patch) | |
tree | ed08613630730619055ce90c7e4a3ccdd6d6f975 | |
parent | 66445accb340d3754ea1d91232b6f5a750b8076f (diff) | |
download | hercules-c1995b7d050a82e91bf6d151a037a91ddb232b6f.tar.gz hercules-c1995b7d050a82e91bf6d151a037a91ddb232b6f.tar.bz2 hercules-c1995b7d050a82e91bf6d151a037a91ddb232b6f.tar.xz hercules-c1995b7d050a82e91bf6d151a037a91ddb232b6f.zip |
* Updated Kiel spawns
- first floor is close-to-official, but no idea about second floor
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8594 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/mobs/dungeons/kiel.txt | 18 |
2 files changed, 11 insertions, 9 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index ef4b2a7a6..4550a2aa0 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -33,6 +33,8 @@ Playtester Date Added
======
09/02
+ * Updated Kiel spawns [Playtester]
+ - first floor is close-to-official, but no idea about second floor
* Fixed some Thanatos Tower warps [Playtester]
- I hope Ishizu fixes up the quest soon
09/01
diff --git a/npc/mobs/dungeons/kiel.txt b/npc/mobs/dungeons/kiel.txt index c9fb0609e..e11a1c861 100644 --- a/npc/mobs/dungeons/kiel.txt +++ b/npc/mobs/dungeons/kiel.txt @@ -13,17 +13,17 @@ //==================================================
// kh_dun01 - Machine doll factory, 1st floor
//==================================================
-kh_dun01.gat,0,0,0,0 monster Alice 1275,5,0,0,0
-kh_dun01.gat,0,0,0,0 monster Alicel 1735,40,0,0,0
-kh_dun01.gat,0,0,0,0 monster Aliot 1736,35,0,0,0
-kh_dun01.gat,0,0,0,0 monster Aliza 1737,5,0,0,0
-kh_dun01.gat,0,0,0,0 monster Constant 1738,30,0,0,0
+kh_dun01.gat,0,0,0,0 monster Aliza 1737,60,0,0,0
+kh_dun01.gat,0,0,0,0 monster Alice 1275,30,0,0,0
+kh_dun01.gat,0,0,0,0 monster Constant 1738,20,0,0,0
+kh_dun01.gat,0,0,0,0 monster Alicel 1735,5,0,0,0
+kh_dun01.gat,0,0,0,0 monster Aliot 1736,5,0,0,0
//==================================================
// kh_dun02 - Machine doll factory, 2nd floor
//==================================================
-kh_dun02.gat,0,0,0,0 monster Alicel 1735,50,0,0,0
-kh_dun02.gat,0,0,0,0 monster Aliot 1736,45,0,0,0
-kh_dun02.gat,0,0,0,0 monster Aliza 1737,5,0,0,0
-kh_dun02.gat,0,0,0,0 monster Constant 1738,40,0,0,0
+kh_dun02.gat,0,0,0,0 monster Alicel 1735,40,0,0,0
+kh_dun02.gat,0,0,0,0 monster Aliot 1736,35,0,0,0
+kh_dun02.gat,0,0,0,0 monster Constant 1738,30,0,0,0
+kh_dun02.gat,0,0,0,0 monster Aliza 1737,25,0,0,0
kh_dun02.gat,0,0,0,0 monster Kiel D-01 1734,1,7200000,3600000,1
|