Jump to content

Ancient76

Members
  • Posts

    29
  • Joined

  • Last visited

Nexus Mods Profile

About Ancient76

Ancient76's Achievements

Explorer

Explorer (4/14)

  • First Post
  • Collaborator
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Well obviously it doesn't work because my NPC is still there. It's a quest where i search for some people, and at the certain point this NPC forcegreets and warns me to leave and stop searching for them. Then after this stage he should flee from me and disappear, i must disable him. Later in the quest he's gonna be enabled again, but that's not important now. I use OnUpdate() event in the Reference window, like this:
  2. Stage is set to 30. I know because I get message to perform another task. I use "Flee To" package before this script. My NPC should run to some place and then disappear after 10 seconds. But this package shouldn't be a problem.
  3. How to disable NPC/Actor? I have tried this but it doesn't work:
  4. That's basically like a quest update?
  5. I need to kill actor after the quest is finished. Let's say 5 days after. Basically when i visit his home 5 days later, he should be dead. Can it be done?
  6. Here it is stated that it only force player or NPC to draw weapon or hands. https://www.creationkit.com/index.php?title=DrawWeapon_-_Actor My NPC is vampire and it only use spells/magic in combat.
  7. To force an NPC to draw a weapon during dialog for example this command is necessary: Your NPC().DrawWeapon() But how to "draw a spell"? I have an NPC who use magic only.
  8. Hmm, so how to apply this effect when my NPC is spawned? Effect like when you summon someone would be cool. Like in that Brelyna video.
  9. It works with this, although my is little bit different. Now i need to apply some magic effect during transition to look more cool :smile:
  10. Something like this would be nice. Anyone tried this on NPC?
  11. I need to turn Werebear into a man. Anyone tried this?
  12. It's simple actually. An example: NPC1.StartCombat(NPC2). And of course properties for both NPCs.
  13. How to make an NPC attack another NPC?
  14. I have changed it with ReferenceAlias and it works.
  15. Anyone? I need to spawn an NPC after certain amount of time pass. So after my quest hits stage 40, then after 5 hours my NPC should spawn. In Quest Stages - Papyrus Fragment i have: In the scripts tab of the quest window i have this: I have connected my NPC to the xmarker through enable parent. Xmarker is set to initially disabled. But it doesn't work?
×
×
  • Create New...