-
Posts
29 -
Joined
-
Last visited
Everything posted by Ancient76
-
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:
-
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.
-
How to disable NPC/Actor? I have tried this but it doesn't work:
-
[LE] Kill actor after quest is finished
Ancient76 replied to Ancient76's topic in Skyrim's Creation Kit and Modders
That's basically like a quest update? -
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.
-
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.
-
[LE] Transform Werebear into man
Ancient76 replied to Ancient76's topic in Skyrim's Creation Kit and Modders
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. -
[LE] Transform Werebear into man
Ancient76 replied to Ancient76's topic in Skyrim's Creation Kit and Modders
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: -
[LE] Transform Werebear into man
Ancient76 replied to Ancient76's topic in Skyrim's Creation Kit and Modders
Something like this would be nice. Anyone tried this on NPC? -
I need to turn Werebear into a man. Anyone tried this?
-
[LE] NPC attack another NPC
Ancient76 replied to Ancient76's topic in Skyrim's Creation Kit and Modders
It's simple actually. An example: NPC1.StartCombat(NPC2). And of course properties for both NPCs. -
How to make an NPC attack another NPC?
-
[LE] Strange problem with npc spawning
Ancient76 replied to Ancient76's topic in Skyrim's Creation Kit and Modders
I have changed it with ReferenceAlias and it works. -
[LE] Strange problem with npc spawning
Ancient76 replied to Ancient76's topic in Skyrim's Creation Kit and Modders
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? -
[LE] Strange problem with npc spawning
Ancient76 posted a topic in Skyrim's Creation Kit and Modders
If i test my quest from the beginning, from the clean save, my npc does not spawn? But it does spawn if the quest has already been started in the save game, if i test from a saved position that is? Why? -
[LE] Spawn actor after dialog
Ancient76 replied to Ancient76's topic in Skyrim's Creation Kit and Modders
I did it. It works. The syntax was a little bit confusing for me. Thank you. -
[LE] Spawn actor after dialog
Ancient76 replied to Ancient76's topic in Skyrim's Creation Kit and Modders
How would this look in the papyrus fragment, with "moveto" function? Can you show me short example? -
I need to spawn an actor after certain dialog. What's the best way to do this? My actor is in different cell, a house. Maybe through dialog views and papyrus fragment?
-
I have managed to make my actor always invisible using invisibility effect and Vampiric mist form. Looks cool :smile: The trick was in creating new ability and magic effect. Now i need to make actor run to place where i can't see him and disappear.
-
Well actually it should look like invisible spell effect, so not completely invisible. I have managed to make my actor to be invisible by applying invisibility spell as ability, but it stops soon as he enters into conversation with player. So i want to avoid this. Thanks :smile:
-
How to make an actor to be invisible always, like during conversations, etc?
-
This is what i was looking for:
-
Something like this, but this is for F3. Anyone tried something similar?
-
Thx. Actually i want to create trigger volume which will spawn an actor when player enters it. You have script for this?