diff options
Diffstat (limited to 'npc')
-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 { |