How can I add and remove special effects from a character?

Post » Tue Nov 20, 2012 8:49 am

Hi there!

One might consider this crossposting since this is pretty much a duplicate of http://www.gamesas.com/topic/1417979-all-of-a-sudden-i-became-a-divine-being/. My question is: How can I remove a special effect (like an aura) from a character? I tried removespell, but the spell itself is not present. It looks like its just the shader. Removing all active magic effects at once did not touch the effect, the character still glows.

How can I remove a shader (like the Sovngarde glow) from a character?
User avatar
Catharine Krupinski
 
Posts: 3377
Joined: Sun Aug 12, 2007 3:39 pm

Post » Tue Nov 20, 2012 6:32 am

Only a novice here but have you tried Game.GetPlayer().DispelAllSpells()?
User avatar
Jack
 
Posts: 3483
Joined: Sat Oct 20, 2007 8:08 am

Post » Mon Nov 19, 2012 6:05 pm

In scripting the format would be like akActor.Dispel(Your_Spell_ID_Here) or Game.GetPlayer().Dispel(Your_Spell_ID_Here)
Specifically removes this and only this effect.
Dispel all spells is useful at times too, but I doubt you are looking to blow all the buffs off your character.
User avatar
Jack Moves
 
Posts: 3367
Joined: Wed Jun 27, 2007 7:51 am


Return to V - Skyrim

cron