diff options
Diffstat (limited to 'npc/005-1/liana.txt')
-rw-r--r-- | npc/005-1/liana.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/npc/005-1/liana.txt b/npc/005-1/liana.txt index 1d7178ff8..0a867f077 100644 --- a/npc/005-1/liana.txt +++ b/npc/005-1/liana.txt @@ -63,14 +63,20 @@ L_Finish2: Zeny = (Zeny + 80); // 10*4 = 40 base setq CandorQuest_Liana, 1; set LIANA_TIMER, gettimetick(2); + mes ""; + mesn; + mesq l("Many, many thanks! I'm sure the children will love it!"); close; L_Finish: delitem MaggotSlilme, 5; - getexp 55, 10; // 10 Job points! A great reward. + getexp 55, 10; Zeny = (Zeny + 30); // 5*4 = 20 base - setq CandorQuest_Liana, 2; + setq CandorQuest_Liana, 1; set LIANA_TIMER, gettimetick(2); + mes ""; + mesn; + mesq l("Many, many thanks! I'm sure the children will love it!"); close; L_Bug: |