Updated for PRC8 function update

Updated for PRC8 function update.  Full compile.  Updated release archive.
This commit is contained in:
Jaysyn904 2025-02-13 11:21:36 -05:00
parent 6e61873395
commit 8ce90b3589
40 changed files with 116 additions and 16 deletions

3
.gitignore vendored
View File

@ -7,3 +7,6 @@ _content/output/prc4_ancordia.tlk
*.hak
*.mod
*.md5
*.md5
*.hak
*.tlk

View File

@ -0,0 +1,4 @@
:loop
"C:\NWN Work\nwnsc.exe" -o -w -n "C:\Games\Steam\steamapps\common\Neverwinter Nights" -i "D:\NWN Repos\Ancordia_PRC\_content\hak\prc8_ancordia";"D:\NWN Repos\PRC8\nwn\nwnprc\trunk\include" "D:\NWN Repos\Ancordia_PRC\_content\hak\prc8_ancordia\*.nss"
if %errorLevel% == -1 goto :loop
pause

View File

@ -14,9 +14,9 @@ int GetHenchLoyalty(object oHench, object oPC);
int GetHasLeadership(object oPC);
//Returns Leadership Score
int GetLeadershipScore(object oPC);
//Sets maximum number of henchmen based on Leadership
//Sets PRCMax(imum number of henchmen based on Leadership
void SetMaxHenchmen69(object oPC);
//Returns maximum number of henchmen based on Leadership
//Returns PRCMax(imum number of henchmen based on Leadership
int GetMaxHenchmen69(object oPC);
int GetHenchLoyalty(object oHench, object oPC)

View File

@ -54,7 +54,7 @@ int DoSpell(object oCaster, object oTarget, int nCasterLevel, int nSpellID, int
}
// Extra points based on spell level, capped to caster level
int nExtraDamage = min(nSpellLevel * 5, nCasterLevel);
int nExtraDamage = PRCMin(nSpellLevel * 5, nCasterLevel);
// Healing is more effective for players on low or normal difficulty
int nDifficultyCondition = (GetIsPC(oTarget) && (GetGameDifficulty() < GAME_DIFFICULTY_CORE_RULES)) && bIsCure;

View File

