Modular code and example module. -Allows Charm spells that will make NPCs friendlier. -Allows NPCs to react dynamically to players actions, factoring in one-on-one interactions, faction standing, differences in alignment and charisma adjustments. -Allows these reactions to affect other NPCs reactions. -Allows NPCs to own doors, chests and other containers, confronting players when they unlock, disarm, open or disturb these doors and placeables. -Allows for these infringements on property to cause a shift in how that NPC feels about the player with continued offenses eventually resulting in hatred or violence. -Allows for security creatures to be assigned to come and watch over a door or container if an owner calls for help. -Allows personal reactions to affect skill checks. -Allows bards to attempt Perform checks to increase reactions on NPCs. -Allows NPCs to provide the players with rumors, where better reactions mean better rumors.
is there a possibility to reset the reputation of an NPC and his whole faction by a script?
i tried that very often, but it didnt work.
Posted by netwerk at 2007-09-30 16:49:15 Voted 9.75 on 09/30/07
Would have given it a 10 but documentation on this function is missing
// This was one of his sample calls - Vendalus
// newRumour = TCRM_GetRumour(FALSE, 1, TCRM_CATEGORY_ANY, TCRM_CATEGORY_NONE, CAT_CITY_DUSKAR|CAT_PROFESSION_BLACKSMITHS);
If that was there it would have gotten a 10.
Other then that awsome script, works nicely. took very little tweaking to make it work with NWNX/mySQL and the people of my PW think this is great.
Thank you.
V....
I sent you an e-mail with questions...Can you help me out?
First: How do I set a rumor that is spread by only one NPC or one Faction? Or better by area�
Second: How do I call a rumor on an INT? Does the INT have to be set to the mod or can it be set on a PC?
Third: Can I have a rumor only given to a certain alignment?
Forth: What is the sSubject for and how is it used? (Does it somehow call/Change the reputation of the tag of sSubject?)
Fifth: Can a journal be set to one PC/All PC�s or PC�s in a party?
Sixth: You have categories set like
int CAT_NORMAL = TCRM_CATEGORY_1;
int CAT_HIGH = TCRM_CATEGORY_2;
int CAT_HIGHEST = TCRM_CATEGORY_3;
But there are 31 categories. Can I set int CAT_(area) =TCRM_CATEGORY_4;?
Explain how to use this-
// This was one of his sample calls - Vendalus
// newRumour = TCRM_GetRumour(FALSE, 1, TCRM_CATEGORY_ANY, TCRM_CATEGORY_NONE, CAT_CITY_DUSKAR|CAT_PROFESSION_BLACKSMITHS);
Posted by -Vendalus- ( ..xxx.xxx ) at 2004-03-06 11:08:00
Actually, only the example module requires HOTU. I will see what I can do about rolling that back, because I really don't think there is anything in there that actually uses the expansions. The .erf can be imported into any version of NWN. For now, download it and follow the documentation and you should be able to get a pretty good idea how it works.
Posted by Gades ( ..xxx.xxx ) at 2004-03-06 08:49:00
Can you make a non "Require Hotu" version?
I just want to try this scrpt because i really need stomething like this, but i do not have hotu installed.
If you can make a version that requires onyl sou (or none of them) i will really appreciate it.
You must be Logged In to post comments in this section.