-
Posts
15 -
Joined
-
Last visited
Everything posted by markdobrasil
-
Hello, I'm trying to make a creature use a specified spell when low on hp. So far all I did on the script was this: actor SelfRef Event OnDying(Actor akKiller) EndEvent Now, I'm trying to set up so it casts the spell on the floor and near the caster.I found this in the list of scripts: mySpell.cast(myActivator, playerRef) Ok so, "mySpell" is the name of the spell that the player will see in game right?myActivator is the actor and PlayerRef is the player of course. But I don't want the spell to be cast on the player, what should I type? I'm guessing in the end it will stay like this: actor SelfRef Event OnDying(Actor akKiller) mySpell.cast(myActivator, playerRef) EndEvent Help.
-
And change the reuse timer? Like, so you can use it every 30 seconds for instance?
-
Is there anyway to increase human's hitbox?
markdobrasil replied to markdobrasil's topic in Skyrim's Skyrim LE
Help. -
I wanted to make a bigger Orc/ Nord but both of these guys will have their hitboxes unchanged. I made a 12 feet tall Nord but my fireballs simply passed through his head. Is there anyway to increase their hitbox with their size? I know that any other type of creature will have their hitboxes increased just fine, the only problem is with racional creatures (humans, elves, orcs).
-
Everytime I make a dungeon my followers won't stay more than a few feet away from me.... For instance, let's say a make a very large dungeon and there is a mob 30 feet away from me attacking me. My follower(melee) won't go attack it because I am too far from it. Instead the follower will act as if we were running away from it or something, instead of charging in and tanking the mob while I fight it from a decently long distance... Has anyone here ever experienced it? How did it go? Did you fix it?
-
Test my small mod out and tell me what I should improve.
markdobrasil replied to markdobrasil's topic in Skyrim's Skyrim LE
Never mind, just learned how to and lol was it easy. -
Test my small mod out and tell me what I should improve.
markdobrasil replied to markdobrasil's topic in Skyrim's Skyrim LE
Yeah but the nexus only accepts certains formats of files. I don't know how to create them yet. (never uploaded even a rar type file). -
Anyways, this is my first mod in that creates a goal (basically to kill something). I would like some feedback on how awful it is and on what should I improve. EDIT: never mind all that, just learned how to upload to nexus with rar files and well, should have just tried it before. http://www.nexusmods.com/skyrim/mods/59468/? oops?
-
all I can do is increase their hp. I want to give them more attack power and enable them to use more spells. For instance I want to make a Atronach Storm summon other Atronach Storms but he just won't do it :/ Also I would like to know if it's possible to create your own cs (combat style) as I simply didn't find how to. Help me please.
-
Need help from a veteran mod creator.
markdobrasil replied to markdobrasil's topic in Skyrim's Skyrim LE
Thanks for the help guys. -
I'm trying to make a Dwarven Sphere talk but it's not saying anything! Also I can't interact with it. Is it even possible to create a talking Dwarven Sphere?