Jump to content
  • 0

[HELP]When sit


exity

Question

3 answers to this question

Recommended Posts

  • 0

Formulas.java, calcHpRegen( method :

 

			// Calculate Movement bonus
		if (player.isSitting())
		{
			hpRegenMultiplier *= 1.5; // Sitting
		}
		else if (!player.isMoving())
		{
			hpRegenMultiplier *= 1.1; // Staying
		}
		else if (player.isRunning())
		{
			hpRegenMultiplier *= 0.7; // Running
		}

 

Must do the same for Cp and Mp methods.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock