diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-20 14:28:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-20 14:28:04 -0300 |
commit | 224705d35c686db0b16a49a86308e2d88bf8ef60 (patch) | |
tree | 819095ab4f8e06d16168a4ac6fc310ec32d7642a /npc | |
parent | 8472265a6d1ddd6c620ec0335bd892c543b67b00 (diff) | |
download | serverdata-224705d35c686db0b16a49a86308e2d88bf8ef60.tar.gz serverdata-224705d35c686db0b16a49a86308e2d88bf8ef60.tar.bz2 serverdata-224705d35c686db0b16a49a86308e2d88bf8ef60.tar.xz serverdata-224705d35c686db0b16a49a86308e2d88bf8ef60.zip |
Extra lines to Liana Dialog
Diffstat (limited to 'npc')
-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: |