No new NPC topics are showing up

Post » Thu Jun 14, 2012 1:02 am

I'm basically trying to create my own Morag Tong mod for Oblivion (yes I know there are already others, this is my own). I first created an island with a dungeon on it. Created a few NPC's for the mod inside the dungeon, created the new faction, etc.

The problem is when I tried making a simple "Join Faction" quest (for the time being) none of the new dialogue options are showing up for that NPC, just rumors. I pretty much copied most of everything from the Join Fighters Guild stuff, yet my new topics to join my new faction aren't showing up...

Even if how I did it is wrong, I still think the topics should be available no matter what, but they arent.

Here's how the whole quest goes:

Quest Conditions under Data:

Priority: 80
Start Game Enabled checked off

Target: No
Function Name: GetDisposition
Reference: MTAssassin5
Comp: ==
AND

Also tried GetIsPlayable Race but that didn't work either.

Quest Stages:
10
100 - Complete

Topics:

Join Morag Tong

Result Script:

;Choice MTChoice1 MTChoice2
SetStage MTJoin 10

Conditions:
Target: No Function Name: GetIsID Function Info: NPC: MTAssassin5 Comp == 1.00 AND
Target: Yes Function Name: GetInFaction Function Info: Faction: MoragTongGuild == 0.00 AND

Then the 2 choice dialogues all have the GetIsID as MTAssassin5 and the "Yes" choice has:

Player.SetFactionRank MoragTongGuild, 0
SetStage MTJoin 100

This is really weird.
User avatar
Rebecca Clare Smith
 
Posts: 3508
Joined: Fri Aug 04, 2006 4:13 pm

Post » Thu Jun 14, 2012 2:47 am

Two things;

Start Game Enabled checked off <--- should be on
Did you add a GREETING?
User avatar
Laura-Lee Gerwing
 
Posts: 3363
Joined: Fri Jan 12, 2007 12:46 am

Post » Wed Jun 13, 2012 10:47 pm

And did you use the AddTopic command for each new topic?
User avatar
Maria Garcia
 
Posts: 3358
Joined: Sat Jul 01, 2006 6:59 am


Return to IV - Oblivion