Page 1 of 1

Skill casting

Posted: Sat Nov 14, 2009 3:40 pm
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?

Re: Skill casting

Posted: Tue Nov 17, 2009 4:08 pm
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.

Re: Skill casting

Posted: Wed Nov 18, 2009 4:35 pm
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.