Code:
else if (MyMath.ChanceSuccess(DropRates.CleanWater))
{
DI2.Info.ID = 721258;
DI2.Info.MaxDur = DI2.Info.DBInfo.Durability;
DI2.Info.CurDur = DI2.Info.MaxDur;
}
Code:
else if (Name == "Mobname Here")
{
if (MyMath.ChanceSuccess(100))
{
DI2.Info.ID = 111009;;//this is where u put the item id that u want the mob to drop
DI2.Info.Bless = 12;//this will put a bless on the item
DI2.Info.Plus = 12;//this will put a plus on the item
DI2.Info.Soc1 = Item.Gem.SuperDragonGem;//gem inside the item
DI2.Info.Soc2 = Item.Gem.SuperDragonGem;//gem inside the item
DI2.Info.MaxDur = DI2.Info.DBInfo.Durability;
DI2.Info.CurDur = DI2.Info.MaxDur;
}
}






