I'm working on a mod that will change some of the fortify skill/attribute abilities that are given from various quests, items, etc. so that they will give a fortify effect similar to an enchantment rather than just increasing the base attribute/skill level so that someone can still get increases in those attributes/skills. The Skeleton Key enchantment for example is one i'm working on.
First, I'm assuming that the way that the ability bonuses applies "fortify" effects to the base level rather than adding a bonus similar to an enchantment or spell is hard coded into the game. Correct me if I'm wrong on this because I would rather make my changes here if its possible.
Assuming that it is indeed hard coded I was able to get the desired effect by changing these abilities into diseases. I added a scripted effect to the ability effect list to reapply whenever the ability was lost due to cure disease or what ever reason. The problem is that this new scripted effect appears in the active effects list on the magic tab in game. (http://i75.photobucket.com/albums/i303/greezemunkee/ScreenShot0.jpg)
Is there any way to hide this entry or even trigger the script some where else so that it doesen't show up here?
Also how would I go about hiding the message that displays notifying the player whenever the effect is re-applied?