diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-17 01:30:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-17 01:30:19 -0300 |
commit | 96bc0bed7572472bd2b2a196bb3851a4330107c1 (patch) | |
tree | 26f1a1dd711e30f36f16c38aec71b327c5ea1d00 /npc/001-7/celestia_bossfight.txt | |
parent | 18fa76176de34695799390c22b24e70c6bfe4134 (diff) | |
download | serverdata-96bc0bed7572472bd2b2a196bb3851a4330107c1.tar.gz serverdata-96bc0bed7572472bd2b2a196bb3851a4330107c1.tar.bz2 serverdata-96bc0bed7572472bd2b2a196bb3851a4330107c1.tar.xz serverdata-96bc0bed7572472bd2b2a196bb3851a4330107c1.zip |
Yeti King Quest - extra lame reward
Diffstat (limited to 'npc/001-7/celestia_bossfight.txt')
-rw-r--r-- | npc/001-7/celestia_bossfight.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/001-7/celestia_bossfight.txt b/npc/001-7/celestia_bossfight.txt index 901683bbd..db0d9cfd1 100644 --- a/npc/001-7/celestia_bossfight.txt +++ b/npc/001-7/celestia_bossfight.txt @@ -74,6 +74,9 @@ L_Survivor: getitem Coal, (.@r/10); // max 10 coal break; } + // Completion bonus + getexp 0, 1000; + getitem StrangeCoin, 1; compareandsetq HurnscaldQuest_Celestia, 5, 6; mesn col(l("The Yeti King"), 3); mesq l("Here kid. Frostia, the elf town, is somewhere near here, but I'm not sure if you can reach it from here."); @@ -123,6 +126,7 @@ OnVictory: // This allows the challenger to go back home without dying. OnDefeat: + getexp 0, 100; compareandsetq HurnscaldQuest_Celestia, 7, 6; end; |