diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-25 13:05:59 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-05-25 13:05:59 +0000 |
commit | 576f9ab276404d5a77e44e0983846270d0c4422a (patch) | |
tree | 280e08725ba54de6460d8eccda9d2f6043e06217 /npc/mobs/dungeons/gef_dun.txt | |
parent | c966d1aaddd3f0fe455f6ba2bd829f26b75382eb (diff) | |
download | hercules-576f9ab276404d5a77e44e0983846270d0c4422a.tar.gz hercules-576f9ab276404d5a77e44e0983846270d0c4422a.tar.bz2 hercules-576f9ab276404d5a77e44e0983846270d0c4422a.tar.xz hercules-576f9ab276404d5a77e44e0983846270d0c4422a.zip |
Now we can use 'boss_monster' to summon whatever monsters that need to be radared by Convex Mirror. (bugreport:2653)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13813 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/mobs/dungeons/gef_dun.txt')
-rw-r--r-- | npc/mobs/dungeons/gef_dun.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/mobs/dungeons/gef_dun.txt b/npc/mobs/dungeons/gef_dun.txt index 2d3c269a6..0c4a6203b 100644 --- a/npc/mobs/dungeons/gef_dun.txt +++ b/npc/mobs/dungeons/gef_dun.txt @@ -37,7 +37,7 @@ gef_dun01,0,0,0,0 monster Zombie 1015,25,0,0,0 gef_dun01,0,0,0,0 monster Ghoul 1036,40,0,0,0 gef_dun01,0,0,0,0 monster Jakk 1130,40,300000,100000,0 gef_dun01,234,121,0,0 monster Blue Plant 1079,1,300000,100000,0 -gef_dun01,0,0,0,0 monster Dracula 1389,1,3600000,600000,1 +gef_dun01,0,0,0,0 boss_monster Dracula 1389,1,3600000,600000,1 gef_dun01,0,0,0,0 monster Black Mushroom 1084,5,180000,90000,1 gef_dun01,188,104,10,10 monster White Plant 1082,3,180000,90000,1 gef_dun01,263,115,10,10 monster White Plant 1082,3,180000,90000,1 @@ -53,7 +53,7 @@ gef_dun02,0,0,0,0 monster Hunter Fly 1035,10,0,0,0 gef_dun02,0,0,0,0 monster Marionette 1143,20,0,0,0 gef_dun02,0,0,0,0 monster Deviruchi 1109,35,0,0,0 gef_dun02,0,0,0,0 monster Nightmare 1061,40,60000,0,0 -gef_dun02,0,0,0,0 monster Doppelganger 1046,1,7200000,600000,1 +gef_dun02,0,0,0,0 boss_monster Doppelganger 1046,1,7200000,600000,1 gef_dun02,214,212,10,10 monster White Plant 1082,3,180000,90000,1 gef_dun02,215,67,10,10 monster White Plant 1082,3,180000,90000,1 gef_dun02,72,210,20,20 monster White Plant 1082,3,180000,90000,1 |