This is for 5165!
Go to Mob.cs and search for this.
Code:
else if (MyMath.ChanceSuccess(DropRates.CPBag))
Under that void put this.
Code:
if (MyMath.ChanceSuccess(DropRates.CPs))
{
if (Char != null)
{
Char.CPs += CPS AMOUNT YOU WANT;
}
} Then go to DropRates.cs and search for:Under that put: Then in that same .cs search for: Code:
Silver = iNi.ReadDouble("Rates", "Silver"); Under that put Code:
CPs = iNi.ReadDouble("Rates", "CPs"); Then go to OldCODB and at the very bottom put CPs=DropRate of your choice.
Then thats it.
Press thanks if it helped.
Lesezeichen