summaryrefslogtreecommitdiff
path: root/npc/018-6-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-07 20:29:53 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-07 20:29:53 -0300
commitcf4c7f6563d2a70f91ba8ef613c204eb67ad7db8 (patch)
tree00824f2cfb747e9ab16a04bf2ce08c1667cac9fd /npc/018-6-3
parentdbbf966ba94d58b4a34524a497acca44fe7d3911 (diff)
downloadserverdata-cf4c7f6563d2a70f91ba8ef613c204eb67ad7db8.tar.gz
serverdata-cf4c7f6563d2a70f91ba8ef613c204eb67ad7db8.tar.bz2
serverdata-cf4c7f6563d2a70f91ba8ef613c204eb67ad7db8.tar.xz
serverdata-cf4c7f6563d2a70f91ba8ef613c204eb67ad7db8.zip
Fix bugs on 018-6-3
Diffstat (limited to 'npc/018-6-3')
-rw-r--r--npc/018-6-3/main.txt6
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!");