diff options
Diffstat (limited to 'npc/005-1/liana.txt')
-rw-r--r-- | npc/005-1/liana.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/005-1/liana.txt b/npc/005-1/liana.txt index c7a44e634..ad4e353e3 100644 --- a/npc/005-1/liana.txt +++ b/npc/005-1/liana.txt @@ -59,7 +59,7 @@ L_Repeat: L_Finish2: delitem MaggotSlime, 10; - getexp 20, 0; + getexp 21, 0; Zeny = (Zeny + 80); // 10*4 = 40 base setq CandorQuest_Liana, 1; set LIANA_TIMER, gettimetick(2); @@ -70,7 +70,7 @@ L_Finish2: L_Finish: delitem MaggotSlime, 5; - getexp 55, 10; + getexp 58, 7; Zeny = (Zeny + 30); // 5*4 = 20 base setq CandorQuest_Liana, 1; set LIANA_TIMER, gettimetick(2); |