mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 11:36:36 +00:00
Implemented SPA Duration Pct
Implemented new spell effects SE_Duration_HP_Pct 524 SE_Duration_Mana_Pct 525 SE_Duration_Endurance_Pct 526 Consumes 'base1' % of your maximum health/mana/endurance every 6 seconds. 'max' is maximum amount that can be consumed per tic. Additional Functionality Can be used as a heal/gain % by setting the base1 value to a positive.
This commit is contained in:
+3
-3
@@ -864,9 +864,9 @@ typedef enum {
|
||||
//#define SE_Endurance_Absorb_Pct_Damage 521 //
|
||||
//#define SE_Instant_Mana_Pct 522 //
|
||||
//#define SE_Instant_Endurance_Pct 523 //
|
||||
//#define SE_Duration_HP_Pct 524 //
|
||||
//#define SE_Duration_Mana_Pct 525 //
|
||||
//#define SE_Duration_Endurance_Pct 526 //
|
||||
#define SE_Duration_HP_Pct 524 //
|
||||
#define SE_Duration_Mana_Pct 525 //
|
||||
#define SE_Duration_Endurance_Pct 526 //
|
||||
|
||||
|
||||
// LAST
|
||||
|
||||
Reference in New Issue
Block a user