@ -6,7 +6,7 @@
/*
// Positive energy spreads out in all directions
// from the point of origin, curing 1d8 points of
// damage plus 1 point per caster level (maximum +20)
// damage plus 1 point per caster level (PRCMax(imum +20)
// to nearby living allies.
//
// Like cure spells, healing circle damages undead in
@ -21,7 +21,7 @@
//:: modified by mr_bumpkin Dec 4, 2003 for PRC stuff
//::Added code to maximize for Faith Healing and Blast Infidel
//::Added code to PRCMax(imize for Faith Healing and Blast Infidel
//::Aaon Graywolf - Jan 7, 2004
#include "prc_inc_function"
@ -135,7 +135,7 @@ SetLocalInt(OBJECT_SELF, "X2_L_LAST_SPELLSCHOOL_VAR", SPELL_SCHOOL_CONJURATION);
int iBlastFaith = BlastInfidelOrFaithHeal(OBJECT_SELF, oTarget, DAMAGE_TYPE_POSITIVE, FALSE);
if ((nMetaMagic & METAMAGIC_MAXIMIZE) || iBlastFaith)
{
nHP = 8 + nCasterLvl;//Damage is at max
nHP = 8 + nCasterLvl;//Damage is at PRCMax(
}
if ((nMetaMagic & METAMAGIC_EMPOWER))
{

View File

@ -84,13 +84,13 @@ string CharacterDB(object oPlayer);
string AccountDB(object oPlayer);
// Enforce that the PC will have at least a given number of levels in every
// class by the time he/she reaches the maximum level allowed in a module.
// class by the time he/she reaches the PRCMax(imum level allowed in a module.
// If a PC gains a level that would make the above impossible,
// the level-up is cancelled.
// Use at the beginning of an OnLevelUp script.
// - oPC: the levelling player
// - nMinLevel: the minimum number of levels in every class
// - nPossibleLevel: maximum character level allowed in a module
// - nPossibleLevel: PRCMax(imum character level allowed in a module
void EnforceAllowedLevel(object oPC, int nMinLevel, int nPossibleLevel = 40);
// Allows (and forces) PC to reassign a given number of levels.
@ -169,7 +169,7 @@ void EnforceAllowedLevel(object oPC, int nMinLevel, int nPossibleLevel = 40)
}
//Accept the level-up if the PC doesn't multiclass and hasn't crossed a limit of the maximum possible level in a module
//Accept the level-up if the PC doesn't multiclass and hasn't crossed a limit of the PRCMax(imum possible level in a module
if (nClass2 == CLASS_TYPE_INVALID)
{
if (nHD <= nPossibleLevel) return;

Binary file not shown.

View File

@ -1 +1 @@
0c1307d9c2cba8ad8677bd037bc88711
05b0e24f78179145564e4c79f9556413

Binary file not shown.

Binary file not shown.

View File

@ -83526,7 +83526,7 @@ Special Abilities:
<entry id="77206" lang="en" sex="m">Sohei Spellcasting (Master of Shrouds)</entry>
<entry id="77207" lang="en" sex="m">Ur-Priest Spellcasting (Master of Shrouds)</entry>
<entry id="77208" lang="en" sex="m">Sorcerous Spellcasting (Hobgoblin Warsoul)</entry>
<entry id="77209" lang="en" sex="m">Sorcerous Casting: Hobgoblin Warsoul's cast spells as a Sorcerer of their hit dice (10th level).</entry>
<entry id="77209" lang="en" sex="m">Sorcerous Casting: Hobgoblin Warsoul's cast spells as a Sorcerer of their hit dice (10th level).</entry>
<entry id="120000" lang="en" sex="m">***** Custom Weapon VFX *****</entry>
<entry id="120001" lang="en" sex="m">... Darkness / Shadow</entry>
<entry id="120002" lang="en" sex="m">... Psionic / Mind</entry>
@ -85492,42 +85492,49 @@ FEAT FEATURES:
Level
1: AC Armor +4
2: Exalted Feat
3: AC Armor +5
4: Weapon enhancement +1
Exalted Feat
6: AC Armor +6
AC Deflection +1
Exalted Feat
7: All saving throws +1
Ability score enhancement +2
8: AC Natural +1
Exalted Feat
9: AC Armor +7
10: Weapon enhancement +2
DR 5/-
Exalted Feat
11: Ability score enhancement +4/+2
12: AC Armor +8
AC Deflection +2
Exalted Feat
13: All saving throws +2
Energy (fire/cold/electric/sonic/acid) resistance 5
14: Weapon enhancement +3
Freedom of Movement
Exalted Feat
15: AC Armor +9
Ability score enhancement +6/+4/+2
16: AC Natural +2
Exalted Feat
17: Weapon enhancement +4
All saving throws +3
Regeneration 1
18: AC Armor +10
AC Deflection +3
True Seeing
Exalted Feat
19: Ability score enhancement +8/+6/+4/+2
DR 10/-
20: Weapon enhancement +5
Energy resistance 15
Exalted Feat
*This is based on Vow of Poverty 3.0, with the following variations:
- Can only be selected at Level 1
- No Bonus exalted feat every 2 levels (we just have other 2, wouldn't make sense)
- No Endure elements, Sustenance, Mind shielding (would have little impact on NWN gameplay)
- No Sacred Vow as requirement (so a Level 1 from any race can get it and to partially offset the lack of Bonus exalted feat)
- The level progression continues the same during the Epic Levels
</entry>
<entry id="213094" lang="en" sex="m">Daring Warrior</entry>
@ -85548,6 +85555,67 @@ Prerequisite: Ki Power, Proficiency with all martial weapons
Specifics: Your fighter and ninja levels stack for the purpose of determining the size of your ki pool, as well as your AC bonus. For example, a 5th-level fighter/1st-level ninja with this feat could use his ki powers a number of times equal to 3 (one-half his ninja and fighter levels) + his Wisdom bonus (if any), and would have a +1 bonus to AC (as if he were a 6th-level ninja).
Use: Automatic
Special: A fighter can select Martial Stalker as one of his fighter bonus feats</entry>
<entry id="213198" lang="en" sex="m">Investigator</entry>
<entry id="213199" lang="en" sex="m">Type of Feat: General
Benefit: You get a +2 bonus on all Sense Motive and Search checks.
Use: Automatic</entry>
<entry id="213200" lang="en" sex="m">## Hidden Talent Reserve ##</entry>
<entry id="213201" lang="en" sex="m">Hidden Talent</entry>
<entry id="213202" lang="en" sex="m">Type of Feat: General
Prerequsites:
CHA 11+, This feat can only be taken at 1st level.
Benefit:
Your latent power of psionics flares to life, conferring upon you the designation of a psionic character. As a psionic character, you gain a reserve of 2 power points, and you can take psionic feats, metapsionic feats, and psionic item creation feats. If you have or take a class that grants power points, the power points gained from Hidden Talent are added to your total power point reserve.
When you take this feat, choose one 1st-level power from any psionic class list. You know this power (it becomes one of your powers known). You can manifest this power with the power points provided by this feat if you have a Charisma score of 11 or higher. If you have no psionic class levels, you are considered a 1st-level manifester when manifesting this power. If you have psionic class levels, you can manifest the power at the highest manifester level you have attained. (This is not a manifester level, and it does not add to any manifester levels gained by taking psionic classes.) If you have no psionic class levels, use Charisma to determine how powerful a power you can manifest and how hard those powers are to resist.</entry>
<entry id="213203" lang="en" sex="m">Hidden Talent (Biofeedback)</entry>
<entry id="213204" lang="en" sex="m">Hidden Talent (Bite of the Wolf)</entry>
<entry id="213205" lang="en" sex="m">Hidden Talent (Bolt)</entry>
<entry id="213206" lang="en" sex="m">Hidden Talent (Burst)</entry>
<entry id="213207" lang="en" sex="m">Hidden Talent (Call To Mind)</entry>
<entry id="213208" lang="en" sex="m">Hidden Talent (Call Weaponry)</entry>
<entry id="213209" lang="en" sex="m">Hidden Talent (Chameleon)</entry>
<entry id="213210" lang="en" sex="m">Hidden Talent (Claws of the Beast)</entry>
<entry id="213211" lang="en" sex="m">Hidden Talent (Compression)</entry>
<entry id="213212" lang="en" sex="m">Hidden Talent (Conceal Thoughts)</entry>
<entry id="213213" lang="en" sex="m">Hidden Talent (Create Sound)</entry>
<entry id="213214" lang="en" sex="m">Hidden Talent (Crystal Shard)</entry>
<entry id="213215" lang="en" sex="m">Hidden Talent (Daze)</entry>
<entry id="213216" lang="en" sex="m">Hidden Talent (Deceleration)</entry>
<entry id="213217" lang="en" sex="m">Hidden Talent (Precognance, Defensive)</entry>
<entry id="213218" lang="en" sex="m">Hidden Talent (Demoralize)</entry>
<entry id="213219" lang="en" sex="m">Hidden Talent (Disable)</entry>
<entry id="213220" lang="en" sex="m">Hidden Talent (Dissipating Touch)</entry>
<entry id="213221" lang="en" sex="m">Hidden Talent (Distract)</entry>
<entry id="213222" lang="en" sex="m">Hidden Talent (Elf Sight)</entry>
<entry id="213223" lang="en" sex="m">Hidden Talent (Empathy)</entry>
<entry id="213224" lang="en" sex="m">Hidden Talent (Empty Mind)</entry>
<entry id="213225" lang="en" sex="m">Hidden Talent (Energy Ray)</entry>
<entry id="213226" lang="en" sex="m">Hidden Talent (Entangling Ectoplasm)</entry>
<entry id="213227" lang="en" sex="m">Hidden Talent (Expansion)</entry>
<entry id="213228" lang="en" sex="m">Hidden Talent (Far Hand)</entry>
<entry id="213229" lang="en" sex="m">Hidden Talent (Force Screen)</entry>
<entry id="213230" lang="en" sex="m">Hidden Talent (Grease)</entry>
<entry id="213231" lang="en" sex="m">Hidden Talent (Hammer)</entry>
<entry id="213232" lang="en" sex="m">Hidden Talent (Inertial Armour)</entry>
<entry id="213233" lang="en" sex="m">Hidden Talent (Matter Agitation)</entry>
<entry id="213234" lang="en" sex="m">Hidden Talent (Metaphysical Claw)</entry>
<entry id="213235" lang="en" sex="m">Hidden Talent (Metaphysical Weapon)</entry>
<entry id="213236" lang="en" sex="m">Hidden Talent (Mind Thrust)</entry>
<entry id="213237" lang="en" sex="m">Hidden Talent (My Light)</entry>
<entry id="213238" lang="en" sex="m">Hidden Talent (Precognance, Offensive)</entry>
<entry id="213239" lang="en" sex="m">Hidden Talent (Prescience, Offensive)</entry>
<entry id="213240" lang="en" sex="m">Hidden Talent (Prevenom)</entry>
<entry id="213241" lang="en" sex="m">Hidden Talent (Prevenom Weapon)</entry>
<entry id="213242" lang="en" sex="m">Hidden Talent (Skate)</entry>
<entry id="213243" lang="en" sex="m">Hidden Talent (Stomp)</entry>
<entry id="213244" lang="en" sex="m">Hidden Talent (Synesthete)</entry>
<entry id="213245" lang="en" sex="m">Hidden Talent (Telempathic Projection)</entry>
<entry id="213246" lang="en" sex="m">Hidden Talent (Thicken Skin)</entry>
<entry id="213247" lang="en" sex="m">Hidden Talent (Vigor)</entry>
<entry id="213248" lang="en" sex="m">Hidden Talent (Grip Of Iron)</entry>
<entry id="213272" lang="en" sex="m">Force Missiles</entry>
<entry id="213273" lang="en" sex="m">Evocation [Force]
Level: Sorcerer 4, Wizard 4,
@ -85736,4 +85804,29 @@ Tortoise shell slows a creature's movement as if it were wearing heavy armor. An
<entry id="213316" lang="en" sex="m">Tortoise Shell (12)</entry>
<entry id="213317" lang="en" sex="m">Tortoise Shell (15)</entry>
<entry id="213318" lang="en" sex="m">Tortoise Shell (18)</entry>
<entry id="213319" lang="en" sex="m">Sanctify Ki Strike</entry>
<entry id="213320" lang="en" sex="m">Type of Feat: Exalted
Prerequisite: Improved Unarmed Strike, CHA 15, Ki strike
Specifics: A Your unarmed strikes deal 1 extra point of damage to evil creatures, or 1d4 points to evil outsiders and evil undead. In addition, they are considered good-aligned for purposes of overcoming damage reduction.</entry>
<entry id="213321" lang="en" sex="m">Holy Ki Strike</entry>
<entry id="213322" lang="en" sex="m">Type of Feat: Exalted
Prerequisite: Improved Unarmed Strike, CHA 15, Ki strike, Sanctify Ki Strike
Specifics: Your unarmed strike deals 2d6 points of extra holy damage to evil creatures. In addition, it is considered holy, which means that it can bypass the damage reduction of some evil outsiders. This does not stack with the extra damage from the Sanctify Ki Strike feat.</entry>
<entry id="213323" lang="en" sex="m">Fist of the Heavens</entry>
<entry id="213324" lang="en" sex="m">Type of Feat: Exalted
Prerequisite: Improved Unarmed Strike, WIS 15, Sanctify Ki Strike
Specifics: The saving throw DC of your Stunning Fist increases by 2 when you use it against an evil creature. If the stunning attack succeeds, the creature is staggered for 1 round following the round it is stunned.</entry>
<entry id="213325" lang="en" sex="m">Vow of Abstinence</entry>
<entry id="213326" lang="en" sex="m">Type of Feat: Exalted
Prerequisite: Sacred Vow
Specifics: You gain a +4 perfection bonus on Fortitude saving throws against poisons and drugs (as long as you are subjected to a drug unwillingly).
Special: You cannot consume intoxicating, stimulating, depressant, or hallucinogenic substances, including alcohol, caffeine, and other drugs.</entry>
<entry id="213327" lang="en" sex="m">Vow of Chastity</entry>
<entry id="213328" lang="en" sex="m">Type of Feat: Exalted
Prerequisite: Sacred Vow
Specifics: You gain a +4 perfection bonus on Will saving throws against charm and phantasm spells and effects.</entry>
<entry id="213329" lang="en" sex="m">Gift of Faith</entry>
<entry id="213330" lang="en" sex="m">Type of Feat: Exalted
Prerequisite: Wis 13+
Specifics: You gain a +2 bonus on saving throws to resist any fear effect, despair effect (such as the crushing despair spell), or similar mind-affecting condition, but not charms or compulsions (such as the charm person and dominate person spells)</entry>
</tlk>

View File

@ -1292,7 +1292,7 @@
"Mod_Description": {
"type": "cexolocstring",
"value": {
"0": "Ancordia [PRC-CEP2]\n\nAncordia v1.12prc8\n---\nAuthor: Grani / PRC'd by: Jaysyn\nNumber of players: 1-20\nClasses: any\nLevel range: 1-40\n\nThe land of Ancordia offers players a dynamic world in which their characters can adventure, as well as grow in experience and collect treasures. They will have a lot to do - from exploring the land of Ancordia, discovering dangerous dungeons in the process, to embarking on quests, to protecting towns and settlements from orcish or undead assaults. Are you brave enough to discover Ancordia's secrets?\n\nModule's website:\nhttp://ancordia.esy.es",
"0": "Ancordia [PRC8-CEP2]\n\nAncordia v1.13prc8\n---\nAuthor: Grani / PRC'd by: Jaysyn\nNumber of players: 1-20\nClasses: any\nLevel range: 1-40\n\nThe land of Ancordia offers players a dynamic world in which their characters can adventure, as well as grow in experience and collect treasures. They will have a lot to do - from exploring the land of Ancordia, discovering dangerous dungeons in the process, to embarking on quests, to protecting towns and settlements from orcish or undead assaults. Are you brave enough to discover Ancordia's secrets?\n\nModule's website:\nhttp://ancordia.esy.es",
"10": "Ancordia v1.11\n---\nAutor: Grani\nLiczba graczy: 1-20\nKlasy: dowolne\nPoziomy: 1-40\n\nAncordia oferuje graczom dynamiczny œwiat, w którym ich postacie mog¹ siê rozwijaæ, prze¿ywaæ przygody, zdobywaæ doœwiadczenie oraz odnajdywaæ cenne skarby. Bêd¹ mia³y wiele do roboty - od przemierzania krainy Ancordii, odkrywaj¹c przy okazji lochy wype³nione niebezpieczeñstwami, przez przyjmowanie i wykonywanie zlecanych zadañ, do odpierania inwazji orków lub nieumar³ych. Odwa¿ysz siê odkryæ tajemnice Ancordii?\n\nStrona modu³u:\nhttp://ancordia.esy.es"
}
},
@ -1629,7 +1629,7 @@
"Mod_Name": {
"type": "cexolocstring",
"value": {
"0": "Ancordia [PRC-CEP2]",
"0": "Ancordia [PRC8-CEP2]",
"10": "Ancordia"
}
},

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.