okey, as you can see in i'm not satisfied with vampiric regen
'>, how can i firstly i guess, get this script to work, and then put it on specefic weapons
void main()
{
int DamageHeal = (int GetDamageDealtByType(DAMAGE_TYPE_BASE_WERAPON) / 10 * 1);
if (DamageHeal > 0)
{
EffectDamage(DamageHeal,DAMAGE_TYPE_BASE_WERAPON,DAMAGE_POWER_PLUS_FIFTEEN);
EffectHeal(DamageHeal);
}
}