Updated AMS marker feats. Removed arcane & divine marker feats. Updated Dread Necromancer for epic progression. Updated weapon baseitem models. Updated new weapons for crafting & npc equip. Updated prefix. Updated release archive.
14 lines
323 B
Plaintext
14 lines
323 B
Plaintext
#include "prc_alterations"
|
|
#include "prc_inc_assoc"
|
|
|
|
void main()
|
|
{
|
|
ExecuteScript("nw_ch_aca", OBJECT_SELF);
|
|
ExecuteScript("prc_npc_rested", OBJECT_SELF);
|
|
|
|
if(GetPRCSwitch(PRC_PNP_FAMILIARS))
|
|
{
|
|
object oPC = GetMasterNPC();
|
|
DelayCommand(6.0f, AssignCommand(oPC, ActionCastSpell(318)));
|
|
}
|
|
} |