I need to make 3 Different mobs drop 10 different items.
Here is my code so far but im not sure how to expand it to make the mobs drop multiple Items :S
Code:
if (Name == "Iron" || Name == "Sarah" || Name == "Hyper" && MyMath.ChanceSuccess(50))
{
DI2.Info.ID = 1088000;
DI2.Info.MaxDur = DI2.Info.DBInfo.Durability;
DI2.Info.CurDur = DI2.Info.MaxDur;
}






