Skill casting

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
laikeriz
Posts: 48
Joined: Sun Feb 01, 2009 8:35 pm

Skill casting

Post by laikeriz »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 3506:
L2JDP Revision 6606:
Hello. How do i make so when im casting skill it increases targets hp at intervals of 5seconds?
iamcypher
Posts: 57
Joined: Thu Oct 22, 2009 3:13 pm

Re: Skill casting

Post by iamcypher »

Hello,

Add this after each skill you want to perform:

Code: Select all

<effect count="7" name="HealOverTime" time="1" val="5" stackOrder="50" stackType="HpRecover"/>
Or make a new skill and hardcode it to perform after each skill cast.

Cheers,
iamcypher.
laikeriz
Posts: 48
Joined: Sun Feb 01, 2009 8:35 pm

Re: Skill casting

Post by laikeriz »

I don't need effect. I need to increase hp while casting. For example if using Spell force on player it restores mana over time but only when casting.
Post Reply