diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-24 17:01:20 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-24 17:01:20 -0200 |
commit | 2c90f2a3f940a91581a8a9bdc4811df220205f51 (patch) | |
tree | 72394cc7141bcf82e9432744b26641c08301ccec | |
parent | dcb574f74d46075edcea13d62d65fb6e874d5d49 (diff) | |
download | serverdata-2c90f2a3f940a91581a8a9bdc4811df220205f51.tar.gz serverdata-2c90f2a3f940a91581a8a9bdc4811df220205f51.tar.bz2 serverdata-2c90f2a3f940a91581a8a9bdc4811df220205f51.tar.xz serverdata-2c90f2a3f940a91581a8a9bdc4811df220205f51.zip |
Notes about the Yeti King quest
-rw-r--r-- | npc/functions/scoreboards.txt | 2 | ||||
-rw-r--r-- | npc/functions/util.txt | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index efa1c1398..b692d8eed 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -158,7 +158,7 @@ function script HallOfSponsor { function script HallOf2018 { mes ""; mes l(".:: FIRST PLAYER TO COMPLETE YETI KING QUEST ::."); - mes l("Aisen"); + mes $YETIKING_WINNER$; mes ""; mes l(".:: NOTABLE NAMES ON HURNSCALD LIBERATION DAY ::."); mes l("DragonStar, Aisen"); diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 1fa01d375..c12a883bf 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -234,6 +234,13 @@ function script reputation { if (getq(HurnscaldQuest_TeaParty) >= 2) .@nr=.@nr+1; + /* + // Yeti King Quest (+1 rep) + // Please note that if you challenge it again and lose, it'll reset + if (getq(HurnscaldQuest_Celestia) == 6) + .@nr=.@nr+1; + */ + // Farmers Quest (+1 rep) if (getq(HurnscaldQuest_Farmers) >= 5) .@nr=.@nr+1; |