summaryrefslogtreecommitdiff
path: root/npc/042-5/ctrl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/042-5/ctrl.txt')
-rw-r--r--npc/042-5/ctrl.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/042-5/ctrl.txt b/npc/042-5/ctrl.txt
index fa02b8269..4b51645f6 100644
--- a/npc/042-5/ctrl.txt
+++ b/npc/042-5/ctrl.txt
@@ -145,8 +145,8 @@ function script KamelotTreasure {
.@r=100+rand2(10000)-($KAMELOT_MX[.@g]*2)-getguildlvl(.@g);
// Select treasure list
- if (.@r <= 0) // 0.01% total, 0.025% each
- .@loot=any(MylarinDust, SaviorBlueprint, SupremeGift, HousingLetterIII, TimeFlask, MercCard_EH);
+ if (.@r <= 0) // 0.01% total, 0.001% each
+ .@loot=any(MylarinDust, SaviorBlueprint, SaviorBlueprint, PrismGift, HousingLetterIII, TimeFlask, MercCard_EH, MysteriousFruit);
else if (.@r < 330) // 0.3% each
.@loot=any(MagicApple, EquipmentBlueprintD, DarkPulsar, Halberd, AncientShield, AncientSword, Setzer, MercBoxD, ScrollMagnusHealC, Shemagh);
else