how to add reuseDelay to mana pots?

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
User avatar
elmarkivo
Posts: 34
Joined: Sun Mar 11, 2007 4:12 pm

how to add reuseDelay to mana pots?

Post by elmarkivo »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:

hi , i wonder if its possible to add some rehuse delay to the custom mana pots.

this is the mana pot config.

<skill id="9008" levels="1" name="Custom Mana Potion">
<!-- Done by DJ MELERIX -->
<set name="castRange" val="-1"/>
<set name="effectRange" val="-1"/>
<set name="isPotion" val="true"/>
<set name="magicLvl" val="1"/>
<set name="operateType" val="OP_ACTIVE"/>
<set name="power" val="100"/>
<set name="skillType" val="MANAHEAL"/>
<set name="target" val="TARGET_SELF"/>
</skill>

i saw in other items another property named rehusedelay... adding this property it may work?

<set name="reuseDelay" val="10000"/>

thanks in advance!
User avatar
Copyleft
Posts: 253
Joined: Fri Feb 01, 2008 9:39 pm

Re: how to add reuseDelay to mana pots?

Post by Copyleft »

elmarkivo wrote:
i saw in other items another property named rehusedelay... adding this property it may work?

<set name="reuseDelay" val="10000"/>

thanks in advance!

why ask us? test it first for yourself, not very hard...
Post Reply