how to make a certin mob drop an item like GoldGhost dropping SkyTokens
Hmm haven't tried it for a certain mob.Quote:
how to make a certin mob drop an item like GoldGhost dropping SkyTokens
else if (MyMath.ChanceSuccess(DropRates.SecondRB) && Char.Loc.Map == 1070)
{
DI2.Info.ID = 722727;
DI2.Info.MaxDur = DI2.Info.DBInfo.Durability;
DI2.Info.CurDur = DI2.Info.MaxDur;
}