I've just realized that i dont like firearms at all. I have firearms skill at level 4 and it sucks compared to bow with missile weapons 2.
I'm kinda perfectionist and i want to reset 4 skill points spent in firearms. I've found a script to reset skillpoints in LoG1 here viewtopic.php?f=14&t=6728.
I wonder if there is a similar script for LoG2 or at least version for an alchemist only. I believe there are no traits granted by firearms 4 skill so there will be no need to remove traits.
Clean reset of skillpoints for an alchemist (firearms)
Re: Clean reset of skillpoints for an alchemist (firearms)
There is. I'm creating an item which lets you respec as I did for Grimrock 1 (in my sig). But to fix your issue before I finish up my mod, run this script from the console.
Where x is the ordinal index of the alchemist such that
1 2
3 4
is the layout of your party.
Code: Select all
party.party:getChampion(x):trainSkill("firearms",-4)
1 2
3 4
is the layout of your party.
Re: Clean reset of skillpoints for an alchemist (firearms)
Thank you. That's exactly what i was looking for