Jump to content
  • 0
Sign in to follow this  
raksone

Halve caster's HP upon Skill activation

Question

Hello guys!

  I've been trying to get the topic's title result but I have failed in all my attempts.

 

I want the skill to reduce the caster's HP to half upon activation, and then I will continue adding new skill effects, but I can't get to the first result.

 

This is how I go so far:

 

case AC_SACRIFICEPOWER:
	{
			int hp = sstatus->max_hp;
				hp = hp*50/100;
			status_zap(src, hp, 0);
	}
break;

But, it is not working as intended. Is not halving my HP at all... Just reducing it for x rate... or even killing my character when full HP.

Any ideas?

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.