summaryrefslogtreecommitdiff
path: root/npc/042-5
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-19 19:17:19 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-19 19:17:19 -0300
commit010974ee88e2d0b883779b562960bbdce534e5c5 (patch)
tree9c161ad5341c815032146c714847b6f205a2653b /npc/042-5
parent4748ec6b86a881629e23f208b7eab42d96c58734 (diff)
downloadserverdata-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/042-5')
-rw-r--r--npc/042-5/ctrl.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-5/ctrl.txt b/npc/042-5/ctrl.txt
index 8130da76e..b530ffd9d 100644
--- a/npc/042-5/ctrl.txt
+++ b/npc/042-5/ctrl.txt
@@ -146,7 +146,7 @@ function script KamelotTreasure {
// Select treasure list
if (.@r <= 0) // 0.01% total, 0.025% each
- .@loot=any(MylarinDust, SupremeGift, HousingLetterIII, TimeFlask, MercCard_EH);
+ .@loot=any(MylarinDust, SaviorBlueprint, SupremeGift, HousingLetterIII, TimeFlask, MercCard_EH);
else if (.@r < 330) // 0.3% each
.@loot=any(MagicApple, PrismGift, EquipmentBlueprintD, DarkPulsar, Halberd, AncientShield, AncientSword, Setzer, MercBoxD, ScrollMagnusHealC, Shemagh);
else