From cffae3f7cf7d3ae18c7bb02502979452671e8773 Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Wed, 16 May 2012 21:18:29 +0200 Subject: Blue Sage bookpages subquest: modify the formula to reduce the presumptive amount of pages needed, based on feedback from Nard. --- world/map/npc/048-2/helperBookpages1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world/map/npc/048-2') diff --git a/world/map/npc/048-2/helperBookpages1.txt b/world/map/npc/048-2/helperBookpages1.txt index c076e406..5dbdd017 100644 --- a/world/map/npc/048-2/helperBookpages1.txt +++ b/world/map/npc/048-2/helperBookpages1.txt @@ -64,7 +64,7 @@ L_Progress: goto L_NoItem; delitem "BookPage", 1; - if (rand(100 - @bookpages) < 50) + if (rand(90 - @bookpages) < 36) goto L_OldPage; set @bookpages, @bookpages + 1; -- cgit v1.2.3-60-g2f50