Raised This Month: $ Target: $400
 0% 

set_user_hp by attacker damage


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ke3ller
Member
Join Date: Feb 2013
Old 05-18-2013 , 18:14   set_user_hp by attacker damage
Reply With Quote #1

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:
#define RESIST_AMOUT 0.50

public API_Damage(victim,attacker,damage)
{
    if ( 
bla bla
    {
???
#endif??? 
            
return damage floatround(damage RESIST_AMOUT
    }
    return 
damage     

ke3ller is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 05-18-2013 , 19:02   Re: set_user_hp by attacker damage
Reply With Quote #2

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 ?
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:23.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode