Map Marker on an NPC

Post » Mon Jun 18, 2012 6:26 am

Hi
I placed an npc in Tamriel, and I want a map marker to point out where to go. But the NPC isn't inside a dungeon so I can't point to a dungeon marker like in the tutorial.
Do I need to add an Xmarker where the NPC is standing (using hold position ai package)?
User avatar
BEl J
 
Posts: 3397
Joined: Tue Feb 13, 2007 8:12 am

Post » Sun Jun 17, 2012 6:19 pm

I've placed a Map marker in the world myself and added it to the Queststage as a property, objectref and named it MapMarker.
The script in the queststage has MapMarker.AddToMap(), but still nothing shows up. The NPC is placed just like the Quest tutorial teaches, but he's (I added an XMarker and used a linkref + holdposition ai too) also not there.
User avatar
Ladymorphine
 
Posts: 3441
Joined: Wed Nov 08, 2006 2:22 pm

Post » Mon Jun 18, 2012 1:08 am

Went to take a look at the creationkit wiki again
Unique Actor - Pick a Unique actor to fill the alias. Note that this will only work if the specified actor's reference has been assigned a Persist Location. (see http://www.creationkit.com/Object_Reference)
So I created a new location and added the cell the priest is in + a nearby cell. On the map this works, and when I look at the small map it also shows the name I assigned it, so the location works.
I tried putting the SetObjectiveComplete(10) on the alias of the priest, but no change either.

no quest markers show up and the npc still doesn't spawn.
User avatar
Harry-James Payne
 
Posts: 3464
Joined: Wed May 09, 2007 6:58 am

Post » Mon Jun 18, 2012 5:11 am

Anyone? D:
User avatar
yessenia hermosillo
 
Posts: 3545
Joined: Sat Aug 18, 2007 1:31 pm

Post » Mon Jun 18, 2012 3:10 am

:(
User avatar
saxon
 
Posts: 3376
Joined: Wed Sep 19, 2007 2:45 am

Post » Sun Jun 17, 2012 8:02 pm

Another bump, think plenty of time has passed :P
User avatar
carley moss
 
Posts: 3331
Joined: Tue Jun 20, 2006 5:05 pm

Post » Sun Jun 17, 2012 11:07 pm

Is this a fast-travel marker, or just a marker on the map?

If it's just a map marker, you need to make the character an objective, then activate the objective using SetObjectiveDisplayed. It needs to be selectable in the quest window to show it. Try looking at some of the other quests for examples.
User avatar
Sunnii Bebiieh
 
Posts: 3454
Joined: Wed Apr 11, 2007 7:57 pm


Return to V - Skyrim