diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-07 18:39:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-07 18:39:36 -0300 |
commit | ed1ea3679bf5aa315f48627a914a7d12f0a0543a (patch) | |
tree | e5e4eb20cc089c6a54576597b8af427b9710c564 | |
parent | ba77ee333e36ce15fb83d045c4160425436fcc68 (diff) | |
download | serverdata-ed1ea3679bf5aa315f48627a914a7d12f0a0543a.tar.gz serverdata-ed1ea3679bf5aa315f48627a914a7d12f0a0543a.tar.bz2 serverdata-ed1ea3679bf5aa315f48627a914a7d12f0a0543a.tar.xz serverdata-ed1ea3679bf5aa315f48627a914a7d12f0a0543a.zip |
Quest is complete until boss is killed (then an error happen).
Death condition not handled
-rw-r--r-- | npc/018-6-3/main.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/018-6-3/main.txt b/npc/018-6-3/main.txt index 956f19b53..ab6b66c5e 100644 --- a/npc/018-6-3/main.txt +++ b/npc/018-6-3/main.txt @@ -206,7 +206,7 @@ OnFinalRoom: .@x2=106; .@y2=97; .@id=256; - mapannounce getmap(), l("BOSS FIGHT!"), bc_map|bc_pc; + 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"); @@ -344,6 +344,7 @@ OnKillBoss: 01863_DisableAllWarps(); doevent instance_npcname("#01863_InstCtrl")+"::OnFinalRoom"; disablenpc instance_npcname(.name$); + setq3 LoFQuest_Barbara, 255; close; // Mana Stone is the initial NPC, not hidden |