Dungeon Siege 2 Reset Skill Points Work [upd]
This potion resets every single skill point, allowing you to rebuild your character from scratch. This is the closest you will get to a modern "respec" system.
void ReapportionSkillPoints(Character* character) // Recalculate skill points based on character level and other factors int newPoints = CalculateSkillPoints(character->level); // Update character skill points character->skillPoints = newPoints; // Update skill tree with new points UpdateSkillTree(character); dungeon siege 2 reset skill points work