How to remove spell permanancy via console:

Discussion in 'The Temple of Elemental Evil' started by Livonya, Apr 23, 2005.

Remove all ads!
  1. Livonya

    Livonya Established Member

    Joined:
    Sep 25, 2003
    Messages:
    773
    Likes Received:
    0
    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.
     
  2. Longarms

    Longarms Member

    Joined:
    Feb 4, 2005
    Messages:
    15
    Likes Received:
    0
    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?!?!
     
  3. Lord_Spike

    Lord_Spike Senior Member Veteran

    Joined:
    Mar 25, 2005
    Messages:
    3,151
    Likes Received:
    1
    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.
     
  4. dulcaoin

    dulcaoin Established Member Veteran

    Joined:
    Mar 10, 2005
    Messages:
    213
    Likes Received:
    0

    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
     
  5. Tenser's_Beard

    Tenser's_Beard Member

    Joined:
    Aug 9, 2005
    Messages:
    13
    Likes Received:
    0
    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
     
  6. Borsook

    Borsook Established Member

    Joined:
    Jul 14, 2005
    Messages:
    109
    Likes Received:
    0
    What about the "built-in" version of the fix - one of conversation options with Jaroo? It should work fine, at least with permanent silence.
     
  7. Tenser's_Beard

    Tenser's_Beard Member

    Joined:
    Aug 9, 2005
    Messages:
    13
    Likes Received:
    0
    I talk to Jaroo all day long, he never mentions a way to fix me
     
  8. Lord Plothos

    Lord Plothos Established Member

    Joined:
    Apr 3, 2004
    Messages:
    550
    Likes Received:
    0
    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.
     
  9. Tenser's_Beard

    Tenser's_Beard Member

    Joined:
    Aug 9, 2005
    Messages:
    13
    Likes Received:
    0
    Thank you so very much! THat is just what I needed!
     
  10. Cerulean the Blue

    Cerulean the Blue Blue Meanie Veteran

    Joined:
    Apr 23, 2005
    Messages:
    1,962
    Likes Received:
    0
    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.
     
  11. Tenser's_Beard

    Tenser's_Beard Member

    Joined:
    Aug 9, 2005
    Messages:
    13
    Likes Received:
    0
    Hehe , thanks , i didnt try all the options :)

    Very cool , everything is back on track , thanks everyone
     
  12. TOEE_Junkie

    TOEE_Junkie Member

    Joined:
    Dec 1, 2005
    Messages:
    6
    Likes Received:
    0
    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? :)
     
  13. Lord_Spike

    Lord_Spike Senior Member Veteran

    Joined:
    Mar 25, 2005
    Messages:
    3,151
    Likes Received:
    1
    Killing the character will sometimes remove the effect. Just type 'die' in the console.
     
  14. Jesse Heinig

    Jesse Heinig Established Member

    Joined:
    Jun 26, 2005
    Messages:
    126
    Likes Received:
    0
    I have two characters stuck with permanent invisibility (from Invisibility Sphere), and even Jaroo's fix (Liv. mod) doesn't remove it. Suggestions?
     
  15. lord_graywolfe

    lord_graywolfe Wolfman

    Joined:
    Apr 30, 2004
    Messages:
    739
    Likes Received:
    0
    did you try the console fix listed in the first post? that will always work. if it doenst somthing is truly screwy.
     
Our Host!