diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-06-14 11:21:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-06-14 11:21:07 -0300 |
commit | df06ead82ec81b462cf4f8ee0ca90e3f4be76227 (patch) | |
tree | b1807ff5d73cd7d3e878c47162aaa2a06d50aef8 | |
parent | b615dcdf0a0b2b572cf5aab3c47845883b20b248 (diff) | |
download | serverdata-df06ead82ec81b462cf4f8ee0ca90e3f4be76227.tar.gz serverdata-df06ead82ec81b462cf4f8ee0ca90e3f4be76227.tar.bz2 serverdata-df06ead82ec81b462cf4f8ee0ca90e3f4be76227.tar.xz serverdata-df06ead82ec81b462cf4f8ee0ca90e3f4be76227.zip |
Fix bug reported by arian and others when losing to the Lightbringer
-rw-r--r-- | npc/functions/hub.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 7b7d06351..f775548e3 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -261,15 +261,15 @@ function script HUB_Logout { } // Died or logged out on Player Story 6 - Forgotten Shrine if (compare(.@mapa$, "brb3")) { - //.@n$=instance_npcname("#Core02331"); + //.@n$=instance_npcname("#Core02331", getq2(LoFQuest_Barbara)); .@q=getq(LoFQuest_Barbara); // Reset quest to: Forgotten Chamber Puzzle incomplete if (.@q < 4 && .@q >= 2) { setq1 LoFQuest_Barbara, 1; setq3 LoFQuest_Barbara, 1; - // FIXME: Enable Mana Stone#01863 dispbottom col(l("WARNING: You died at Forgotten Shrine and the Shrine defense triggered."), 1); dispbottom col(l("WARNING: Your progress on the quest was lost!"), 1); + enablenpc instance_npcname("Mana Stone#01863", getq2(LoFQuest_Barbara)); } } // Died or logged out during Sagratha Fight |