Jump to content

Faction Related dialogue


StealthDick

Recommended Posts

I have an NPC that works for a certain faction that at one point will give out a quest

I want the NPC to deny the player the quest if they're rep is too low but I don't what function/condition is required to set that up.

thanks

Link to comment
Share on other sites

You can use any one of a few of these:

https://geckwiki.com/index.php?search=Reputation&title=Special%3ASearch&go=Go

 

I have never needed to do this, but this one looks like the one I'd try first:

https://geckwiki.com/index.php/GetReputationPct

 

I don't know your proficiency with the GECK, but this goes in the dialogue Conditions, and is run on the player, which is the Target (you'll see a dropdown menu set to Subject by default). If you need help with this, it's in most tutorials and it's in the following guide, but you can ask specific questions if you need:

http://wiki.tesnexus.com/index.php/Getting_started_creating_mods_using_GECK

 

Reputation points are different for every faction. If a faction has a lot of reputation points, it takes more to impress them or to upset them (fame and infamy, respectively). Conversely, if a faction has very few reputation points, a simple dialogue option could make them love or hate you. As far as I remember, they have to have the same amount for both fame and infamy.

 

The function I see there uses a per centage method, uniformalising the whole thing so that you don't really need to know the specific relevant faction's corresponding reputation scale, which is what makes it attractive to me.

Link to comment
Share on other sites

I've been going at this for a while and it isnt working for me

I have 2 dialogues set up, one where the player has a sufficient amount of rep with said faction and another where they dont. However its like the GetReputationPct condition doesn't work and I dont get the low rep dialogue.

Link to comment
Share on other sites

Suppose the best thing would be for you to give me as many screenshots as it takes so that I know exactly how your dialogue is set up. I especially need to see the conditions, but anything you think is useful, send it on over. I use Lightshot for taking fast and easily editable and uploadable screenshots, so you can grab that if you don't have software for it already.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...