From 1dfdabe49eea2b2e315d249bf9331437de6bccaf Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 29 Jun 2018 15:51:17 -0300 Subject: Make Ryan's quest easier --- npc/009-2/ryan.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc') 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; -- cgit v1.2.3-60-g2f50