Issue information

Issue ID
#7504
Status
Fixed
Severity
Low
Started
ToiletMaster
Jul 11, 2013 12:50
Last Post
Mysterious
Jul 11, 2013 17:12
Confirmation
N/A

ToiletMaster - Jul 11, 2013 12:50

I believe this applies for renewal only.

on the map of moc_prydn1

No monsters such as nightmare mummy are being spawned.

please confirm thanks!

Mysterious - Jul 11, 2013 16:45

That is a confirmation. We're missing those monsters in npc/re/mobs/dungeons/moc_pryd.txt file: [url="https://github.com/HerculesWS/Hercules/blob/master/npc/re/mobs/dungeons/moc_pryd.txt"]https://github.com/HerculesWS/Hercules/blob/master/npc/re/mobs/dungeons/moc_pryd.txt[/url]

According to our Mob_db, we do have the nightmare monsters:[code=auto:0]// Nightmare Pyrimids 2352,E_RSX_0805,RSX 0805,RSX 0805,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2353,N_MINOROUS,Nightmare Minorous,Nightmare Minorous,121,27141,0,16176,12252,1,853,1279,131,41,1,1,1,1,6,30,10,12,2,2,43,0x3795,200,1360,960,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2354,N_MUMMY,Nightmare Mummy,Nightmare Mummy,117,22557,0,15480,11670,1,761,1141,110,21,1,1,1,1,6,30,10,12,1,1,49,0x3795,300,1772,72,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2355,N_VERIT,Nightmare Verit,Nightmare Verit,115,21034,0,5280,4584,1,623,934,82,20,1,1,1,1,6,30,10,12,1,1,29,0x3795,250,2468,768,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2356,N_MIMIC,Nightmare Mimic,Nightmare Mimic,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2357,G_N_MIMIC,Nightmare Mimic,Nightmare Mimic,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2358,N_ARCLOUSE,Nightmare Arclouse,Nightmare Arclouse,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2359,G_N_ARCLOUSE,Nightmare Arclouse,Nightmare Arclouse,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2360,N_ANCIENT_MUMMY,Nightmare Ancient Mummy,Nightmare Ancient Mummy,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2361,G_N_ANCIENT_MUMMY,Nightmare Ancient Mummy,Nightmare Ancient Mummy,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 2362,N_AMON_RA,Nightmare Amon Ra,Nightmare Amon Ra,1,50,0,0,0,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,0x83,400,1872,672,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0[/code] But we just need to add them in.

We need to add this:[code=auto_linenums:0:0]//================================================== // moc_prydn1 - Nightmare Mode B1 //================================================== 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 B2 //================================================== 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[/code]

This post has been edited by Mysterious on Jul 11, 2013 16:46

Mysterious - Jul 11, 2013 17:12

Thank you. Should be fixed in: [url="https://github.com/HerculesWS/Hercules/commit/0683c5f38cdefa3735c3d0abc1b74abaa68cf5c4"]https://github.com/HerculesWS/Hercules/commit/0683c5f38cdefa3735c3d0abc1b74abaa68cf5c4[/url] ;3