summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-16 18:59:00 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-16 18:59:00 -0300
commit995d08068eae3e3e65929ab9ab456432d9b76147 (patch)
tree815f232109575521c635964706c9b1991c1908f8
parent302a4c0652b7e824611da79d8d02195ddd7a1e74 (diff)
downloadserverdata-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
-rw-r--r--npc/012-1/andrei.txt5
-rw-r--r--npc/018-7-1/demure.txt5
-rw-r--r--npc/024-16/king.txt5
3 files changed, 15 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:
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.");
}