Corrtel Posted November 25, 2018 Share Posted November 25, 2018 How do I create an npc that hates the player no matter what, Alval Uvani style. Does it have to be scripted?I need this npc to have a bad attitude in general and be completely dismissive of the player, no matter the fame or personality.If possible, whenever the player tries to talk to him, just give a quick unpolite response and walk away.Please let me know if you have an idea. Link to comment Share on other sites More sharing options...
Oblivionaddicted Posted November 29, 2018 Share Posted November 29, 2018 (edited) A NPC who hates the player is more likely to attack him. You should better give him dialogues with a strong disgust/angry expression and tick the goodbye box if you want to give the feeling the NPC doesn't like the player. Edited December 1, 2018 by Oblivionaddicted Link to comment Share on other sites More sharing options...
yojeff Posted December 1, 2018 Share Posted December 1, 2018 You can script the disposition, but it's not an easy number to change, and I think it only changes generic topics. You can create topics like GREETING, HELLO and GOODBYE that are specific to your character. Link to comment Share on other sites More sharing options...
Lionbread Posted December 6, 2018 Share Posted December 6, 2018 npc who has low dispotion will generally anger to player. writing npc script can help keeping disposition low. Ex.If npc.getdisposition player >= 30 Npc.Setdisposition player 0EndifEnd In addition, topic condition can be used. In condition tap of topic, use GetisID condition. Ex. Greeting topic of npc GetIsID, Npc == 1Set Immotion : anger 100 in dialogue and Check goodbye box. So that topic will be used when activate that npc. Link to comment Share on other sites More sharing options...
Recommended Posts