Updated SE_Sanctuary - Adjust way hate lowering effect worked to be more accurate

Updated SE_SympatheticProc - Revised proc rate formula to be accurate to live.
Sympathetic foci on items with proc rate mod will now benefit from that modifier.
Sympathetic foci can now be placed on AA's (This should always be slot1 in the AA)
Implemented SE_IllusionPersistence- Allows illusions to last until you die or the illusion is forcibly removed.
Added rule 'PreNerftBardAEDot' for SE_BardAEDot to allow it to once again do damage to moving targets. (Set to true)
This commit is contained in:
KayenEQ
2014-07-04 23:35:15 -04:00
parent fe5416958a
commit 58d585e2a6
12 changed files with 187 additions and 115 deletions
+2 -1
View File
@@ -820,6 +820,7 @@ public:
void SetNextIncHPEvent( int inchpevent );
bool DivineAura() const;
bool Sanctuary() const;
bool HasNPCSpecialAtk(const char* parse);
int GetSpecialAbility(int ability);
@@ -1009,7 +1010,7 @@ protected:
Map::Vertex UpdatePath(float ToX, float ToY, float ToZ, float Speed, bool &WaypointChange, bool &NodeReached);
void PrintRoute();
virtual float GetSympatheticProcChances(float &ProcBonus, float &ProcChance, int32 cast_time, int16 ProcRateMod);
virtual float GetSympatheticProcChances(uint16 spell_id, int16 ProcRateMod, int32 ItemProcRate = 0);
enum {MAX_PROCS = 4};
tProc PermaProcs[MAX_PROCS];