diff options
author | Mysteries <mysteriousragnarok@hotmail.com> | 2013-07-11 13:10:28 -0400 |
---|---|---|
committer | Mysteries <mysteriousragnarok@hotmail.com> | 2013-07-11 13:10:39 -0400 |
commit | 0683c5f38cdefa3735c3d0abc1b74abaa68cf5c4 (patch) | |
tree | 0145380a25f9949b54747a2fd6a8e576d430944b /npc | |
parent | 8b797c5b00de5b9950fc01108b04ceac56fc46de (diff) | |
download | hercules-0683c5f38cdefa3735c3d0abc1b74abaa68cf5c4.tar.gz hercules-0683c5f38cdefa3735c3d0abc1b74abaa68cf5c4.tar.bz2 hercules-0683c5f38cdefa3735c3d0abc1b74abaa68cf5c4.tar.xz hercules-0683c5f38cdefa3735c3d0abc1b74abaa68cf5c4.zip |
Some fixes regarding Sentences, and Alignment
Also, Fixed Bug#7504 -
http://hercules.ws/board/tracker/issue-7504-missing-monsters/?gopid=1929
1#entry19291
~Merged from rAthena
Diffstat (limited to 'npc')
-rw-r--r-- | npc/re/mobs/dungeons/moc_pryd.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/re/mobs/dungeons/moc_pryd.txt b/npc/re/mobs/dungeons/moc_pryd.txt index dcd5197f1..6fc0dbb8a 100644 --- a/npc/re/mobs/dungeons/moc_pryd.txt +++ b/npc/re/mobs/dungeons/moc_pryd.txt @@ -10,6 +10,7 @@ //= 1.1 Official kRO 10.1 spawns [Playtester] //= 1.2 More accurate spawns [Playtester] //= 1.3 Corrected MVP spawn variance. [L0ne_W0lf] +//= 1.4 Added Nightmare spawns. [Euphy] //============================================================ //================================================== @@ -62,3 +63,19 @@ moc_pryd06,0,0,0,0 monster Verit 1032,30,5000,0,0 moc_pryd06,0,0,0,0 monster Arclouze 1194,20,5000,0,0 moc_pryd06,0,0,0,0 monster Ancient Mummy 1297,20,5000,0,0 moc_pryd06,102,85,1,1 boss_monster Amon Ra 1511,1,3600000,600000,0 + +//================================================== +// moc_prydn1 - Nightmare Mode +//================================================== +moc_prydn1,0,0,0,0 monster Nightmare Minorous 2353,60,5000,0,0 +moc_prydn1,0,0,0,0 monster Nightmare Mummy 2354,10,5000,0,0 +moc_prydn1,0,0,0,0 monster Nightmare Verit 2355,50,5000,0,0 + +//================================================== +// moc_prydn2 - Nightmare Mode +//================================================== +moc_prydn2,0,0,0,0 monster Nightmare Mimic 2356,30,5000,0,0 +moc_prydn2,0,0,0,0 monster Nightmare Verit 2355,30,5000,0,0 +moc_prydn2,0,0,0,0 monster Nightmare Arclouze 2358,20,5000,0,0 +moc_prydn2,0,0,0,0 monster Nightmare Ancient Mummy 2360,20,5000,0,0 +moc_prydn2,102,85,1,1 boss_monster Nightmare Amon Ra 2362,1,3600000,600000,1 |