diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-05-25 03:09:22 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-05-25 03:09:22 +0000 |
commit | 543ec715974312708ec476af8f53acae85689fca (patch) | |
tree | 1eaef17897bd2954a123a213299dcd2e8aa1d9d6 /npc/mobs | |
parent | 0781c8013bc1c7b673fd7532fab0558d12beb00b (diff) | |
download | hercules-543ec715974312708ec476af8f53acae85689fca.tar.gz hercules-543ec715974312708ec476af8f53acae85689fca.tar.bz2 hercules-543ec715974312708ec476af8f53acae85689fca.tar.xz hercules-543ec715974312708ec476af8f53acae85689fca.zip |
* Some bug fixing :x Nothing to new today folks! Stay tuned.
- Fixed input checks in the 'Ring of Wise King' quest. (bugreport:4147)
- Fixed some of the erros reported in the Oolnir scripts. (bugreport:4220)
- Added Azoi's giant flywing update to not warp dead players. (bugreport:4242)
- Fixed confusing inconsistancy in the nyd_dun mob spawn file. (bugreport:4246)
- Fixed the Manuk field 2 monsters spawning on Manul field 1. (bugreport:4248)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14305 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/mobs')
-rw-r--r-- | npc/mobs/dungeons/nyd_dun.txt | 4 | ||||
-rw-r--r-- | npc/mobs/fields/manuk.txt | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/npc/mobs/dungeons/nyd_dun.txt b/npc/mobs/dungeons/nyd_dun.txt index abe7e07f2..a0d13ab71 100644 --- a/npc/mobs/dungeons/nyd_dun.txt +++ b/npc/mobs/dungeons/nyd_dun.txt @@ -1,5 +1,5 @@ //===== eAthena Script ======================================= -//= Yggdrasil Dungeon +//= Yggdrasil Root Dungeon //===== By: ================================================== //= Athena (1.0) //===== Current Version: ===================================== @@ -11,7 +11,7 @@ //============================================================ //================================================== -// nyd_dun01 - Nidhoggur Dungeon 1 +// nyd_dun01 - Yggdrasil Root Dungeon //================================================== nyd_dun01,0,0,0,0 monster Draco 2013,40,0,0,0 nyd_dun01,0,0,0,0 monster Draco's Egg 2014,10,0,0,0 diff --git a/npc/mobs/fields/manuk.txt b/npc/mobs/fields/manuk.txt index 364c2be6c..62a1275d4 100644 --- a/npc/mobs/fields/manuk.txt +++ b/npc/mobs/fields/manuk.txt @@ -3,12 +3,13 @@ //===== By: ================================================== //= alexx, MaC //===== Current Version: ===================================== -//= 1.1 +//= 1.1a //===== Compatible With: ===================================== //= Any Athena Version //===== Additional Comments: ================================= //= 1.0 Official spawn ammounts from Aegis script [alexx] //= 1.1 Added 13.2 mob spawn update [scriptor] +//= 1.1a Corrected fild2 mobs spawning on fild1. (bugreport:4248) //============================================================ //============================================================ @@ -22,9 +23,9 @@ man_fild01,0,0,0,0 monster Centipede 1987,2,0,0,0 //============================================================ // man_fild02 - Manuk Field //============================================================ -man_fild01,0,0,0,0 monster Bradium Golem 2024,50,0,0,0 -man_fild01,0,0,0,0 monster Centipede 1987,35,0,0,0 -man_fild01,0,0,0,0 monster Tatacho 1986,25,0,0,0 +man_fild02,0,0,0,0 monster Bradium Golem 2024,50,0,0,0 +man_fild02,0,0,0,0 monster Centipede 1987,35,0,0,0 +man_fild02,0,0,0,0 monster Tatacho 1986,25,0,0,0 //============================================================ // man_fild03 - Manuk Field |