diff options
author | shennetsind <ind@henn.et> | 2013-02-14 18:37:11 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-02-14 18:37:11 -0200 |
commit | ef503ce5ad834d4601d6420bddf85655b6428c24 (patch) | |
tree | 60880cdb77521bc7783454dcecdcf1a01316ad95 /npc/re/mobs/fields/yuno.txt | |
parent | 49831814d6a462104e5a4b61bdff405a3bb69fb1 (diff) | |
parent | 1dd0349429f1456b886e50af7397922b525ef920 (diff) | |
download | hercules-ef503ce5ad834d4601d6420bddf85655b6428c24.tar.gz hercules-ef503ce5ad834d4601d6420bddf85655b6428c24.tar.bz2 hercules-ef503ce5ad834d4601d6420bddf85655b6428c24.tar.xz hercules-ef503ce5ad834d4601d6420bddf85655b6428c24.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'npc/re/mobs/fields/yuno.txt')
-rw-r--r-- | npc/re/mobs/fields/yuno.txt | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/npc/re/mobs/fields/yuno.txt b/npc/re/mobs/fields/yuno.txt index b5ea8aea2..13f1ecb63 100644 --- a/npc/re/mobs/fields/yuno.txt +++ b/npc/re/mobs/fields/yuno.txt @@ -1,11 +1,9 @@ -//===== rAthena Script ======================================= +//===== Hercules Script ====================================== //= Yuno Fields Monster Spawn Script //===== By: ================================================== //= Athena (1.0) //===== Current Version: ===================================== -//= 2.0 -//===== Compatible With: ===================================== -//= Any Athena Version +//= 2.1 //===== Additional Comments: ================================= //= 1.1 fixed tabs, names [Lupus] //= 1.2 New/Better Spawn [Muad_Dib] @@ -21,6 +19,7 @@ //= 1.8 Added kRO 10.1 spawns where they fit [Playtester] //= 1.9 More accurate spawns [Playtester] //= 2.0 Updated spawns to renewal. [L0ne_W0lf] +//= 2.1 Updated Renewal Spawns. [Streusel] //============================================================ //================================================== @@ -77,15 +76,20 @@ yuno_fild04,0,0,0,0 monster Green Plant 1080,10,1800000,900000,1 //================================================== // yuno_fild05 - Disabled on Renewal //================================================== +//yuno_fild05,0,0,0,0 monster Red Plant 1078,10,180000,90000,1 +//yuno_fild05,0,0,0,0 monster Green Plant 1080,10,180000,90000,1 +//yuno_fild05,0,0,0,0 monster Yellow Plant 1081,10,180000,90000,1 +//yuno_fild05,176,202,8,8 monster Blue Plant 1079,2,180000,90000,1 +//yuno_fild05,300,280,5,5 monster Blue Plant 1079,2,180000,90000,1 //================================================== // yuno_fild06 - El Mes Plateau //================================================== yuno_fild06,0,0,0,0 monster Sleeper 1386,80,5000,0,0 yuno_fild06,0,0,0,0 monster Geographer 1368,20,5000,0,0 -yuno_fild06,0,0,0,0 monster Red Plant 1078,10,5000,0,0 -yuno_fild06,0,0,0,0 monster Yellow Plant 1081,10,5000,0,0 -yuno_fild06,0,0,0,0 monster Green Plant 1080,10,5000,0,0 +yuno_fild06,0,0,0,0 monster Red Plant 1078,10,10000,0,1 +yuno_fild06,0,0,0,0 monster Yellow Plant 1081,10,10000,0,1 +yuno_fild06,0,0,0,0 monster Green Plant 1080,10,10000,0,1 //================================================== // yuno_fild07 - El Mes Gorge (Valley of Abyss) @@ -134,4 +138,4 @@ yuno_fild11,0,0,0,0 monster Yellow Plant 1081,10,180000,90000,1 // yuno_fild12 - Border Checkpoint //================================================== yuno_fild12,0,0,0,0 monster Geographer 1368,60,5000,0,0 -yuno_fild12,0,0,0,0 monster Mantis 1139,30,5000,0,0 +yuno_fild12,0,0,0,0 monster Mantis 1139,30,5000,0,0
\ No newline at end of file |