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 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/012-1') 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: -- cgit v1.2.3-70-g09d2