Jump to content
  • 0

[Help]Heal/Buff


Question

5 answers to this question

Recommended Posts

  • 0
Posted

Get the skill id and open up the xml file that falls within the numbers. I'm pretty sure it's just a property as party only, check another skill that has that property and see what you can find.

  • 0
Posted

if its not in the options

 

http://svn.l2jdp.com/trunk/L2J_DataPack/dist/game/data/scripts/handlers/skillhandlers/Heal.java

 

somwhere here

		// We should not heal if char is dead/invul
		if (target == null || target.isDead() || target.isInvul())
			continue;

		if (target instanceof L2DoorInstance || target instanceof L2SiegeFlagInstance)
			continue;

 

btw dpb u still alive!!!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • 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