diff options
Diffstat (limited to 'npc/005-1')
-rw-r--r-- | npc/005-1/liana.txt | 2 |
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; |