From 62e4ffede9055a73241fd1d611a0e15fd966226c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 19 Jul 2019 01:26:48 -0300 Subject: Replace Gwendolyn skill from SN_SHARPSHOOTING to AC_CHARGEARROW. No effect (yet) to those which already acquired this skill. --- npc/012-1/gwendolyn.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/012-1') diff --git a/npc/012-1/gwendolyn.txt b/npc/012-1/gwendolyn.txt index be66c26f9..d1a62a221 100644 --- a/npc/012-1/gwendolyn.txt +++ b/npc/012-1/gwendolyn.txt @@ -444,7 +444,7 @@ L_Success: setq HurnscaldQuest_HarkEye, 6; - skill SN_SHARPSHOOTING, 1, 0; + skill AC_CHARGEARROW, 1, 0; getexp .QUEST_HAWK_EXP, 0; mesn l("Gwendolyn Bowmaker"); mesq l("Perfect indeed! Congratulations!"); @@ -572,11 +572,11 @@ OnInit: // how many eggs do you need of each kind? .CAVE_EGGS_AMOUNT = 21; - .SNAKE_EGGS_AMOUNT = 18; - .MOUNTAIN_EGGS_AMOUNT = 9; + .SNAKE_EGGS_AMOUNT = 15; + .MOUNTAIN_EGGS_AMOUNT = 7; // experience for eggs - .QUEST_EGG_EXP = 6500; + .QUEST_EGG_EXP = 7500; // The needed level for the minigame: .BASELEVEL_GAME = 45; -- cgit v1.2.3-60-g2f50