Jump to content

Photo

How Do I Add A Custom Race Topic

- - - - -

  • Please log in to reply
7 replies to this topic

#1
RedDragonDreamer

RedDragonDreamer

    Disciple

  • Allies
  • 222 posts


Users Awards
I have a custom unplayable race I want to add a greeting type topic to, I have a script in the quest script that adds it, I have the quest condition to be 'playable race ( then her race ) and == 1 In the CS it comes up in the filtered topics for her but ingame she has the whole nasty ' I have no greeting ' of doom.

Anyone know how to make her say her line?

Thanks in advance XD
  • 0

#2
DarkRider

DarkRider

    Site Commander

  • TESA Team
  • 10,575 posts


Users Awards
You can't use that condition for an unplayable race. Remove that condition and use instead GetIsRace YourCustomRace == 1 see if that helps XD
  • 0

#3
RedDragonDreamer

RedDragonDreamer

    Disciple

  • Allies
  • 222 posts


Users Awards

You can't use that condition for an unplayable race. Remove that condition and use instead GetIsRace YourCustomRace == 1 see if that helps XD


sorry but no, it doesn't. Made a typo at my first post, already using that condition, it's the only condition for the quest.

The topic conditions are, GetIsRace CustomRace == 1 getis sex==female==1 and GetIsID(her id)==1

It should work but won't.

The Quest script is:

SCN  aaXXDarkfangQuest


Short DoOnce
Short DanceNow

Begin GameMode

if DoOnce == 0
AddTopic aaXXDarkFangGreets
set DoOnce to 1

endif
end

and her script is:

scn  aaXXJahizaScript

Begin GameMode

AddTopic aaXXDarkFangGreets

End

  • 0

#4
DarkRider

DarkRider

    Site Commander

  • TESA Team
  • 10,575 posts


Users Awards
Do you have a greeting for her that uses the default GREETING topic? No matter what you name a new topic, the greeting is hardcoded so you need to use GREETING. From that default you can chain to custom topics but she has to have an actual GREETING or the convo can't begin. Let me know if you have one or not.

[EDIT] If your dialogue is set properly you shouldn't need those scripts to add the topic. XD
  • 0

#5
RedDragonDreamer

RedDragonDreamer

    Disciple

  • Allies
  • 222 posts


Users Awards

Do you have a greeting for her that uses the default GREETING topic? No matter what you name a new topic, the greeting is hardcoded so you need to use GREETING. From that default you can chain to custom topics but she has to have an actual GREETING or the convo can't begin. Let me know if you have one or not.

[EDIT] If your dialogue is set properly you shouldn't need those scripts to add the topic. :)


Well I did but she wasn't using it ether, but I could make a new one and try, what should I give the conditions for it?
  • 0

#6
DarkRider

DarkRider

    Site Commander

  • TESA Team
  • 10,575 posts


Users Awards
If she is the only NPC of this race using he dialogue, then I would make the condition for the quest GetIsID HerID == 1 and add that ID to each line as well. That way you can ensure she has access to the lines and no one else does. Also make sure your quest priority is set to at least 80.
  • 0

#7
RedDragonDreamer

RedDragonDreamer

    Disciple

  • Allies
  • 222 posts


Users Awards
Hooray finally she's saying the lines, thanks DarkRider
  • 0

#8
DarkRider

DarkRider

    Site Commander

  • TESA Team
  • 10,575 posts


Users Awards
That's great! Congrats! :)

Just hop back in here if you encounter any other issues. :)
  • 0




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users