Updated Release Archive

Updated Release Archive.  Fixed Mage-killer prereqs.  Removed old LETO & ConvoCC related files.  Added organized spell scroll store.  Fixed Gloura spellbook. Various TLK fixes.  Reorganized Repo.  Removed invalid user folders. Added DocGen back in.
This commit is contained in:
Jaysyn904
2023-08-22 10:00:21 -04:00
parent 3acda03f30
commit 5914ed2ab5
22853 changed files with 57524 additions and 47307 deletions

View File

@@ -0,0 +1,38 @@
tlk.dialog tlk => 'c:/games/NeverwinterNights/NWN/dialog.tlk',
custom => 'C:/Documents and Settings/user/Desktop/PRC Stuff/prc/tlk/prc_consortium.tlk';
meta dir => 'C:/Documents and Settings/user/Desktop/PRC Stuff/prc/2das';
$TLKBASE = 16830956;
$CLASSNAME = 'Occular Adept';
$nRowMax = 411;
$nRow = 0;
for($nRow=1; $nRow<$nRowMax; $nRow++)
{
$nRealSpellID = lookup 'cls_spell_ocu', $nRow, 'RealSpellID';
$nTlkLineNo = $nRow+$TLKBASE;
$nTlkEntry = $CLASSNAME+' '+tlk.getstrref lookup 'spells', $nRealSpellID, 'Name';
$nMetamagicFeat = lookup 'cls_spell_ocu', $nRow, 'ReqFeat';
$nMetamagicTlk = '';
if(($nMetamagicFeat != '****') and ($nMetamagicFeat != ''))
{
$nMetamagicTlk;
if($nMetamagicFeat eq 29)
{ $nMetamagicTlk = '(quicken)'; }
if($nMetamagicFeat eq 33)
{ $nMetamagicTlk = '(silent)'; }
if($nMetamagicFeat eq 37)
{ $nMetamagicTlk = '(still)'; }
if($nMetamagicFeat eq 12)
{ $nMetamagicTlk = '(extend)'; }
if($nMetamagicFeat eq 11)
{ $nMetamagicTlk = '(empower)'; }
if($nMetamagicFeat eq 25)
{ $nMetamagicTlk = '(maximize)'; }
$nTlkEntry = $nTlkEntry+' '+$nMetamagicTlk;
}
print "$nRow $nRealSpellID $nMetamagicFeat $nMetamagicTlk $nTlkLineNo $nTlkEntry \n";
tlk.setstrref $nTlkLineNo, $nTlkEntry;
}
tlk.dialog custom => '>';
/*This feat opens the spellbook for this class. This is a conversation and feat driven version of the normal spellbook. Instead of appearing on the spell radial, they will appear on the class radial instead. Also, you may be able to use the spell after you have cast all your uses. No spell will result, but you will spend a round trying to cast it.*/