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?
Skill casting
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 57
- Joined: Thu Oct 22, 2009 3:13 pm
Re: Skill casting
Hello,
Add this after each skill you want to perform:
Or make a new skill and hardcode it to perform after each skill cast.
Cheers,
iamcypher.
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"/>
Cheers,
iamcypher.
-
- Posts: 48
- Joined: Sun Feb 01, 2009 8:35 pm
Re: Skill casting
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.