set_user_hp by attacker damage
I have no idea where to search the function code and I want to do a resistance option for that works only for 5 seconds.
I was thinking at sth like set_user_hp ( get_attacker_dmg + attacker dmg) but I don't know if it's possible, specialy only for 5 secs. I found this code from EKS's Runemod but I can't undestand it or use it (is making the user resist to 50% of attack): PHP Code:
|
Re: set_user_hp by attacker damage
Need to hook Ham_TakeDamage and to lower damage amount using HamSetParamFloat or SetHamParamFloat
SetHamParamFloat(4, damage * (1.0 - RESIST_AMOUT)) Btw, in which plugin do you want to include this ? |
| All times are GMT -4. The time now is 16:23. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.