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
299 B
Plaintext
14 lines
299 B
Plaintext
//:://////////////////////////////////////////////
|
|
//:: Factotum Cunning Brilliance check slot script
|
|
//:: prc_fact_cunchk
|
|
//:://////////////////////////////////////////////
|
|
/*
|
|
@author Stratovarius - 2021.11.05
|
|
*/
|
|
|
|
#include "prc_inc_factotum"
|
|
|
|
void main()
|
|
{
|
|
CheckBrillianceSlots(OBJECT_SELF);
|
|
} |