diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-19 19:17:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-19 19:17:19 -0300 |
commit | 010974ee88e2d0b883779b562960bbdce534e5c5 (patch) | |
tree | 9c161ad5341c815032146c714847b6f205a2653b /npc/004-3-1 | |
parent | 4748ec6b86a881629e23f208b7eab42d96c58734 (diff) | |
download | serverdata-010974ee88e2d0b883779b562960bbdce534e5c5.tar.gz serverdata-010974ee88e2d0b883779b562960bbdce534e5c5.tar.bz2 serverdata-010974ee88e2d0b883779b562960bbdce534e5c5.tar.xz serverdata-010974ee88e2d0b883779b562960bbdce534e5c5.zip |
Replace the reward for The Episode (Mylarin -> Savior Recipe). Minor fixes.
Now you can get 3x Mylarin and 1x Sunny Crystal.
You can use 2x Mylarin and 2x Sunny Crystal.
Diffstat (limited to 'npc/004-3-1')
-rw-r--r-- | npc/004-3-1/falkrun.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/004-3-1/falkrun.txt b/npc/004-3-1/falkrun.txt index df23211b9..75d16a9a8 100644 --- a/npc/004-3-1/falkrun.txt +++ b/npc/004-3-1/falkrun.txt @@ -146,6 +146,7 @@ L_Episode: mesq l("Quick, battle position! They'll strike! I'll help you a tiny bit!"); mesc l("WARNING: You have a time limit!"), 1; next; + changeplayermusic "let_the_battles_begin.ogg"; instance_set_timeout(900, 900, getq2(LoFQuest_EPISODE)); SC_Bonus(90, SC_INCHITRATE, 50); SC_Bonus(90, SC_INCMHPRATE, 65); |