diff options
author | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-01-22 10:35:27 +0000 |
---|---|---|
committer | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-01-22 10:35:27 +0000 |
commit | 19274c73ccce048b43b61f28cf0ca8505f48eaed (patch) | |
tree | 5354cc709bb03eb5a79fbde79f2069beec4934fe /npc/mobs | |
parent | 7928947b09b3e7b7f317379d16f9b47299d26cee (diff) | |
download | hercules-19274c73ccce048b43b61f28cf0ca8505f48eaed.tar.gz hercules-19274c73ccce048b43b61f28cf0ca8505f48eaed.tar.bz2 hercules-19274c73ccce048b43b61f28cf0ca8505f48eaed.tar.xz hercules-19274c73ccce048b43b61f28cf0ca8505f48eaed.zip |
- Fixed some item checks on gunslinger quest. (How was this not noticed for so long?) (bugreport:2693)
- Fixed Pheeroni spawn. (bugreport:2682)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13473 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/mobs')
-rw-r--r-- | npc/mobs/fields/morocc.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/mobs/fields/morocc.txt b/npc/mobs/fields/morocc.txt index f33d40d9d..a866a5dd2 100644 --- a/npc/mobs/fields/morocc.txt +++ b/npc/mobs/fields/morocc.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Athena (1.0) //===== Current Version: ===================================== -//= 1.4 +//= 1.5 //===== Compatible With: ===================================== //= Any Athena Version //===== Additional Comments: ================================= @@ -11,6 +11,7 @@ //= 1.2 More accurate spawns [Playtester] //= 1.3 Added Morroc field 20, 21, and 22 spawns, as [L0ne_W0lf] //= 1.4 Updated spawns to reflect episode 12.1. [L0ne_W0lf] +//= 1.5 Fixed Pheeroni spawn location. [Kisuka] //============================================================ //================================================== @@ -176,7 +177,6 @@ moc_fild13,0,0,0,0 monster Boa 1025,30,0,0,0 moc_fild13,0,0,0,0 monster Side Winder 1037,5,0,0,0 moc_fild13,0,0,0,0 monster Poporing 1031,20,0,0,0 moc_fild13,0,0,0,0 monster Drops 1113,10,0,0,0 -moc_fild13,0,0,0,0 monster Phreeoni 1159,1,7200000,3600000,1 moc_fild13,280,99,0,0 monster Red Mushroom 1085,1,180000,90000,1 moc_fild13,264,64,0,0 monster Red Mushroom 1085,1,180000,90000,1 moc_fild13,305,91,0,0 monster Red Mushroom 1085,1,180000,90000,1 @@ -256,6 +256,7 @@ moc_fild17,0,0,0,0 monster Magnolia 1138,15,0,0,0 moc_fild17,0,0,0,0 monster Frilldora 1119,25,0,0,0 moc_fild17,0,0,0,0 monster Ant Egg 1097,10,0,0,0 moc_fild17,0,0,0,0 monster Scorpion 1001,5,0,0,0 +moc_fild17,0,0,0,0 monster Phreeoni 1159,1,7200000,3600000,1 moc_fild17,40,258,0,0 monster Yellow Plant 1081,1,180000,90000,1 moc_fild17,144,151,0,0 monster Yellow Plant 1081,1,180000,90000,1 moc_fild17,243,138,0,0 monster Yellow Plant 1081,1,180000,90000,1 |