Fixed Maester & Enlighted Fist prereqs

Fixed Maester & Enlighted Fist prereqs.
This commit is contained in:
Jaysyn904 2023-08-27 21:14:42 -04:00
parent c1dc055513
commit d9b1d403d4
5 changed files with 19 additions and 72905 deletions

View File

@ -553,13 +553,16 @@ void Maester(object oPC)
// Base Ranks Only // Base Ranks Only
if(GetSkillRank(SKILL_CRAFT_ARMOR, oPC, TRUE) > 7 if(GetSkillRank(SKILL_CRAFT_ARMOR, oPC, TRUE) > 7
|| GetSkillRank(SKILL_CRAFT_TRAP, oPC, TRUE) > 7 || GetSkillRank(SKILL_CRAFT_TRAP, oPC, TRUE) > 7
|| GetSkillRank(SKILL_CRAFT_ALCHEMY, oPC, TRUE) > 7
|| GetSkillRank(SKILL_CRAFT_POISON, oPC, TRUE) > 7
|| GetSkillRank(SKILL_CRAFT_GENERAL, oPC, TRUE) > 7
|| GetSkillRank(SKILL_CRAFT_WEAPON, oPC, TRUE) > 7) || GetSkillRank(SKILL_CRAFT_WEAPON, oPC, TRUE) > 7)
{ {
// At least two crafting feats // At least two crafting feats
if(GetItemCreationFeatCount() > 1) if(GetItemCreationFeatCount() > 1)
{ {
//check for arcane caster levels //check for arcane caster levels
if(!GetLocalInt(oPC, "PRC_ArcSpell3") || GetInvokerLevel(oPC) > 4) if(!GetLocalInt(oPC, "PRC_ArcSpell5") || GetInvokerLevel(oPC) > 4)
SetLocalInt(oPC, "PRC_PrereqMaester", 0); SetLocalInt(oPC, "PRC_PrereqMaester", 0);
} }
} }
@ -1051,7 +1054,7 @@ void AOTS(object oPC)
void EnlF(object oPC) void EnlF(object oPC)
{ {
SetLocalInt(oPC, "PRC_PrereqEnlF", 1); SetLocalInt(oPC, "PRC_PrereqEnlF", 1);
int iArcane = GetLocalInt(oPC, "PRC_ArcSpell2"); int iArcane = GetLocalInt(oPC, "PRC_ArcSpell3");
if(iArcane == 0 || GetInvokerLevel(oPC) >= 3) if(iArcane == 0 || GetInvokerLevel(oPC) >= 3)
SetLocalInt(oPC, "PRC_PrereqEnlF", 0); SetLocalInt(oPC, "PRC_PrereqEnlF", 0);
} }

File diff suppressed because it is too large Load Diff

View File

@ -14704,7 +14704,7 @@ Maesters are the master crafters of the gnome world, combining technical and mag
REQUIREMENTS: REQUIREMENTS:
Arcane Spellcasting: Able to cast 3rd-level spells. Arcane Spellcasting: Able to cast 5th level spells.
Feats: Any two item creation Feats: Any two item creation
Skills: Use Magic Device 4 ranks, any Craft 8 ranks. Skills: Use Magic Device 4 ranks, any Craft 8 ranks.
Race: Gnome Race: Gnome
@ -32885,7 +32885,7 @@ Not all monks pursue metaphysical perfection to the exclusion of all other study
REQUIREMENTS: REQUIREMENTS:
Arcane Spellcasting: Able to case 2nd-level spells. Spells or Spell-Like Abilities: Arcane caster level 3rd.
Feats: Combat Casting, Improved Unarmed Strike, Stunning Fist. Feats: Combat Casting, Improved Unarmed Strike, Stunning Fist.
Skills: Concentration 8 ranks, Lore 5 ranks, Spellcraft 5 ranks. Skills: Concentration 8 ranks, Lore 5 ranks, Spellcraft 5 ranks.