diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-19 01:26:48 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-19 01:26:48 -0300 |
commit | 62e4ffede9055a73241fd1d611a0e15fd966226c (patch) | |
tree | 25d6c5056cb47b2c73477b2eb12a9b0bdf3230f2 /npc/012-1/gwendolyn.txt | |
parent | b16a4d29178af2dfbd09867f2d6f21ab81de60f0 (diff) | |
download | serverdata-62e4ffede9055a73241fd1d611a0e15fd966226c.tar.gz serverdata-62e4ffede9055a73241fd1d611a0e15fd966226c.tar.bz2 serverdata-62e4ffede9055a73241fd1d611a0e15fd966226c.tar.xz serverdata-62e4ffede9055a73241fd1d611a0e15fd966226c.zip |
Replace Gwendolyn skill from SN_SHARPSHOOTING to AC_CHARGEARROW.
No effect (yet) to those which already acquired this skill.
Diffstat (limited to 'npc/012-1/gwendolyn.txt')
-rw-r--r-- | npc/012-1/gwendolyn.txt | 8 |
1 files changed, 4 insertions, 4 deletions
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; |