Commit Graph

57 Commits

Author SHA1 Message Date
Jaysyn904 e853d6b396 Added .34 Alpha
Added .34 Alpha for ease of distribution.
2023-04-30 18:16:55 -04:00
Jaysyn904 2ead493c81 Update PRC4_NWN35.7z 2023-04-30 18:06:25 -04:00
Jaysyn904 3b04df2bdb Create race_feat_spdrag.2da
Added missing Spiretop Dragon feat 2DA
2023-04-30 12:17:09 -04:00
Jaysyn904 0452a5f47e Update cls_feat_hexbl.2da
Hexblade was missing the Martial Weapon group feat.
2023-04-23 09:36:33 -04:00
Jaysyn904 524c05e4dc Fixed Expanded Soulmeld Capacity
Fixed Expanded Soulmeld Capacity
2023-04-11 19:52:00 -04:00
Jaysyn904 859b209f5f Forgot the TLK file
Forgot the TLK file
2023-03-30 20:28:12 -04:00
Jaysyn904 07d069de1b Deduplicated Class feats
Deduplicated Class feats.
2023-03-30 20:00:09 -04:00
Jaysyn904 bdb0e94723 Updated baseitems.2da for weapon finesse
Updated baseitems.2da for weapon finesse.  Fixed typo in include.  Added testing scripts for CL increase.
2023-03-22 00:11:02 -04:00
Jaysyn904 9211a5a403 Update psi_inc_core.nss 2023-03-19 16:31:25 -04:00
Jaysyn904 1e143e21df Created "Notes" folder
Created "Notes" folder.  File cleanup.
2023-03-18 13:26:50 -04:00
Jaysyn904 694f18ff63 Update classes.2da
Fixed Shaman not getting animal companion.
2023-03-18 12:40:26 -04:00
Jaysyn904 4f87148b29 Updated TLK to fix off by one error.
Updated TLK to fix off by one error.  Removed old module updater.
2023-03-15 16:53:39 -04:00
Jaysyn904 67f002f80b Update for .35-35
Update for .35-35.  Added Steadfast Determination.
2023-03-14 20:48:30 -04:00
Jaysyn904 1fa90afdc0 Updated for .35-35
Updated for .35-35
v0.08
2023-03-14 10:30:03 -04:00
Jaysyn904 b4cb1986bd Updated games files to 87.8193.35-35
Updated games files to 87.8193.35-35.  Deleted bad textures.
2023-03-13 20:50:53 -04:00
Jaysyn904 10b5566fd4 Recompressed nwn35
Recompressed nwn35
2023-03-11 15:28:50 -05:00
Jaysyn904 b49af711df Create nwn35.rar
Added Client Files for NWN .35 for non-Steam installs.
2023-03-11 14:46:46 -05:00
Jaysyn904 6585d40a0f Major script update for 8 class support
Major script update for 8 class support.

prc_wipeNSB.nss

PRC_S_spellb.nss

prc_amagsys_gain.nss	- AMSCompatibilityCheck()

prc_prereq.nss			- Dragonheart(), KnightWeave()

prc_onenter.nss			- OnEnter_AMSCompatibilityCheck()

prc_metamagic.nss		- GetHasSpontaneousNSBClass()

prc_feats.nss

prc_dracactive.nss

prc_debug_hfeatm.nss

prc_cbtmed_spnhl.nss

psi_powconv.nss

psi_pow_bstpwr.nss

x2_pc_umdcheck.nss
v0.07
2023-03-11 12:04:30 -05:00
Jaysyn904 a668275943 Major include update for 8 class support
Major include update for 8 class support

inv_inc_invfunc.nss		- GetHighestInvokerLevel(), GetFirstInvocationClassPosition(), GetPrimaryInvocationClass()

inc_epicspellfnc.nss	- GetCanLearnSeed()

inc_newspellbook.nss 	- CheckNewSpellbooks(), GetSpellslotLevel()

moi_inc_moifunc.nss		- GetHighestMeldshaperLevel(), GetPrimaryIncarnumClass(), GetFirstIncarnumClassPosition()

nw_o2_coninclude.nss	- nDetermineClassToUse()

prc_inc_castlvl.nss		- GetArcanePRCLevels(), GetDivinePRCLevels(), GetFirstArcaneClassPosition(), GetFirstDivineClassPosition(), GetPrimaryArcaneClass(), GetPrimaryDivineClass(), GetPrimarySpellcastingClass(), UrPriestCL(), GetLevelByTypeArcane(), GetLevelByTypeDivine(), [Needs marker feats]

prc_inc_clsfunc.nss		- [Needs marker feats]

