If you have a problem with spell permanancy and you are not using my mod or you are unable to visit Jaroo (using my mod) then you can fix the problem manually via the console. It won't cost you any money. It won't cost you any experience. It won't cost you any stats (unless you are level 1 and in which case why not just start over). It is very simple to do. Just make sure you follow these instructions. 1) Put the NPC/PC that has the problem with spell permanancy in the absolute left hand slot (slot 0) 2) open the console 3) in the console type: x = game.party[0] 4) type: game.global_vars[752] = x.stat_level_get(stat_experience) 5) Kill the character that has spell permanancy. 6) type: game.obj_create(9379, game.leader.location) 7) pick up the Raise Dead Scroll 8) Use the raise dead scroll to raise the character from the dead 9) type: x.stat_base_set(stat_experience, game.global_vars[752]) Repeat this with each character that has the problem. You can do it from anywhere in game. It should not take too long. - Livonya If for some reason you can not use the scroll then get one of the NPCs in game to resurect you.
Wait so the permanent spell works now?!? I don't think it worked before. So I can permanently ENLARGE my halfings so that they can use greatswords without having to constantly cast the enlarge spell?!?!
No... ....this is in reference to a bug that makes undersirable spell effects permanent upon the recipient...like silence. Although I once had permanent invisibility on a character...which wasn't all that bad.
A bit of a side note here, it shouldn't really matter for this particular set of steps, but the command in use in step 4 really should be 4) type: game.global_vars[752] = x.stat_base_get(stat_experience) It's most likely not something that will matter for experience, base and effective values should match there; but on the off chance someone might be thinking of using the commands in steps 4 and 9 to, say, save and restore attributes, for example: 4) type: game.global_vars[752] = x.stat_base_get(stat_constitution) 9) type: x.stat_base_set(stat_constitution, game.global_vars[752]) if stat_level_get were used in step 4, the results will not be as expected. (for a dwarf, for instance, that set of commands would "up" his constitution by 2 each time, since his base might be 16, say, but his racial bonus to CON is +2, so each set of commands (using stat_level_get followed by stat_base_set) would raise the attribute. -- dulcaoin
I have a PC that has somehow had his Dex permenately drained to 0 ....he cant move , restore, heal , rest nothing works !!!!! I am using the Liv mod, and this is like the 3rd crazy thing that has happened ....the other is prem. Silence and when I tried to follow the above fix it made it where I could no longer pick up items or enter doors!! Please someone help me get this mod to work , its just not going good
What about the "built-in" version of the fix - one of conversation options with Jaroo? It should work fine, at least with permanent silence.
This won't address the mod issues you're having, but you can use the console to reset the PCs dex: game.party[X].stat_base_set(stat_dexterity,Y) Make X = 0 for PC #1, 1 for #2, 2 for #3, etc. Make Y = what you want their dex to be.
When talking to Jaroo, ask for healing, then ask to reincarnate. When he asks who needs reincarnating, you will have an opportunity to say something like "Actually, I have a spell permanency problem." He will fix it for free. EDIT: This only works with Liv's Mod and mods based on it.
Hehe , thanks , i didnt try all the options Very cool , everything is back on track , thanks everyone
I had Protection from Energy: Fire Permanent on my Paladin. I had Jaroo remove it. However, the Animation is still there. How do I remove the useless ring of fire from around my Paladin?
I have two characters stuck with permanent invisibility (from Invisibility Sphere), and even Jaroo's fix (Liv. mod) doesn't remove it. Suggestions?
did you try the console fix listed in the first post? that will always work. if it doenst somthing is truly screwy.