summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-12-04 16:16:04 -0300
committerJesusaves <cpntb1@ymail.com>2022-12-04 16:16:04 -0300
commit905ba3e7abd761bda910f931409b9b2349070b01 (patch)
treee22480ef7f8867f42da46b27de4647f5daeea687
parent4fee204b1f56a72494bf13244dff9500cde35890 (diff)
downloadserverdata-905ba3e7abd761bda910f931409b9b2349070b01.tar.gz
serverdata-905ba3e7abd761bda910f931409b9b2349070b01.tar.bz2
serverdata-905ba3e7abd761bda910f931409b9b2349070b01.tar.xz
serverdata-905ba3e7abd761bda910f931409b9b2349070b01.zip
Increase Sarah's Daily Quest Reward in 25%
-rw-r--r--npc/003-1/sarah.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/sarah.txt b/npc/003-1/sarah.txt
index 1d431f2b8..38fd2876b 100644
--- a/npc/003-1/sarah.txt
+++ b/npc/003-1/sarah.txt
@@ -38,7 +38,7 @@
// Quest completed
function quest_completed {
if (getq2(TulimsharQuest_Sarah) != gettimeparam(GETTIME_DAYOFMONTH)) {
- .@price = getiteminfo(CherryCake, ITEMINFO_SELLPRICE) * 3;
+ .@price = getiteminfo(CherryCake, ITEMINFO_SELLPRICE) * 4;
mesn;
mesq l("Hey, I remember you! You brought me cake the other day!");
next;
@@ -95,7 +95,7 @@ function quest_open {
l("You brought me 5 @@ ! Here is your @@, as promised.",getitemlink(CherryCake), getitemlink(SerfHat));
delitem CherryCake,5;
getitem SerfHat,1;
- getexp 80, 2;
+ getexp 80, 7;
setq TulimsharQuest_Sarah, 1, gettimeparam(GETTIME_DAYOFMONTH);
close;
} else {