StealthDick Posted March 21, 2018 Share Posted March 21, 2018 I have an NPC that works for a certain faction that at one point will give out a questI 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 More sharing options...
EPDGaffney Posted March 21, 2018 Share Posted March 21, 2018 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 More sharing options...
StealthDick Posted March 21, 2018 Author Share Posted March 21, 2018 I've been going at this for a while and it isnt working for meI 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 More sharing options...
EPDGaffney Posted March 21, 2018 Share Posted March 21, 2018 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 More sharing options...
StealthDick Posted March 25, 2018 Author Share Posted March 25, 2018 sorry for not getting back to you. ReputaionThreshold was the condition I was searching for Link to comment Share on other sites More sharing options...
EPDGaffney Posted March 25, 2018 Share Posted March 25, 2018 The other one should have worked as well (I helped someone use it as a perk condition last week), but as long as it works, no problems there. And thanks for clarifying what worked for you. It helps the community when people do that. Link to comment Share on other sites More sharing options...
Recommended Posts