This is for 5165!
Go to Mob.cs and search for this.
Code:
else if (MyMath.ChanceSuccess(DropRates.CPBag))
Code:
if (MyMath.ChanceSuccess(DropRates.CPs))
{
if (Char != null)
{
Char.CPs += CPS AMOUNT YOU WANT;
}
}
Code:
Silver = 2
Code:
CPs = 2
Code:
Silver = iNi.ReadDouble("Rates", "Silver");
Code:
CPs = iNi.ReadDouble("Rates", "CPs");
Then thats it.
Press thanks if it helped.