Jump to content

markdobrasil

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by markdobrasil

  1. Thanks mindboggles, very informative reply. Just tested the GECK and now I understand what you meant by sluggish.
  2. I made a few mods in Skyrim and really wanted to mod a little in New Vegas too, so I was wondering if is there anything I should know? Any tips or advice?
  3. 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.
  4. And change the reuse timer? Like, so you can use it every 30 seconds for instance?
  5. 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).
  6. 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?
  7. Never mind, just learned how to and lol was it easy.
  8. 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).
  9. 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?
  10. I'm also trying to make a creature immune to stagger, can someone help me???
  11. 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.
  12. 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?
×
×
  • Create New...