Jump to content

Training Lesser Power


Yelang

Recommended Posts

I need a mod that make a lesser power that increase the enchanting skill by 5 upon use with the proper xp (like a trainer or incpcs console command). I made a failing attempt at doing it myself by making a fire and forget magic effect of script archtype and attached the following to it:



Scriptname TrainEnchanting extends game


Event OnEffectStart(Actor Target, Actor Caster)

Game.IncrementSkillBy("Enchanting", 5)

endEvent


It compiles without a problem but the lesser power does nothing regardless.

Link to comment
Share on other sites

  • 4 weeks later...

ok after some trials and errors and searching a bit I managed to solve the problem myself. In case anyone wants to know I had to change "extends game" to "extends activemagiceffect" and also check "Recover", "No duration" and "No Area" on magic effect page.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...