summaryrefslogtreecommitdiff
path: root/npc
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
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')
-rw-r--r--npc/000-1/gugli.txt1
-rw-r--r--npc/000-2-0/julia.txt15
-rw-r--r--npc/000-2-1/arpan.txt4
-rw-r--r--npc/000-2-1/chefgado.txt10
-rw-r--r--npc/000-2-1/peter.txt4
-rw-r--r--npc/000-2-3/nard.txt1
6 files changed, 21 insertions, 14 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt
index 9b4ec78c..8b4fdbf9 100644
--- a/npc/000-1/gugli.txt
+++ b/npc/000-1/gugli.txt
@@ -141,6 +141,7 @@ l_Couwan:
if (countitem("FishBox") > 0) delitem "FishBox", 1;
setq ShipQuests_Couwan, 2;
set zeny, zeny+10;
+ getexp 40, 0;
message strcharinfo(0), l("You receive @@ E!", 10);
close;
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt
index dd1ee400..cfaf1915 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;
}
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt
index 5b719ef8..7ed79e60 100644
--- a/npc/000-2-1/arpan.txt
+++ b/npc/000-2-1/arpan.txt
@@ -197,8 +197,8 @@ l_WhereOldClothes:
setq ShipQuests_ArpanMoney, 1;
set @q, getq(ShipQuests_Arpan);
- set zeny, zeny+25;
- message strcharinfo(0), l("You receive @@ E!", 25);
+ set zeny, zeny+10;
+ message strcharinfo(0), l("You receive @@ E!", 10);
goto l_BeforeMenu;
diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt
index 5a277910..47ce9f0e 100644
--- a/npc/000-2-1/chefgado.txt
+++ b/npc/000-2-1/chefgado.txt
@@ -160,12 +160,12 @@ l_PoisonJulia:
mesn;
mesq l("The usurper has been punished! This is a great day! Take this reward as a prize for your loyalty to the old commander!");
- callfunc "InventoryPlace", 502, 2;
-
- set zeny, zeny + 60;
- message strcharinfo(0), l("You receive @@ E!", 60);
- getitem "Bread", 2;
setq ShipQuests_ChefGado, 4;
+ set zeny, zeny + 200;
+ message strcharinfo(0), l("You receive @@ E!", 200);
+ callfunc "InventoryPlace", 502, 2;
+ getitem "Bread", 1;
+ getexp 15, 0;
close;
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt
index 36ead6bf..6c2044b9 100644
--- a/npc/000-2-1/peter.txt
+++ b/npc/000-2-1/peter.txt
@@ -299,7 +299,7 @@ l_Reward:
mesn;
mesq l("Good job!") + " " + l("Here's your reward!");
getexp 100, 0;
- set zeny, zeny + 200;
+ set zeny, zeny + 1000;
message strcharinfo(0), l("You receive @@ E!", 200);
goto l_CleaningClose;
@@ -322,4 +322,4 @@ OnNoGoodTick:
mesn;
mesq l("I don't need your help right now, come back later.");
close;
-} \ No newline at end of file
+}
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt
index 8c236d0e..4e7d63ce 100644
--- a/npc/000-2-3/nard.txt
+++ b/npc/000-2-3/nard.txt
@@ -192,6 +192,7 @@ l_ChefQuestComplete:
l("I will take it! Thank you captain!"), -;
setq ShipQuests_Nard, 4;
+ getexp 50, 0;
// Need to add a skill for the crew at this line.