diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-27 20:35:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-27 20:35:06 -0300 |
commit | 9f8ea22b6f813ac68820beac411d378a829744f9 (patch) | |
tree | ee7d0f5a35b34b7978c2e42f99a48e7e3a8714d3 /npc/021-1 | |
parent | a586609000fff44962816b4b28efd001af6ffca3 (diff) | |
download | serverdata-9f8ea22b6f813ac68820beac411d378a829744f9.tar.gz serverdata-9f8ea22b6f813ac68820beac411d378a829744f9.tar.bz2 serverdata-9f8ea22b6f813ac68820beac411d378a829744f9.tar.xz serverdata-9f8ea22b6f813ac68820beac411d378a829744f9.zip |
Give an EXP reward by completing Mercury's quest.
Diffstat (limited to 'npc/021-1')
-rw-r--r-- | npc/021-1/yeti.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/021-1/yeti.txt b/npc/021-1/yeti.txt index 7bdebcbab..a24c83d6d 100644 --- a/npc/021-1/yeti.txt +++ b/npc/021-1/yeti.txt @@ -108,6 +108,7 @@ L_Report: close; } delitem MoubooSteak, 60; + getexp 120000, 0; // roughly 30% from needed EXP. This quest IS boring. setq NivalisQuest_Cindy, 3; mesn; mesq l("Great. I hereby task you to kill the rogue Yetis on the Yeti King Throne Room. Of course, you won't be able to leave until all of them are dead."); |