Dosyanın hepsini atmama gerek yok sanırım, zaten char.cpp'ye sadece
void CHARACTER::PointChange(BYTE type, int amount, bool bAmount, bool bBroadcast)
içerisine case olarak aşşağıdaki kodu ekledim.
case POINT_ATTBONUS_METIN:
SetPoint(type, GetPoint(type) + amount);
val =...