diff options
Diffstat (limited to 'npc/018-5-boss/command.txt')
-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!"); |