Jump to content

Natureboy7

Members
  • Posts

    5
  • Joined

  • Last visited

Nexus Mods Profile

About Natureboy7

Profile Fields

  • Country
    Germany

Natureboy7's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. I think the posts from schlangster and expired6978 (first quote) really started something. Finally the people who want to help know how. However it can be difficult finding important posts in this thread, which is why I collected all the posts (and added some links) that might help people interested in contributing below: Packaged with the latest OldRim version of SKSE comes a source code directory. Email to submit alignment fixed classes can be found here: http://skse.silverlock.org/ under "Contact the SKSE Team". I tried loading up the free version of IDA Pro yesterday and it was crash central on Windows 10. I suspect there's some dependencies that are not specified on the download page.
  2. Ok. Thanks! That's good to hear.
  3. I just published a mod: http://www.nexusmods.com/skyrim/mods/55239/? When I try to download the following error-message keeps coming up: An error occured. What could be the problem? I'm affraid, that no one can download. Thx!
  4. Thanks for the answer. What I am trying to do is give animals the ability to sprint. When they flee they should run faster for a short time. I researched maximum running speeds of the different animals that exist in skyrim. First I tried doing it via conditions. I had a spell which drained their stamina when fleeing and the sprint spell had a condition, that the animal needed minimum 1 stamina. So the animal would stop sprinting, when stamina was completely drained. That was buggy however. Than I tried giving the ability a duration, but I found out that abilities ar always on. So I figured the best Idea would be a script.
  5. Hi I want to make a mod where animals cast a spell on themselves under a specific condition. First I tried doing that without scripts via abilities with conditions. But I need the spells to have a duration. Apparently this is not possible with abilities, because they have no duration and are allway active. So I figured the best way would be to have a script that casts the self-delivered spell when the condition is met. Unfortunately I don't know much about scripting and I don't want to make a mod with a bad script that could ruin your save. Could someone help me make a simple script that makes an animal cast a spell on itself when a condition is met (the condition is that the animal is fleeing)? That would be really great! Thank you.
×
×
  • Create New...