diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-16 18:59:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-16 18:59:00 -0300 |
commit | 995d08068eae3e3e65929ab9ab456432d9b76147 (patch) | |
tree | 815f232109575521c635964706c9b1991c1908f8 /npc/012-1 | |
parent | 302a4c0652b7e824611da79d8d02195ddd7a1e74 (diff) | |
download | serverdata-995d08068eae3e3e65929ab9ab456432d9b76147.tar.gz serverdata-995d08068eae3e3e65929ab9ab456432d9b76147.tar.bz2 serverdata-995d08068eae3e3e65929ab9ab456432d9b76147.tar.xz serverdata-995d08068eae3e3e65929ab9ab456432d9b76147.zip |
General information to retrieve the Lightbringer. Info about conditionals.
Note that this hint will be unavailable after Fires of Steam event
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/andrei.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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: |