prc_inc_core.nss		- PRCGetSpellLevel(), UseNewSpellBook(), PRCGetHasSpell(), PRCGetIsRealSpellKnown()

prc_inc_domain.nss		- CastDomainSpell()

prc_inc_function.nss	- SetupCharacterData(), [Needs marker feats]

prc_inc_itmrstr.nss		- _prc_inc_itmrstr_ApplyWizardry()

prc_inc_leadersh.nss	- StoreCohort()

prc_inc_spells.nss		- GetPrCAdjustedCasterLevelByType(), GetLevelByTypeArcaneFeats(), GetLevelByTypeDivineFeats(), PRCDecrementRemainingSpellUses(), PRCGetSpellUsesLeft()

prc_shifter_info.nss	- _prc_inc_PrintDebugItem(), _prc_inc_PrintShape()

psi_inc_core.nss		- GetHighestManifesterLevel(), GetPrimaryPsionicClass(), GetFirstPsionicClassPosition()

shd_inc_shdfunc.nss		- GetHighestShadowcasterLevel(), GetPrimaryShadowMagicClass(), GetFirstShadowMagicClassPosition()

tob_inc_recovery.nss	- RecoverPrCAbilities()

tob_inc_tobfunc.nss		- GetHighestInitiatorLevel(), GetPrimaryBladeMagicClass(), GetFirstBladeMagicClassPosition()

true_inc_trufunc.nss	- GetHighestTrueSpeakerLevel()
v0.06
2023-03-11 01:13:46 -05:00
Jaysyn904 b266d1350e Removed changed includes
Removed changed includes.  Screwed up previous commit.
2023-03-11 01:12:18 -05:00
Jaysyn904 525a4f8ccc Revert "Revert "Major update""
This reverts commit 5de4086e8e.
2023-03-11 01:08:00 -05:00
Jaysyn904 5de4086e8e Revert "Major update"
This reverts commit d37dc3e68d.
2023-03-11 01:06:21 -05:00
Jaysyn904 d37dc3e68d Major update
inv_inc_invfunc.nss		- GetHighestInvokerLevel(), GetFirstInvocationClassPosition(), GetPrimaryInvocationClass()

inc_epicspellfnc.nss	- GetCanLearnSeed()

inc_newspellbook.nss 	- CheckNewSpellbooks(), GetSpellslotLevel()

moi_inc_moifunc.nss		- GetHighestMeldshaperLevel(), GetPrimaryIncarnumClass(), GetFirstIncarnumClassPosition()

nw_o2_coninclude.nss	- nDetermineClassToUse()

prc_inc_castlvl.nss		- GetArcanePRCLevels(), GetDivinePRCLevels(), GetFirstArcaneClassPosition(), GetFirstDivineClassPosition(), GetPrimaryArcaneClass(), GetPrimaryDivineClass(), GetPrimarySpellcastingClass(), UrPriestCL(), GetLevelByTypeArcane(), GetLevelByTypeDivine(), [Needs marker feats]

prc_inc_clsfunc.nss		- [Needs marker feats]

prc_inc_core.nss		- PRCGetSpellLevel(), UseNewSpellBook(), PRCGetHasSpell(), PRCGetIsRealSpellKnown()

prc_inc_domain.nss		- CastDomainSpell()

prc_inc_function.nss	- SetupCharacterData(), [Needs marker feats]

prc_inc_itmrstr.nss		- _prc_inc_itmrstr_ApplyWizardry()

prc_inc_leadersh.nss	- StoreCohort()

prc_inc_spells.nss		- GetPrCAdjustedCasterLevelByType(), GetLevelByTypeArcaneFeats(), GetLevelByTypeDivineFeats(), PRCDecrementRemainingSpellUses(), PRCGetSpellUsesLeft()

prc_shifter_info.nss	- _prc_inc_PrintDebugItem(), _prc_inc_PrintShape()

psi_inc_core.nss		- GetHighestManifesterLevel(), GetPrimaryPsionicClass(), GetFirstPsionicClassPosition()

shd_inc_shdfunc.nss		- GetHighestShadowcasterLevel(), GetPrimaryShadowMagicClass(), GetFirstShadowMagicClassPosition()

tob_inc_recovery.nss	- RecoverPrCAbilities()

tob_inc_tobfunc.nss		- GetHighestInitiatorLevel(), GetPrimaryBladeMagicClass(), GetFirstBladeMagicClassPosition()

