i found misc/skillcheck.cs
just found it this scripts
if (from.Skills.Cap == 0)
return false;
bool success = (chance >= Utility.RandomDouble());
double gc = (double)(from.Skills.Cap - from.Skills.Total) / from.Skills.Cap;
gc +=...
my shard version is 7.0.47.0, but now newest version client is 7.0.49.0
so, anyone have 7.0.47.0 client or how can stay 7.0.47?
other question, shard how can update the client version? just host version exchange,
it will be update? help me thx:(