Removed Conflicting Scripts
Removed class ability scripts that interfered with the PRC's changes.
This commit is contained in:
@@ -13,8 +13,19 @@
|
||||
//:: Created On: May 25, 2001
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
// Modified 2004/01/30 (Brian Greinke)
|
||||
// Added disable/reenable support
|
||||
#include "prc_alterations"
|
||||
|
||||
void main()
|
||||
{
|
||||
//first, look to see if effect is already activated
|
||||
if ( GetHasSpellEffect(SPELLABILITY_AURA_FEAR, OBJECT_SELF) )
|
||||
{
|
||||
PRCRemoveSpellEffects( SPELLABILITY_AURA_FEAR, OBJECT_SELF, OBJECT_SELF );
|
||||
return;
|
||||
}
|
||||
|
||||
object oCaster = OBJECT_SELF;
|
||||
if(GetLocalInt(GetArea(OBJECT_SELF), "NOCAST")==2 && !GetIsDM(oCaster))
|
||||
{
|
||||
|
Reference in New Issue
Block a user