diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-04 16:16:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-04 16:16:04 -0300 |
commit | 905ba3e7abd761bda910f931409b9b2349070b01 (patch) | |
tree | e22480ef7f8867f42da46b27de4647f5daeea687 /npc/003-1/sarah.txt | |
parent | 4fee204b1f56a72494bf13244dff9500cde35890 (diff) | |
download | serverdata-905ba3e7abd761bda910f931409b9b2349070b01.tar.gz serverdata-905ba3e7abd761bda910f931409b9b2349070b01.tar.bz2 serverdata-905ba3e7abd761bda910f931409b9b2349070b01.tar.xz serverdata-905ba3e7abd761bda910f931409b9b2349070b01.zip |
Increase Sarah's Daily Quest Reward in 25%
Diffstat (limited to 'npc/003-1/sarah.txt')
-rw-r--r-- | npc/003-1/sarah.txt | 4 |
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 { |