diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-06-03 23:03:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-06-03 23:03:44 -0300 |
commit | 772896e20e1f453d39dd0376746f147f6b4e9fb9 (patch) | |
tree | 74389581aee5e06621ff5deca49c475ff9ba49ea /npc | |
parent | 507f457c6da4386903876e47dd18b3420ca1c007 (diff) | |
download | serverdata-772896e20e1f453d39dd0376746f147f6b4e9fb9.tar.gz serverdata-772896e20e1f453d39dd0376746f147f6b4e9fb9.tar.bz2 serverdata-772896e20e1f453d39dd0376746f147f6b4e9fb9.tar.xz serverdata-772896e20e1f453d39dd0376746f147f6b4e9fb9.zip |
Improve the random buried treasure (NOT MAP)
Diffstat (limited to 'npc')
-rw-r--r-- | npc/items/shovel.txt | 36 |
1 files changed, 25 insertions, 11 deletions
diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt index 7a18fa411..5210623c8 100644 --- a/npc/items/shovel.txt +++ b/npc/items/shovel.txt @@ -318,37 +318,51 @@ OnHour00: shovel_scatter("007-1", 20, 20, 180, 180, rand(60,360), TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal,EarthPowder, IronOre,CopperOre,LeadOre,TinOre,SilverOre,GoldOre,PlatinumOre,IridiumOre,TitaniumOre, - Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst, - CursedAmmoBox,ThornAmmoBox,SacredBullet); + Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst,Wurtzite, + CursedAmmoBox,ThornAmmoBox,BoneAmmoBox,SacredBullet, + ElixirOfLife,SaviorBlueprint,AncientBlueprint,Quill, + SpeedCard,ReflectCard,PowerCard,WallCard,ScholarshipBadge); shovel_scatter("011-1", 20, 20, 180, 180, rand(60,360), TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal,EarthPowder, IronOre,CopperOre,LeadOre,TinOre,SilverOre,GoldOre,PlatinumOre,IridiumOre,TitaniumOre, - Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst, - CursedAmmoBox,ThornAmmoBox,SacredBullet); + Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst,Wurtzite, + CursedAmmoBox,ThornAmmoBox,BoneAmmoBox,SacredBullet, + ElixirOfLife,SaviorBlueprint,AncientBlueprint,Quill, + SpeedCard,ReflectCard,PowerCard,WallCard,ScholarshipBadge); shovel_scatter("015-1", 20, 20, 180, 180, rand(60,360), TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal,EarthPowder, IronOre,CopperOre,LeadOre,TinOre,SilverOre,GoldOre,PlatinumOre,IridiumOre,TitaniumOre, - Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst, - CursedAmmoBox,ThornAmmoBox,SacredBullet); + Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst,Wurtzite, + CursedAmmoBox,ThornAmmoBox,BoneAmmoBox,SacredBullet, + ElixirOfLife,SaviorBlueprint,AncientBlueprint,Quill, + SpeedCard,ReflectCard,PowerCard,WallCard,ScholarshipBadge); // Extra burried treasure (25~65 over 3600 tiles: aprox. 0.70% to 1.80%) // New Rate: 1.40% ~ 3.60% since 2019-05-27 shovel_scatter("018-1", 20, 20, 80, 80, rand(50,130), TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal,EarthPowder, IronOre,CopperOre,LeadOre,TinOre,SilverOre,GoldOre,PlatinumOre,IridiumOre,TitaniumOre, - Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst, - CursedAmmoBox,ThornAmmoBox,SacredBullet); + Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst,Wurtzite, + CursedAmmoBox,ThornAmmoBox,BoneAmmoBox,SacredBullet, + ElixirOfLife,SaviorBlueprint,AncientBlueprint,Quill, + SpeedCard,ReflectCard,PowerCard,WallCard,ScholarshipBadge); // Aeros can't be forgotten, but only during Thanksgiving - if ($EVENT$ == "Thanksgiving") { + if ($EVENT$ == "Thanksgiving" || $GAME_STORYLINE >= 5) { shovel_scatter("001-1", 171, 20, 340, 160, rand(160,360), TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal,EarthPowder, IronOre,CopperOre,LeadOre,TinOre,SilverOre,GoldOre,PlatinumOre,IridiumOre,TitaniumOre, - Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst); + Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst,Wurtzite, + CursedAmmoBox,ThornAmmoBox,BoneAmmoBox,SacredBullet, + ElixirOfLife,SaviorBlueprint,AncientBlueprint,Quill, + SpeedCard,ReflectCard,PowerCard,WallCard,ScholarshipBadge); shovel_scatter("001-1", 20, 20, 140, 140, rand(160,360), TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal,EarthPowder, IronOre,CopperOre,LeadOre,TinOre,SilverOre,GoldOre,PlatinumOre,IridiumOre,TitaniumOre, - Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst); + Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst,Wurtzite, + CursedAmmoBox,ThornAmmoBox,BoneAmmoBox,SacredBullet, + ElixirOfLife,SaviorBlueprint,AncientBlueprint,Quill, + SpeedCard,ReflectCard,PowerCard,WallCard,ScholarshipBadge); } end; |