summaryrefslogtreecommitdiff
path: root/npc/003-1/sarah.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-12-04 16:39:52 -0300
committerJesusaves <cpntb1@ymail.com>2022-12-04 16:39:52 -0300
commitecb386d288e52978a307e982f6158973984b938a (patch)
treeb7d19637e4d05b32669d82258a2b5ae10fd636bd /npc/003-1/sarah.txt
parent905ba3e7abd761bda910f931409b9b2349070b01 (diff)
downloadserverdata-ecb386d288e52978a307e982f6158973984b938a.tar.gz
serverdata-ecb386d288e52978a307e982f6158973984b938a.tar.bz2
serverdata-ecb386d288e52978a307e982f6158973984b938a.tar.xz
serverdata-ecb386d288e52978a307e982f6158973984b938a.zip
Track the repeatable quests in Candor and Tulimshar on the ship (except C. Cave)
Tweak Swezanne and Dracoula daily rewards.
Diffstat (limited to 'npc/003-1/sarah.txt')
-rw-r--r--npc/003-1/sarah.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-1/sarah.txt b/npc/003-1/sarah.txt
index 38fd2876b..44f473d57 100644
--- a/npc/003-1/sarah.txt
+++ b/npc/003-1/sarah.txt
@@ -38,7 +38,8 @@
// Quest completed
function quest_completed {
if (getq2(TulimsharQuest_Sarah) != gettimeparam(GETTIME_DAYOFMONTH)) {
- .@price = getiteminfo(CherryCake, ITEMINFO_SELLPRICE) * 4;
+ // Reward base is the same as Eugene: 1× + 500%
+ .@price = getiteminfo(CherryCake, ITEMINFO_SELLPRICE) * 6;
mesn;
mesq l("Hey, I remember you! You brought me cake the other day!");
next;