Jump to content

DOWNLOAD MODS

Are you looking for something shiny for your load order? We have many exclusive mods and resources you won't find anywhere else. Start your search now...

LEARN MODDING

Ready to try your hand at making your own mod creations? Visit the Enclave, the original ES/FO modding school, and learn the tricks of the trade from veteran modders...

JOIN THE ALLIANCE

Membership is free and registering unlocks image galleries, project hosting, live chat, unlimited downloads, & more...

Leaderboard

Popular Content

Showing content with the highest reputation on 11/19/2012 in all areas

  1. From the album: Vicki's Gallery

    © Victoria

    1 point
  2. Working on an alternative absorb effect, instead of using the spell to drain health points, i'd rather use the spell to drain by a percentage (30%) of the target's Max health. Here is what I have... ScriptName TIS_Ench_S_AbsorbHP_3p Extends ActiveMagicEffect {...Of The Leech} Event OnEffectStart(Actor akTarget, Actor akCaster) Float TargetMaxHealth = akTarget.GetAVPercentage("Health") debug.trace("We got the target's max health!") akTarget.DamageActorValue("Health", TargetMaxHealth * 0.3) debug.trace("We damaged the target's health!") akCaster.RestoreActorValue("Health", TargetMaxHealth * 0.3) debug.trace("We healed the player the drained damage") EndEvent I tried to look at the logs, and it seems that the script never fires, but the effects of the magic effect that the script is attached to work. Any ideas?
    1 point
×
×
  • Create New...