Jump to content
  • 0

Mana Potion Increase Regeneration


Question

Posted

Hi,

 

How can I increase the regeneration of the mana potion?

I found this code on handlers

case 728: // Custom Mana Potion, xml: 9008
                if (Config.L2JMOD_ENABLE_MANA_POTIONS_SUPPORT)
                    usePotion(activeChar, 9008, 1);
                else
                    playable.sendPacket(new SystemMessage(SystemMessageId.NOTHING_HAPPENED));
                break;

must I change sth into this?

 

Thanks in advnace!

7 answers to this question

Recommended Posts

  • 0
Posted
skill id="9008" levels="1" name="Custom Mana Potion">
  <set name="itemConsumeId" val="728"/>
  <set name="itemConsumeCount" 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"/>
  <cond msgId="113" addName="1">
    <player flyMounted="False"/>
  </cond>
</skill>

can't find skill efect? :?

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock