Hey guys I am coding a new quest which will be released when I am done. I have a question and can't figure it out :S
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
thanks in advance for your help
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;
}