diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-30 11:06:49 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-30 11:06:49 +0000 |
commit | 8d0e0ce014feeb55e74421536155e7c95985050c (patch) | |
tree | 658058f883092eba528d84e328e2458dc3f6067e | |
parent | 2d103a97774c951e3837972d0006a6a2c9ff9c36 (diff) | |
download | hercules-8d0e0ce014feeb55e74421536155e7c95985050c.tar.gz hercules-8d0e0ce014feeb55e74421536155e7c95985050c.tar.bz2 hercules-8d0e0ce014feeb55e74421536155e7c95985050c.tar.xz hercules-8d0e0ce014feeb55e74421536155e7c95985050c.zip |
Completely updated Lighthalzen Field spawns to X.4
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7416 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/mobs/fields/lighthalzen.txt | 28 |
2 files changed, 15 insertions, 14 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index f7c692d04..effb61ec4 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -39,6 +39,7 @@ Playtester Date Added
======
06/30
+ * Completely updated Lighthalzen Field spawns to X.4 [Playtester]
* Completely updated Einbroch Field spawns to X.4 [Playtester]
* Completely updated Yuno Field spawns to X.4 [Playtester]
* Updated Orc Village spawns to X.4 [Playtester]
diff --git a/npc/mobs/fields/lighthalzen.txt b/npc/mobs/fields/lighthalzen.txt index 9117a91fe..ff73ed22f 100644 --- a/npc/mobs/fields/lighthalzen.txt +++ b/npc/mobs/fields/lighthalzen.txt @@ -18,23 +18,23 @@ //==================================================
// lhz_fild01 - Lighthalzen Field
//==================================================
-lhz_fild01.gat,0,0,0,0 monster Metaling 1613,35,0,0,0
-lhz_fild01.gat,0,0,0,0 monster Holden 1628,20,0,0,0
-lhz_fild01.gat,0,0,0,0 monster Caramel 1103,30,0,0,0
-lhz_fild01.gat,0,0,0,0 monster Yellow Plant 1081,15,0,0,0
-lhz_fild01.gat,0,0,0,0 monster Red Plant 1078,15,0,0,0
-lhz_fild01.gat,0,0,0,0 monster Green Plant 1080,15,0,0,0
+lhz_fild01.gat,0,0,0,0 monster Metaling 1613,60,0,0,0
+lhz_fild01.gat,0,0,0,0 monster Holden 1628,60,0,0,0
+lhz_fild01.gat,0,0,0,0 monster Caramel 1103,20,0,0,0
+lhz_fild01.gat,0,0,0,0 monster Yellow Plant 1081,10,180000,90000,1
+lhz_fild01.gat,0,0,0,0 monster Red Plant 1078,10,180000,90000,1
+lhz_fild01.gat,0,0,0,0 monster Green Plant 1080,10,180000,90000,1
//==================================================
// lhz_fild02 - Lighthalzen Field (Grim Ripper's Valley)
//==================================================
-lhz_fild02.gat,0,0,0,0 monster Metaling 1613,25,0,0,0
-lhz_fild02.gat,0,0,0,0 monster Horn 1128,15,0,0,0
-lhz_fild02.gat,0,0,0,0 monster Caramel 1103,10,0,0,0
-lhz_fild02.gat,0,0,0,0 monster Holden 1628,20,0,0,0
-lhz_fild02.gat,0,0,0,0 monster Anopheles 1627,30,0,0,0
-lhz_fild02.gat,0,0,0,0 monster Yellow Plant 1081,15,0,0,0
-lhz_fild02.gat,0,0,0,0 monster Green Plant 1080,15,0,0,0
+lhz_fild02.gat,0,0,0,0 monster Metaling 1613,50,0,0,0
+lhz_fild02.gat,0,0,0,0 monster Caramel 1103,30,0,0,0
+lhz_fild02.gat,0,0,0,0 monster Anopheles 1627,15,0,0,0
+lhz_fild02.gat,0,0,0,0 monster Horn 1128,10,0,0,0
+lhz_fild02.gat,0,0,0,0 monster Holden 1628,10,0,0,0
+lhz_fild02.gat,0,0,0,0 monster Yellow Plant 1081,15,180000,90000,1
+lhz_fild02.gat,0,0,0,0 monster Green Plant 1080,15,180000,90000,1
//==================================================
// lhz_fild03 - Lighthalzen Field
@@ -46,4 +46,4 @@ lhz_fild03.gat,0,0,0,0 monster Caramel 1103,20,0,0,0 lhz_fild03.gat,0,0,0,0 monster Hill Wind 1680,12,0,0,0
lhz_fild03.gat,0,0,0,0 monster Horn 1128,10,0,0,0
lhz_fild03.gat,0,0,0,0 monster Rafflesia 1162,5,0,0,0
-lhz_fild03.gat,0,0,0,0 monster Green Plant 1080,10,0,0,0
+lhz_fild03.gat,0,0,0,0 monster Green Plant 1080,10,180000,90000,1
|