From 7619f25742a237d3ed293456e97771f90870bf5c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 30 Dec 2018 18:17:33 -0200 Subject: Update Liana (quest level, dialog, and what to do with Bug Legs) --- npc/005-1/liana.txt | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/npc/005-1/liana.txt b/npc/005-1/liana.txt index 839121588..da8af3a8b 100644 --- a/npc/005-1/liana.txt +++ b/npc/005-1/liana.txt @@ -15,11 +15,11 @@ mesn; //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 >= 10) goto L_Menu; + if (BaseLevel >= 5) goto L_Menu; close; L_Menu: - mes "[Liana]"; + mesn; mesq l("Are you enjoying yourself in Candor? Do you have any questions?"); mes ""; menu @@ -84,10 +84,17 @@ L_Bug: next; mes l("She shakes her head."); next; - mesq l("You should ask this question at Vincent."); - next; - mesq l("He is in the process of making a figurine made of bug leg."); - next; + if (getq(CandorQuest_Vincent) < 2) { + mesq l("You should ask this question at Vincent."); + next; + mesq l("He is in the process of making a figurine made of bug leg."); + next; + } else { + mesq l("If you have a @@, perhaps you could use it as a bait.", getitemlink(FishingRod)); + next; + mesq l("I guess it can also be used at quests... Or sell to Juliet, on Nard's ship."); + next; + } mesq l("I hope my answer help you in your adventure!"); next; mes l("she's smiling at you."); -- cgit v1.2.3-60-g2f50