diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-16 08:38:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-16 08:38:44 -0300 |
commit | 8a4bbe8c73063beae7bb0eaa7199d77e0c2ac39f (patch) | |
tree | 03453997c4cc5a69e2ad0dae53953192a74b6750 /db | |
parent | e9192e19ee3232f6b1541fba796747839e26b61b (diff) | |
download | serverdata-8a4bbe8c73063beae7bb0eaa7199d77e0c2ac39f.tar.gz serverdata-8a4bbe8c73063beae7bb0eaa7199d77e0c2ac39f.tar.bz2 serverdata-8a4bbe8c73063beae7bb0eaa7199d77e0c2ac39f.tar.xz serverdata-8a4bbe8c73063beae7bb0eaa7199d77e0c2ac39f.zip |
Warlord Set is no longer dropped
Diffstat (limited to 'db')
-rw-r--r-- | db/re/mob_db.conf | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 2808f7269..449e16f2a 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -3246,8 +3246,8 @@ mob_db: ( Bone: 100 //LeatherGloves: 25 //BronzeSword: 10 - WarlordHelmet: 3 - WarlordPlate: 1 + SilverIngot: 3 + TitaniumIngot: 1 } }, { @@ -3299,8 +3299,8 @@ mob_db: ( Bone: 100 //LeatherGloves: 25 //BronzeSword: 10 - WarlordHelmet: 3 - WarlordPlate: 1 + SilverIngot: 3 + TitaniumIngot: 1 } }, { @@ -7101,8 +7101,7 @@ mob_db: ( BronzeBossGift: 60 LOFCoin: 30 DragonStar: 2 - WarlordHelmet: 1 - WarlordPlate: 1 + TitaniumIngot: 1 } WeaponAttacks: { All: 8000 @@ -9271,8 +9270,7 @@ mob_db: ( BronzeBossGift: 2000 SilverBossGift: 1000 DragonStar: 2 - WarlordHelmet: 1 - WarlordPlate: 1 + TitaniumIngot: 2 } // Good defense against all type of weapons WeaponAttacks: { @@ -11699,8 +11697,7 @@ mob_db: ( BronzeBossGift: 2000 SilverBossGift: 1000 DragonStar: 2 - WarlordHelmet: 1 - WarlordPlate: 1 + TitaniumIngot: 1 } // Good defense against all type of weapons WeaponAttacks: { |