StatPoints to reborn

10/14/2008 21:17 konkizta#1
How can I make to you will be reborn added +3 points StatPoints to climb each level?:confused:
10/15/2008 07:05 _Emme_#2
Search for , if (Leveled)

Then go down a bit,and do if (RBCount > 0)
{
StatP += 3;
SendStatPointsPacketHere.
}
10/15/2008 22:16 konkizta#3
already been settled but thank you anyway