Quote: Originally Posted by .Arco if(Name.Contains("Caterans") && MyMath.ChanceSuccess(100000)) { DI2.Info.ID = ArmyTokenID; DI2.Info.MaxDur = DI2.Info.DBInfo.Durability; DI2.Info.CurDur = DI2.Info.MaxDur; }
Quote: Originally Posted by Decker_ I place this in mymath.cs or where?