summaryrefslogtreecommitdiff
path: root/npc/009-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-29 15:51:17 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-29 15:51:17 -0300
commit1dfdabe49eea2b2e315d249bf9331437de6bccaf (patch)
tree26c951d60d096e77052dcbc0caf6974559d49232 /npc/009-2
parent329559c9c953e5154f670aa470293cf595743e34 (diff)
downloadserverdata-1dfdabe49eea2b2e315d249bf9331437de6bccaf.tar.gz
serverdata-1dfdabe49eea2b2e315d249bf9331437de6bccaf.tar.bz2
serverdata-1dfdabe49eea2b2e315d249bf9331437de6bccaf.tar.xz
serverdata-1dfdabe49eea2b2e315d249bf9331437de6bccaf.zip
Make Ryan's quest easier
Diffstat (limited to 'npc/009-2')
-rw-r--r--npc/009-2/ryan.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt
index 3b6807381..5e4913e15 100644
--- a/npc/009-2/ryan.txt
+++ b/npc/009-2/ryan.txt
@@ -7,8 +7,8 @@
009-2,29,57,0 script Ryan NPC_PLAYER,{
.@q=getq(HalinarzoQuest_LifeDelight);
- .@a=(.@q**2)+(.@q*5)+20;
- // Maximum: 10'520 Delights
+ .@a=(.@q**2)+20;
+ // Maximum: 10'020 Delights
if (.@q > 100) goto L_Complete;
mesn;
mesq l("Ah, I just wanted @@... Yummy, lovely @@...", getitemlink(TonoriDelight), getitemlink(TonoriDelight));
@@ -33,7 +33,7 @@
mesq l("Hmmm... Yummy!");
// Landmark rewards
- // PS. 20 = 520 Delights
+ // PS. 20 = 420 Delights
.@q=getq(HalinarzoQuest_LifeDelight);
if (.@q == 20) {
getitem ChefHat, 1;