summaryrefslogtreecommitdiff
path: root/npc/000-2-0/julia.txt
diff options
context:
space:
mode:
authorReid Yaro <reidyaro@gmail.com>2013-06-14 02:48:36 +0100
committerReid Yaro <reidyaro@gmail.com>2013-06-14 02:51:22 +0100
commitf3b7a433387557b295b89e54227ae68367a9ba38 (patch)
tree89529f1ae330b55584c6f7c6791412d92b775c0f /npc/000-2-0/julia.txt
parent5e082c6d89f2bef1c298faa377798c0b80e6c4b0 (diff)
downloadserverdata-f3b7a433387557b295b89e54227ae68367a9ba38.tar.gz
serverdata-f3b7a433387557b295b89e54227ae68367a9ba38.tar.bz2
serverdata-f3b7a433387557b295b89e54227ae68367a9ba38.tar.xz
serverdata-f3b7a433387557b295b89e54227ae68367a9ba38.zip
Experience balance on quests reward.
Diffstat (limited to 'npc/000-2-0/julia.txt')
-rw-r--r--npc/000-2-0/julia.txt15
1 files changed, 10 insertions, 5 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt
index dd1ee4005..cfaf19155 100644
--- a/npc/000-2-0/julia.txt
+++ b/npc/000-2-0/julia.txt
@@ -223,9 +223,11 @@ l_Regret:
mesq l("Gado! That coward lives in the past, I will ask Nard to punish him, again!");
next;
mesq l("Take this money for your wise choice. But do not try it again. Water has been merciful with you once... Do not tempt fate once more!");
- set zeny, zeny + 50;
- message strcharinfo(0), l("You receive @@ E!", 50);
+
setq ShipQuests_ChefGado, 5;
+ set zeny, zeny + 200;
+ message strcharinfo(0), l("You receive @@ E!", 200);
+ getexp 15, 0;
close;
@@ -251,19 +253,22 @@ l_Rumors:
l("Well... I don't think it is the best way to rule a ship. Think about it."), l_Quit,
l("In fact, everything seems to work perfectly under your guidance. Nard has made the right choice."), -;
- setq ShipQuests_ChefGado, 6;
mes "";
mesn;
mesq l("I'm glad you're on my side.");
next;
mesq l("Take this money as a reward for your nice words.");
- set zeny, zeny + 40;
- message strcharinfo(0), l("You receive @@ E!", 40);
+
+ setq ShipQuests_ChefGado, 6;
+ set zeny, zeny + 200;
+ message strcharinfo(0), l("You receive @@ E!", 200);
+ getexp 10, 0;
close;
l_Quit:
npctalk3 "Bye!";
+
closedialog;
close;
}