diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-17 00:34:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-17 00:34:20 -0300 |
commit | 7577a9babf553929845d97d0555114a76ffe887d (patch) | |
tree | b32a01e58e9f240366b47f5c01bfb83be502ed33 /npc/functions/treasure.txt | |
parent | 3dbc8be26bd06a6eb35ecf7e32026a3a1a5bc296 (diff) | |
download | serverdata-7577a9babf553929845d97d0555114a76ffe887d.tar.gz serverdata-7577a9babf553929845d97d0555114a76ffe887d.tar.bz2 serverdata-7577a9babf553929845d97d0555114a76ffe887d.tar.xz serverdata-7577a9babf553929845d97d0555114a76ffe887d.zip |
Treasure Map can now be found on Tresure Chests
Diffstat (limited to 'npc/functions/treasure.txt')
-rw-r--r-- | npc/functions/treasure.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/treasure.txt b/npc/functions/treasure.txt index 8b4df9e98..03870335e 100644 --- a/npc/functions/treasure.txt +++ b/npc/functions/treasure.txt @@ -41,7 +41,7 @@ function script TreasureBox { else if (.@r < 1000 || .@t == 0) .@loot=any(MoubooSteak, ClothoLiquor, Coal, RedPlushWine, HastePotion, CoinBag, StrengthPotion, Dagger, BronzeGift, IronOre, CopperOre, BlueDye, AlchemyBlueprintB, OolongTea); else if (.@r < 5000) - .@loot=any(Croconut, Potatoz, MoubooSteak, ClothoLiquor, Coal, SmallMushroom, HastePotion, StrengthPotion, WoodenLog, LeatherPatch, Beer, EquipmentBlueprintA, AlchemyBlueprintA, SpearmintTea); + .@loot=any(Croconut, Potatoz, MoubooSteak, ClothoLiquor, Coal, SmallMushroom, HastePotion, StrengthPotion, WoodenLog, LeatherPatch, Beer, EquipmentBlueprintA, AlchemyBlueprintA, SpearmintTea, TreasureMap); else .@loot=any(FatesPotion, ChocolateBar, Plushroom, Chagashroom, RawLog, LeatherPatch, BugLeg, ScorpionStinger, SmallKnife, StrangeCoin, ChamomileTea); |