May 16, 2007 #1 ichigokurosaki Newbie Spellweaver 10 Happy Years Joined Oct 8, 2006 Messages 6 Reaction score 0 how can i put my server to when someone lvl up it give 2 skill points to the player?
May 16, 2007 #2 kibz Experienced Elementalist Joined Jun 9, 2006 Messages 253 Reaction score 0 CharInfo->SkillPoints += 1; to CharInfo->SkillPoints += 2; in playerfunctions.cpp ^^ recompile and have fun
CharInfo->SkillPoints += 1; to CharInfo->SkillPoints += 2; in playerfunctions.cpp ^^ recompile and have fun
May 16, 2007 #3 ichigokurosaki Newbie Spellweaver 10 Happy Years Joined Oct 8, 2006 Messages 6 Reaction score 0 thx alot