true_inc_trufunc.nss	- GetHighestTrueSpeakerLevel()
2023-03-11 01:04:56 -05:00
Jaysyn904 e2d524963b Updated Invoking include to allow invoking past 3rd class
Updated Invoking include to allow invoking past 3rd class.  Updated epic spell include to allow epic spellcasting past 3rd class.  Updated nwscript compiler for .35.  Added .35 change log / notes.
v0.05
2023-03-10 19:04:21 -05:00
Jaysyn904 ef28d788a3 Updated Disciple of Dispater's Iron Power for new weapon types
Updated Disciple of Dispater's Iron Power for new weapon types. Added note about adding new weapons.
2023-03-10 10:12:48 -05:00
Jaysyn904 f59214cb64 @hbwhipshot fixed template stacking
@hbwhipshot fixed template stacking
v0.04
2023-03-09 14:06:10 -05:00
Jaysyn904 6d37f86b11 Create prc_kngtw_sp_gen.nss
Reenable spellcasting for Knight of the Weave.
2023-03-07 17:52:00 -05:00
Jaysyn904 85dd497fd8 Create nwsyc commands.txt 2023-03-06 17:49:23 -05:00
Jaysyn904 033f03b473 Updated TLK
Updated TLK & release archive.
2023-03-03 19:14:10 -05:00
Jaysyn904 238a29a9ca Updated Foe Hunter for new Favored Enemies
Updated Foe Hunter for new Favored Enemies
v0.03
2023-03-03 18:00:07 -05:00
Jaysyn904 dcfc06d620 Update feat.2da
Disabled Craft Rod & related feats.
2023-03-03 16:13:58 -05:00
Jaysyn904 ea678dd90a Fixed Eagle Claw being a martial weapon
Fixed Eagle Claw being a martial weapon.  Set Duskblade to have Scythe prof @ 1st level.
2023-03-03 14:52:44 -05:00
Jaysyn904 28140be897 Update Archmage check.
Update Archmage check.
2023-02-27 22:07:09 -05:00
Jaysyn904 dae92087d2 Bugfix for Favored Enemy & Archmage
Bugfix for Favored Enemy & Archmage
v0.02
2023-02-27 21:28:21 -05:00
Jaysyn904 c5c98a9f87 Updated batch files
Updated batch files
2023-02-26 23:47:43 -05:00
Jaysyn904 010723b349 Update .gitignore 2023-02-26 23:33:15 -05:00
Jaysyn904 b7e05b60d5 Updated Archmage for PrC Class selection.
Updated Archmage for PrC Class selection. First release.
v0.01
2023-02-26 22:18:45 -05:00
Jaysyn904 15d1fdbaeb Setup up damage types.
Setup up damage types.
2023-02-25 23:04:24 -05:00
Jaysyn904 46675ece2f Added rest of new .35-33 2DAs
Added rest of new .35-33 2DAs
2023-02-25 11:50:22 -05:00
Jaysyn904 f4d79490f5 Added Clean NWN .35-33 2DAs
Added Clean NWN .35-33 2DAs
2023-02-25 11:42:38 -05:00
Jaysyn904 fdde8c9331 Updated racialtype.2da for new FavoredEnemyFeat column
Updated racialtype.2da for new FavoredEnemyFeat column.  Added Favored Enemy: Plants & Favored Enemy: Oozes.  Updated feat constants.
2023-02-25 11:16:30 -05:00
Jaysyn904 f319e6c3f9 Update racialtypes.2da
Added new "icon" & "FavoredEnemyFeat" columns.

Actual feats still need to be assigned.
2023-02-25 00:35:21 -05:00
Jaysyn904 fc6672a326 Update skills.2da
Added new HideFromLevelUp row
2023-02-25 00:27:26 -05:00
Jaysyn904 67062dd9a1 Update classes.2da
Classes.2da was off by a row.  Remerged from base 2das.
2023-02-25 00:23:50 -05:00
Jaysyn904 eff5825e7f Update ruleset.2da 2023-02-24 23:52:12 -05:00
Jaysyn904 5e8bc8a432 Updated spells & psionics in spells.2da for spell targeting
Updated spells & psionics in spells.2da for spell targeting
2023-02-24 23:38:36 -05:00
Jaysyn904 b4190de5e5 Create Spell Targeting Flags.png 2023-02-24 17:51:11 -05:00
Jaysyn904 de6c811b13 Update ruleset.2da for 4+ classes
Update ruleset.2da for 4+ classes
2023-02-23 13:53:46 -05:00
Jaysyn904 e38209d39a Updated classes.2da & TLK for class abbreviations & Forest Master
Updated classes.2da & TLK for class abbreviations & Forest Master
2023-02-23 11:48:01 -05:00
Jaysyn904 933de80602 Added Epic Tempest feat
Added Epic Tempest feat.
2023-02-22 17:25:20 -05:00