From 995d08068eae3e3e65929ab9ab456432d9b76147 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 16 May 2022 18:59:00 -0300 Subject: General information to retrieve the Lightbringer. Info about conditionals. Note that this hint will be unavailable after Fires of Steam event --- npc/012-1/andrei.txt | 5 +++++ npc/018-7-1/demure.txt | 5 +++++ npc/024-16/king.txt | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/npc/012-1/andrei.txt b/npc/012-1/andrei.txt index 046665b28..770f024f4 100644 --- a/npc/012-1/andrei.txt +++ b/npc/012-1/andrei.txt @@ -74,6 +74,11 @@ L_Default: mesq l("Hi, @@.", strcharinfo(0)); else mesq l("Hi."); + if ($GAME_STORYLINE >= 3 && $LIGHT_HOLDER$ == "") { + next; + mesn l("Andrei Sakar, Legendary Hero"); + mesq l("If %s meet the true form of the %s and prove to be a real hero, the sword will give itself for them. But if they fail to prove real heroism, the sword will leave after a while.", $WORLD_HERO$, getitemlink(Lightbringer)); + } close; L_Quizz: diff --git a/npc/018-7-1/demure.txt b/npc/018-7-1/demure.txt index 6cc6288e0..6372d5197 100644 --- a/npc/018-7-1/demure.txt +++ b/npc/018-7-1/demure.txt @@ -21,6 +21,11 @@ mesn; mesq l("The %s, yes. I have it. It is a legendary weapon, only one of it exist on the world.", getitemlink(DemureAxe)); next; + if ($GAME_STORYLINE < 3) { + mesn; + mesq l("But it is still too early to give it away to a %s children.", get_race()); + close; + } mesn; mesq l("I'll give it to someone who challenge me and best me in an impressive manner. If it was easy, someone would already have claimed it."); mesn; diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt index 547a3986b..676e61fe8 100644 --- a/npc/024-16/king.txt +++ b/npc/024-16/king.txt @@ -211,6 +211,11 @@ L_Complete: mesn l("King Gelid Frozenheart"); mesq l("It is one of the five legendary weapons. Legend says it was hidden in a tree on Aethyr, and will be given to the one who proves to be an excelent archer."); next; + if ($GAME_STORYLINE < 4) { + mesn l("King Gelid Frozenheart"); + mesq l("But this is not a time of need, so it is unlikely to appear even if all other conditions were to be met."); + close; + } mesn l("King Gelid Frozenheart"); mesq l("If it was easy, someone would already have claimed it, so good luck if you plan in obtaining it."); } -- cgit v1.2.3-60-g2f50