Jump to content
  • 0

Mana Potions


Question

Posted

Hello,

 

I got a problem with Mana Potions.

I changed custom.properties to allow mana potions.

 

And I changed skill 2000.xml pollen.

 

But mana potions still don't work, they only give 0 mana.

 

I hope you can help me.

 

I use L2 Emu.

10 answers to this question

Recommended Posts

  • 0
Posted

try this

 

<skill id="2005" levels="1" name="Pollen">

  <set name="power" val="1000.0"/>

  <set name="target" val="TARGET_SELF"/>

  <set name="skillType" val="MANAHEAL"/>

  <set name="operateType" val="OP_ACTIVE"/>

  <set name="castRange" val="-1"/>

  <set name="effectRange" val="-1"/>

  <set name="buffDuration" val="15000"/>

  <set name="isPotion" val="true"/>

  <for>

  </for>

</skill>

 

Its 1,000 mp manna potions

Guest
This topic is now closed to further replies.


×
×
  • Create New...