diff options
author | Mysterious <mysteriousragnarok@hotmail.com> | 2013-02-14 18:56:08 -0800 |
---|---|---|
committer | Mysterious <mysteriousragnarok@hotmail.com> | 2013-02-14 18:56:08 -0800 |
commit | 7fa99e3524cb9cafdc797bcfc779ae5e0f730c8e (patch) | |
tree | 3a6cb20957b1486d92f7f017e0e6048951112d87 /npc/re/mobs/fields/hugel.txt | |
parent | 52e8c428bfc64a2285710256496331bfff19b651 (diff) | |
parent | 74c31098137aae3e0bfc962e4685a7050409df78 (diff) | |
download | hercules-7fa99e3524cb9cafdc797bcfc779ae5e0f730c8e.tar.gz hercules-7fa99e3524cb9cafdc797bcfc779ae5e0f730c8e.tar.bz2 hercules-7fa99e3524cb9cafdc797bcfc779ae5e0f730c8e.tar.xz hercules-7fa99e3524cb9cafdc797bcfc779ae5e0f730c8e.zip |
Merge pull request #4 from HerculesWS/master
Merging Hercules Changes
Diffstat (limited to 'npc/re/mobs/fields/hugel.txt')
-rw-r--r-- | npc/re/mobs/fields/hugel.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/npc/re/mobs/fields/hugel.txt b/npc/re/mobs/fields/hugel.txt index 14b74aa17..852d35e4e 100644 --- a/npc/re/mobs/fields/hugel.txt +++ b/npc/re/mobs/fields/hugel.txt @@ -1,11 +1,9 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= Hugel Fields Monster Spawn Script //===== By: ================================================== //= Athena (1.0) //===== Current Version: ===================================== -//= 1.4 -//===== Compatible With: ===================================== -//= Any Athena Version +//= 1.5 //===== Additional Comments: ================================= //= Spawns for hu_fild05 and hu_fild04, numbers may not be correct [MasterOfMuppets] //= 0.2 Fixed Petit ID @@ -18,6 +16,7 @@ //= 1.2 Some 11.1 spawn updates [Playtester] //= 1.3 More accurate spawns [Playtester] //= 1.4 Updated to Renewal Spawns [Kisuka] +//= 1.5 Updated Renewal Spawns [Streusel] //============================================================ //================================================== @@ -48,10 +47,10 @@ hu_fild04,0,0,0,0 monster Novus 1718,100,5000,0,0 hu_fild04,0,0,0,0 monster Novus 1715,30,5000,0,0 hu_fild04,0,0,0,0 monster Geographer 1368,30,5000,0,0 hu_fild04,0,0,0,0 monster Dragon Egg 1721,20,5000,0,0 -hu_fild04,0,0,0,0 monster Green Plant 1080,10,0,0,0 -hu_fild04,0,0,0,0 monster Yellow Plant 1081,10,0,0,0 -hu_fild04,206,210,30,18 monster Blue Plant 1079,4,120000,600000,0 -hu_fild04,206,120,10,10 monster Blue Plant 1079,2,120000,600000,0 +hu_fild04,0,0,0,0 monster Green Plant 1080,10,10000,0,1 +hu_fild04,0,0,0,0 monster Yellow Plant 1081,10,10000,0,1 +hu_fild04,206,210,30,18 monster Blue Plant 1079,4,120000,600000,1 +hu_fild04,206,120,10,10 monster Blue Plant 1079,2,120000,600000,1 //================================================== // hu_fild05 - The Abyss Lake @@ -66,9 +65,10 @@ hu_fild05,0,0,0,0 monster Dragon Egg 1721,20,5000,0,0 hu_fild06,0,0,0,0 monster Shellfish 1074,50,5000,0,0 hu_fild06,0,0,0,0 monster Crab 1073,20,5000,0,0 hu_fild06,0,0,0,0 monster Aster 1266,20,5000,0,0 -hu_fild06,234,251,14,120 monster Green Plant 1080,10,600000,0,0 -hu_fild06,234,251,14,120 monster Yellow Plant 1081,10,600000,0,0 +hu_fild06,234,251,14,120 monster Green Plant 1080,10,600000,0,1 +hu_fild06,234,251,14,120 monster Yellow Plant 1081,10,600000,0,1 //================================================== // hu_fild07 - Disabled on Renewal //================================================== +//hu_fild07,0,0,0,0 monster Yellow Plant 1081,20,10000,0,1
\ No newline at end of file |