diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-22 19:06:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-22 19:06:13 -0300 |
commit | 3591efd00fc1d1a1f5fb4d49dbf0f5a46b083b28 (patch) | |
tree | 6582a83fa6f2c69c600bc9e361324fcd4e4c78f3 | |
parent | 283b575c0577a42b3a99caac31cd6da0470326fb (diff) | |
download | serverdata-3591efd00fc1d1a1f5fb4d49dbf0f5a46b083b28.tar.gz serverdata-3591efd00fc1d1a1f5fb4d49dbf0f5a46b083b28.tar.bz2 serverdata-3591efd00fc1d1a1f5fb4d49dbf0f5a46b083b28.tar.xz serverdata-3591efd00fc1d1a1f5fb4d49dbf0f5a46b083b28.zip |
Remove Championship Bow from Kamelot. Add Dark Pulsar in place.
-rw-r--r-- | npc/042-5/ctrl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-5/ctrl.txt b/npc/042-5/ctrl.txt index d01662a56..e81476d17 100644 --- a/npc/042-5/ctrl.txt +++ b/npc/042-5/ctrl.txt @@ -148,7 +148,7 @@ function script KamelotTreasure { if (.@r <= 0) // 0.01% total, 0.025% each .@loot=any(MylarinDust, SupremeGift, HousingLetterIII, TimeFlask, MercCard_EH); else if (.@r < 300) // 0.3% each - .@loot=any(MagicApple, PrismGift, EquipmentBlueprintD, ChampionshipBow, Halberd, AncientShield, AncientSword, Setzer, MercBoxD, Shemagh); + .@loot=any(MagicApple, PrismGift, EquipmentBlueprintD, DarkPulsar, Halberd, AncientShield, AncientSword, Setzer, MercBoxD, Shemagh); else .@loot=any(SacredImmortalityPotion, DivineApple, ArcmageBoxset, GoldenApple, MercBoxA, MercBoxB, MercBoxC, MoveSpeedPotion, AtroposMixture, EverburnPowder, IridiumOre, PlatinumOre, YerbaMate, SmokeGrenade, SnakeEgg, LachesisBrew, BoneAmmoBox, GoldPieces, SilverGift, TerraniteOre, LeadOre, TinOre, SilverOre, GoldOre, TitaniumOre, FluoPowder, EquipmentBlueprintC, AlchemyBlueprintC, AlchemyBlueprintD, AncientBlueprint, JasmineTea, MoubooSteak, ClothoLiquor, Coal, RedPlushWine, HastePotion, CoinBag, StrengthPotion, Pearl, BronzeGift, IronOre, CopperOre, BlueDye, EquipmentBlueprintB, AlchemyBlueprintB, AlchemyBlueprintC, OolongTea, Croconut, CelestiaTea, MoubooSteak, ClothoLiquor, Coal, SmallMushroom, HastePotion, StrengthPotion, WoodenLog, LeatherPatch, DwarvenSake, EquipmentBlueprintA, EquipmentBlueprintB, AlchemyBlueprintA, SpearmintTea, TreasureMap, FatesPotion, CrazyRum, LightGreenDiamond, EarthPowder, WoodenLog, MysteriousBottle, FluoPowder, ChamomileTea); // > 70 options (~1% each) |