Jump to content

Blade1634

Members
  • Posts

    2
  • Joined

  • Last visited

Nexus Mods Profile

About Blade1634

Blade1634's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter

Recent Badges

0

Reputation

  1. hi all im having trouble getting my script to work and could use some advice Here is the script: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Scriptname VampireDiseaseEffectScript extends ActiveMagicEffect Event OnEffectStart(Actor Target, Actor Caster) PlayerBaseActorProperty.SetEssential() RegisterForUpdateGameTime(1) VampireChangeTimer = GameDaysPassed.Value + 1 EndEvent Event OnDeath(Actor akkiller) UnRegisterForUpdateGameTime() Game.GetPlayer().AddSpell(VampireTransition) Game.GetPlayer().RemoveSpell(VampireBlood) PlayerBaseActorProperty.SetEssential(false) endEvent Event OnUpdateGameTime() If GameDaysPassed.Value >= VampireChangeTimer UnRegisterForUpdateGameTime() Game.GetPlayer().RemoveSpell(VampireBlood) PlayerBaseActorProperty.SetEssential(false) EndIf EndEvent Actor Property PlayerBaseActorProperty Auto Spell Property VampireTransition Auto Spell Property VampireBlood Auto Float Property VampireChangeTimer Auto GlobalVariable Property GameDaysPassed Auto ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Now as for what im trying to do:P im trying to take the vampire drain spell out of the the game and make the transition in to a vampire more like out of the vampire diaries(dont judge me its a good show lol) so what will happen is when killing a vampire they may drop a vile of vampire blood and if the player character drinks it and then dies or kills them selves with in 24 hours they will turn in to a vampire from their they will enter a transition state and to complete it they will have to feed on a human/elf other wise they will die im guessing im way off so any help would be greatly appreciated
  2. To all my fans im sorry for the delay in updates it been crazy year or so (since april 2016:P) but im working a new mod relearning the CK and scripting the alpha version should be out in a few days i hope then i will be diving back in to my bleach mod and making some much needed up dates so it will be xbox one conpatible as well. how every i need to purches a copy of Skyrim SE for the pc so i can convert my mods and that will take me some time to do as i am now a single father rasing his son...
  3. TO ANY ONE LOOKING TO CHANGE THE LOAD ORDER FOR THE SKYRIM CREATION KIT 1) Download & Install LOOT 2) Open LOOT 3) When the main LOOT window Opens at the Top select "file". Then select "Redate Plugins" 4) a Window will pop up that says " This feature is provied so that modders useing the Creation kit may set the load order it uses. A side-effect is that any subscribed steam workshop mod will be re-downloaded by steam. Do you wish to continue?" Select yes & your done! I hope this helps & sorry about bummping and old post but ive looked every were and nobody had posted this simple guid and easy fix to Creation kit loadorder problems
×
×
  • Create New...