[HELP] Item Drops

07/08/2010 04:01 .Beatz#1
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

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;
                    }
thanks in advance for your help
07/08/2010 04:04 Arcо#2
if (Name == "Iron" || Name == "Sarah" || Name == "Hyper")
{
if (MyMath.ChanceSuccess(50))
{
DI2.Info.ID = 1088000;
DI2.Info.MaxDur = DI2.Info.DBInfo.Durability;
DI2.Info.CurDur = DI2.Info.MaxDur;
}
if (MyMath.ChanceSuccess(50))
{
Another Drop;
}
if (MyMath.ChanceSuccess(50))
{
Another Drop;
}
if (MyMath.ChanceSuccess(50))
{
Another drop;
}
}
07/08/2010 04:09 .Beatz#3
#request close got my answer
07/08/2010 04:12 .Beatz#4
Quote:
Originally Posted by |Kyle| View Post
#Closed
Huh? You havent closed this thread... also why take .Arco's help and repost it??
seems pointless to me
07/08/2010 04:18 .Beatz#5
Quote:
Originally Posted by |Kyle| View Post
Huh? You havent closed this thread... also why take .Arco's help and repost it??
seems pointless to me
Go away Decker. No one on this forum likes you. Get the hint