diff options
Diffstat (limited to 'npc/018-6-3')
-rw-r--r-- | npc/018-6-3/main.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/018-6-3/main.txt b/npc/018-6-3/main.txt index df44376d6..1f52890f4 100644 --- a/npc/018-6-3/main.txt +++ b/npc/018-6-3/main.txt @@ -208,7 +208,7 @@ OnFinalRoom: .@id=256; mapannounce getmap(), col(l("FINAL BOSS FIGHT - WATCH OUT!"), 1), bc_map|bc_pc; .@mi=NightDragon; - .@boss=monster(.@m$, 90, 89, strmobinfo(1, .@mi), .@mi, 1, instance_npcname(.name$)+"::OnKillBoss"); + .@boss=monster(getmap(), 90, 89, strmobinfo(1, .@mi), .@mi, 1, instance_npcname(.name$)+"::OnKillBoss"); // Spawn reinforcements based on difficulty AreaMonsterB(getmap(), .@x1, .@y1, .@x2, .@y2, MagicGoblin, (@difficulty_modulus ? 4 : 2)); @@ -286,7 +286,7 @@ OnKillBoss: // Altar: 90,90 // Room: 74,83 ~ 106,97 -018-6-3,90,90,0 script Mana Stone#01863 NPC_MANA_STONE,{ +018-6-3,90,91,0 script Mana Stone#01863 NPC_MANA_STONE,{ mesn; mes l("The mighty Mana Stone does not reacts against you."); mes l("It's")+b(l("small, red, round and shiny.")); @@ -302,9 +302,11 @@ OnKillBoss: case 1: mesc l("Curiously, you try to touch the Mana Stone."); next; + break; case 2: mesc l("Determinately, you move your hand to grab it."); next; + break; case 3: mesc l("Are you out of your mind?!"); mesc l("If you break that, you will never go to the World's Edge!"); |