Hi,

publish54, latest client.


When using Vampiric Embrace, players dont get +20% hitleach, no staminareg and no manareg.

is this known? or did i missed something?

I took a look into Vampiric Embrace.cs and there is only stated the loss of fire resistantance and change of color.

maybe i can add with "public override" ? or with "this.Attributes.RegenMana = 3;" as an example?

or where do i have to set and how? if this is not possible?

I didnt took a look to lich and or wraithform so far. maybe iam searching in total wrong classes :p

i tested this and there is no icon displayed in buff bar.. and i used the [mystats command but nothing changes (except loss of fire resistance)
 
For Regen of Mana and Stam, you need to see in RegenRates.cs in 2Misc" Folder.

For Leech Life you need to see in BaseWeapon.cs and SpellHelper.cs
 
Hi Actarus,

thanks for ur reply.
doesnt the spell effects of the particular spells have to be handled in the particular spell.cs?

Do u know if necromancy spells incomplete?

iam not sure if as an example vampiricembrace gives it bonuses but dont displays it
 
Regen rates Bonus wasn't dispayed on character status but is in Calculated Script in the Section that count the Regen Seconds time
 
Back