summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-05 08:24:51 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-05 08:24:51 -0300
commita5604642235cfa35b9e3c41a2a32603b6c64f841 (patch)
treea4f90626552efe5fad6ae0a2037a1bc4dcdd9c95
parent62ef77683cd977feea5600cb690cd971655a202c (diff)
downloadserverdata-a5604642235cfa35b9e3c41a2a32603b6c64f841.tar.gz
serverdata-a5604642235cfa35b9e3c41a2a32603b6c64f841.tar.bz2
serverdata-a5604642235cfa35b9e3c41a2a32603b6c64f841.tar.xz
serverdata-a5604642235cfa35b9e3c41a2a32603b6c64f841.zip
Information about repeatable quests on Liana
-rw-r--r--npc/005-1/liana.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/005-1/liana.txt b/npc/005-1/liana.txt
index da8af3a8b..2916013ac 100644
--- a/npc/005-1/liana.txt
+++ b/npc/005-1/liana.txt
@@ -16,6 +16,7 @@
//mesq l("Hurnscald is a large city. I'm sure glad I live in Candor because I know where everything's at.");
mesq l("Monsters do not aim small towns like Candor. This city also comes with the plus that I know where everything's at.");
if (BaseLevel >= 5) goto L_Menu;
+ tutmes l("This quest will unlock at level 5."), l("Protip"), false;
close;
L_Menu:
@@ -31,6 +32,7 @@ L_Slime:
mes "";
.@q=getq(CandorQuest_Liana);
mesq l("I collect them.");
+ tutmes l("Liana, like other NPCs, provide a repeatable quest. Once you finish it, you will be able to do it again, after waiting for a few hours.");
next;
if (.@q == 0) goto L_Quest;
if (gettimetick(2) >= LIANA_TIMER + 60 * 60 * 6) goto L_Repeat;