Is there any way to allow players to have 300 talent points on login?
Is there any way to allow players to have 300 talent points on login?
Player.cpp (Ascent-world folder)
Edit the number after the + sign to edit the # of talent points after they level. You will also have to uncomment this section
You could make your own C++ script or you could just do the edit here for 300 Talent points per level. I'd do the C++ if you could though.uint32 curTalentPoints = GetUInt32Value(PLAYER_CHARACTER_POINTS1);
SetUInt32Value(PLAYER_CHARACTER_POINTS1,curTalentPoints+1);
My server is arcemu though >.< should I switch to ascent is it better?
It will work with both![]()