summaryrefslogtreecommitdiff
path: root/npc/005-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-30 18:17:33 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-30 18:17:33 -0200
commit7619f25742a237d3ed293456e97771f90870bf5c (patch)
tree0b3f304b7c3b70fee7032f82a268aeb11fd04c6a /npc/005-1
parent0847b8b4ac408f6981e440aa950577a85bd8a8c5 (diff)
downloadserverdata-7619f25742a237d3ed293456e97771f90870bf5c.tar.gz
serverdata-7619f25742a237d3ed293456e97771f90870bf5c.tar.bz2
serverdata-7619f25742a237d3ed293456e97771f90870bf5c.tar.xz
serverdata-7619f25742a237d3ed293456e97771f90870bf5c.zip
Update Liana (quest level, dialog, and what to do with Bug Legs)
Diffstat (limited to 'npc/005-1')
-rw-r--r--npc/005-1/liana.txt19
1 files 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.");