how to add reuseDelay to mana pots?
Posted: Fri Jul 24, 2009 2:35 am
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!
ยป 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!