diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-17 00:39:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-17 00:39:16 -0300 |
commit | e6d42426f7d4cbb1677a0e2528f5e66ced9bdbbf (patch) | |
tree | d4bc63cc424c61755cfb71fca397dbcf2fab91d7 /npc/018-5-boss | |
parent | 4bde6d4604086913339d06763cc08cfa0b170473 (diff) | |
download | serverdata-e6d42426f7d4cbb1677a0e2528f5e66ced9bdbbf.tar.gz serverdata-e6d42426f7d4cbb1677a0e2528f5e66ced9bdbbf.tar.bz2 serverdata-e6d42426f7d4cbb1677a0e2528f5e66ced9bdbbf.tar.xz serverdata-e6d42426f7d4cbb1677a0e2528f5e66ced9bdbbf.zip |
Regenerate maps + Scalable EXP reward for Yetifly Challenge.
Diffstat (limited to 'npc/018-5-boss')
-rw-r--r-- | npc/018-5-boss/command.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/018-5-boss/command.txt b/npc/018-5-boss/command.txt index dccc62d1e..0985a6fbe 100644 --- a/npc/018-5-boss/command.txt +++ b/npc/018-5-boss/command.txt @@ -45,6 +45,7 @@ OnCycle: // Is it over? Were you victorious? if (@YETIFLY_CYCLE >= 6) { setq LilitQuest_Access, 1; + getexp BaseLevel*425, JobLevel*190; // Reference: (35,25). Scalable reward. warp "018-5", 97, 70; mesn l("Yetifly the Mighty"); mesq l("Not bad... You can now enter Lilit. If you think you can defeat me, climb the tree and meet me at the top!"); |