Cinco De Mayo Update
Warforged Scouts can take Warforged Juggernaut. Updated PRC8 version number. FEAT_EXTRA_GRANTED_MANEUVER is for Crusaders, not Swordsages. FEAT_EXTRA_GRANTED_MANEUVER now shows all 5 granted maneuvers after 19th lvl. Mirror Image onCastAt script now uses PRCGetCasterLevel() Summon Hamatula now uses PRCGetCasterLevel() Spiritual Weapon now uses PRCGetCasterLevel() Heal & Harm now SignalEvent on placeables. DEITY$ only knows how many modules this broke. Updated human readable changelog. Added current list of PRC8 additions.
This commit is contained in:
@@ -17,7 +17,7 @@ void main()
|
||||
{
|
||||
//Declare major variables
|
||||
int nMetaMagic = PRCGetMetaMagicFeat();
|
||||
int nDuration = GetCasterLevel(OBJECT_SELF);
|
||||
int nDuration = PRCGetCasterLevel(OBJECT_SELF);
|
||||
object oPC = OBJECT_SELF;
|
||||
effect eSummon = EffectSummonCreature("NW_DMVROCK");
|
||||
if(GetPRCSwitch(MARKER_PRC_COMPANION))
|
||||
|
||||
Reference in New Issue
Block a user