summaryrefslogtreecommitdiff
path: root/npc/005-1/liana.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-1/liana.txt')
-rw-r--r--npc/005-1/liana.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/npc/005-1/liana.txt b/npc/005-1/liana.txt
index 2916013ac..4dab5165c 100644
--- a/npc/005-1/liana.txt
+++ b/npc/005-1/liana.txt
@@ -61,7 +61,9 @@ L_Repeat:
L_Finish2:
delitem MaggotSlime, 10;
getexp 21, 0;
- Zeny = (Zeny + 80); // 10*4 = 40 base
+ // Bonus: +300%
+ .@price = getiteminfo(MaggotSlime, ITEMINFO_SELLPRICE) * 10 * 3;
+ Zeny += .@price;
setq CandorQuest_Liana, 1;
set LIANA_TIMER, gettimetick(2);
mes "";
@@ -72,7 +74,9 @@ L_Finish2:
L_Finish:
delitem MaggotSlime, 5;
getexp 58, 7;
- Zeny = (Zeny + 30); // 5*4 = 20 base
+ // Bonus: +400%
+ .@price = getiteminfo(MaggotSlime, ITEMINFO_SELLPRICE) * 5 * 4;
+ Zeny += .@price;
setq CandorQuest_Liana, 1;
set LIANA_TIMER, gettimetick(2);
mes "";